/**
 * DSantos Subscriptions - Public Styles
 */

/* Restricted Content */
.dsantos-restricted-content {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    margin: 20px 0;
}

.dsantos-restricted-content .dsantos-restricted-icon {
    margin-bottom: 15px;
}

.dsantos-restricted-content .dsantos-restricted-icon .dashicons {
    font-size: 48px;
    width: 48px;
    height: 48px;
    color: #d63638;
}

.dsantos-restricted-content h3 {
    margin: 0 0 10px 0;
    color: #333;
}

.dsantos-restricted-content p {
    color: #666;
    margin-bottom: 15px;
}

.dsantos-restricted-content .button {
    margin: 5px;
}

/* My Account - Subscriptions */
.dsantos-my-subscriptions {
    margin: 20px 0;
}

.dsantos-active-subscription {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}

.dsantos-active-subscription h2 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.dsantos-active-subscription .shop_table {
    width: 100%;
    margin-bottom: 20px;
}

.dsantos-active-subscription .shop_table th {
    text-align: left;
    padding: 10px 0;
    width: 40%;
    font-weight: 600;
}

.dsantos-active-subscription .shop_table td {
    padding: 10px 0;
}

.dsantos-cancel-form {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.dsantos-cancel-form textarea {
    width: 100%;
    margin-bottom: 10px;
}

.dsantos-no-subscription {
    text-align: center;
    padding: 40px 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

.dsantos-subscription-history {
    margin-top: 30px;
}

.dsantos-subscription-history h3 {
    margin-bottom: 15px;
}

.dsantos-subscription-history .shop_table {
    width: 100%;
}

.dsantos-subscription-history .shop_table th,
.dsantos-subscription-history .shop_table td {
    padding: 12px 10px;
    text-align: left;
}

.dsantos-subscription-history .shop_table th {
    background: #f7f7f7;
    font-weight: 600;
}

/* Status Badges */
.dsantos-status {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dsantos-status.status-active {
    background: #d4edda;
    color: #155724;
}

.dsantos-status.status-trial {
    background: #cce5ff;
    color: #004085;
}

.dsantos-status.status-suspended {
    background: #fff3cd;
    color: #856404;
}

.dsantos-status.status-cancelled {
    background: #f8d7da;
    color: #721c24;
}

.dsantos-status.status-expired {
    background: #e2e3e5;
    color: #383d41;
}

.dsantos-status.status-overdue {
    background: #f8d7da;
    color: #721c24;
}

/* Shortcode restricted */
.dsantos-restricted {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    padding: 15px;
    margin: 15px 0;
    color: #856404;
}