/* Frontend styles for WC MP Subscriptions */

.wc-mp-subs-plan-info {
    margin: 20px 0;
    padding: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    color: white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.wc-mp-subs-plan-info h3 {
    color: white !important;
    margin: 0 0 10px 0 !important;
    font-size: 20px !important;
}

.wc-mp-subs-plan-info .price {
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0;
}

.wc-mp-subs-plan-info .frequency {
    opacity: 0.9;
    font-size: 14px;
    margin-bottom: 15px;
}

.wc-mp-subs-plan-info .benefits {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}

.wc-mp-subs-plan-info .benefits li {
    padding: 5px 0;
    font-size: 14px;
}

.wc-mp-subs-plan-info .benefits li:before {
    content: "✓ ";
    margin-right: 5px;
    font-weight: bold;
}

.wc-mp-subs-plan-info .note {
    margin: 15px 0 0 0;
    font-size: 12px;
    opacity: 0.8;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.2);
}
