/* Review notice style */
#sp-wpt-review-notice {
  padding: 18px 15px 18px 0;
  background-color: #fff;
  border-radius: 5px;
  margin: 20px 20px 0 0;
  box-shadow: 0 0 20px 0 rgba(36, 39, 50, .08);
  clear: both;
}

#sp-wpt-review-notice .sp-wpt-plugin-icon {
  width: 125px;
  float: left;
  line-height: 90px;
  text-align: center;
  margin-left: 8px;
}

#sp-wpt-review-notice .sp-wpt-plugin-icon img {
  max-width: 94px;
  vertical-align: middle;
  margin-right: 8px;
}

#sp-wpt-review-notice .sp-wpt-notice-text {
  overflow: hidden;
}

#sp-wpt-review-notice .sp-wpt-notice-text h3 {
  font-size: 24px;
  margin: 0 0 5px;
  font-weight: 400;
  line-height: 1;
}

#sp-wpt-review-notice .sp-wpt-notice-text p {
  margin: 10px 0 10px 0;
  font-size: 13px;
}

#sp-wpt-review-notice .sp-wpt-notice-text p.sp-wpt-review-actions {
  margin: 10px 0 2px 0;
}

#sp-wpt-review-notice .sp-wpt-notice-text .sp-wpt-review-actions a {
  text-decoration: none;
  margin-right: 8px;
  color: #63a37b;
  display: inline-block;
  position: relative;
}

#sp-wpt-review-notice .sp-wpt-notice-text .sp-wpt-review-actions a span {
  padding-right: 2px;
}

#sp-wpt-review-notice .sp-wpt-notice-text .sp-wpt-review-actions a.button {
  color: #fff;
}

body.rtl #sp-wpt-review-notice .sp-wpt-plugin-icon {
  float: right;
}

#adminmenu #menu-posts-sptp_member li:nth-child(8) a,
#adminmenu #menu-posts-sptp_member li:nth-child(8) a:hover {
  color: #f9be48;
}

#adminmenu #menu-posts-sptp_member li a .sp-go-pro-icon {
  background-image: url(../img/premium.svg);
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-right: 1px;
  margin-left: -2px;
  margin-top: -2px;
}

.spwpteam-footer-text-star {
  color: #dba617;
}

.rtl #sp-wpt-review-notice {
  margin: 20px 0 0 20px;
  padding: 18px 0 18px 15px;
}

.rtl #sp-wpt-review-notice .sp-wpt-plugin-icon {
  float: right;
  margin: 0 0 0 8px;
}

/* Admin offer banner */
#shapedplugin-offer-banner {
  padding: 0;
  border: 0;
  line-height: 0;
  background: transparent;
}

#shapedplugin-offer-banner a:focus {
  outline: 0;
  box-shadow: none;
}

#shapedplugin-offer-banner .notice-dismiss:focus {
  outline: 0;
  box-shadow: none;
}

#shapedplugin-offer-banner button.shapedplugin-offer-banner-dismiss:before {
  color: #fff;
  font-size: 22px;
}

/* Upgrade to Pro button in the menu */
#adminmenu #menu-posts-sptp_member li a.sptp-upgrade-btn-wrapper {
    margin-top: -10px;
}

/* Base button */
#adminmenu #menu-posts-sptp_member li a .sptp-upgrade-btn {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 136px;
    padding: 6px 10px;
    border-radius: 4px;
    background: #11B916;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover state */
#adminmenu #menu-posts-sptp_member li a .sptp-upgrade-btn:hover {
    background: #00aa08;
}

/* Icon (FIXED) */
#adminmenu #menu-posts-sptp_member li a .sptp-upgrade-btn::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../img/premium-light.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
