/* ProPlus Frontend Styles */
.proplus-pro-default-badge-icon {
    direction: ltr;
    font-size: 1.5rem;
    font-weight: bold;
    color: #007f68;
    margin-left: 4px;
}
.proplus-myaccount-badge img.proplus-pro-badge-icon{
    max-height: 32px;
}
/* Pro price on product cards */
.proplus-pro-price {
    display: block;
    margin-top: 5px;
    font-size: 0.9em;
}
.proplus-pro-price-final {
    color: #3a86ff;
    font-weight: 700;
}
/* Sale restriction overlay */
.proplus-sale-overlay-wrap {
    position: relative;
    overflow: hidden;
}
.proplus-sale-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.proplus-sale-overlay img {
    width: 100%;
    opacity: 0.85;
}

/* Exclusive product notice */
.proplus-exclusive-notice {
    background: #e8f1ff;
    border-right: 4px solid #3a86ff;
    padding: 12px 18px;
    margin: 15px 0;
    border-radius: 4px;
    font-weight: 500;
}

/* Pro badge on My Account */
.proplus-myaccount-badge, .proplus-pro-single-hint {
    display: inline-flex;
    align-items: center;
    background-color: rgba(0, 128, 0, 0.1);
    color: #1e7e34;
    border: 1px solid #28a745;
    border-radius: 6px;
    padding: 6px 16px;
    margin: 10px 0;
}
.proplus-pro-single-hint {
    display: block;
}

.proplus-myaccount-badge .dashicons {
    vertical-align: middle;
    margin-right: 4px;
    font-size: 16px;
    width: 16px;
    height: 16px;
}

/* Exclusive content block */
.proplus-exclusive-locked {
    background: #f5f5f5;
    border: 2px dashed #ddd;
    padding: 30px;
    text-align: center;
    border-radius: 8px;
    margin: 15px 0;
    color: #666;
}
.proplus-exclusive-locked img {
    width: 48px;
    display: block;
    margin: 10px auto;
}

/* Plans display */
.proplus-plans-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 30px 0;
}
.proplus-plan-box {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 12px;
    padding: 30px 25px;
    text-align: center;
    width: 300px;
    max-width: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: transform .2s, box-shadow .2s;
    position: relative;

    display: flex;
    flex-direction: column;
}

.proplus-plan-box .proplus-subscribe-form {
    margin-top: auto;
}
.expire_hint {
    color:#666;
    font-size:13px;
    margin-top:4px;
}
.proplus-plan-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.proplus-plan-box .proplus-plan-discount-label {
    position: absolute;
    top: -12px;
    right: 15px;
    background: #1a56d6;
    color: #fff;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
}
.proplus-plan-box h3 {
    margin: 0 0 5px;
    font-size: 22px;
}
.proplus-plan-box .proplus-plan-subtitle {
    color: #888;
    font-size: 14px;
    margin-bottom: 15px;
}
.proplus-plan-box .proplus-plan-pricing {
    margin: 15px 0;
}
.proplus-plan-box .proplus-plan-regular-price {
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
    margin-right: 8px;
}
.proplus-plan-box .proplus-plan-sale-price {
    font-size: 28px;
    font-weight: 800;
    color: #3a86ff;
}
.proplus-plan-box .proplus-plan-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: right;
}
bodyp[dir="ltr"] .proplus-plan-box .proplus-plan-features {
    text-align: left;
}
.proplus-plan-box .proplus-plan-features li {
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px;
}
.proplus-plan-box .proplus-plan-features li:before {
    content: "\2713";
    color: #4caf50;
    font-weight: 700;
    margin-left: 8px;
}
.proplus-plan-box .proplus-plan-btn {
    display: inline-block;
    background: linear-gradient(135deg, #3a86ff, #1a56d6);
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all .2s;
    border: none;
    cursor: pointer;
    margin-top: auto;
}
.proplus-plan-box .proplus-plan-btn:hover {
    background: linear-gradient(135deg, #1a56d6, #0a2540);
    box-shadow: 0 4px 16px rgba(58, 134, 255, .35);
    color: #fff;
}

.proplus-express-row td {
    padding: 0;
}

/* Express shipping label */
.proplus-express-label {
    display: flex;
    align-items: center;
    background-color: rgba(0, 128, 0, 0.1);
    color: #1e7e34;
    padding: 6px 8px;
    font-size: 11px;
    font-weight: 600;
}
.proplus-express-label img{
    max-height: 32px;
}

.proplus-plan-box .proplus-plan-btn.is-pro {
    background: #a6a6a6;
    cursor:not-allowed;
    margin-top: auto;
}
.proplus-plan-cart-thumb{
    max-width:70px;
    max-height:70px;
    border-radius:6px;
}
.proplus-express-row td {
    padding: 0 !important;
}