/* Admin styles for SMGV */
.smgv-admin .smgv-panel {
    background: #fff;
    padding: 16px;
    border: 1px solid #ccd0d4;
    max-width: 920px;
}

.smgv-admin .smgv-guide {
    background: #fff;
    padding: 16px;
    border: 1px solid #ccd0d4;
    max-width: 920px;
}

.smgv-admin table.widefat td,
.smgv-admin table.widefat th {
    vertical-align: top;
}

.smgv-term-years-field {
    margin: 10px 0;
}

.smgv-term-years-field input[type="number"] {
    width: 100%;
    padding: 6px 8px;
}

/* Frontend status badges */
.smgv-status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

.smgv-status-badge.smgv-status-active {
    background: #c6e1c6;
    color: #0e5c0e;
}

.smgv-status-badge.smgv-status-paused,
.smgv-status-badge.smgv-status-on-hold {
    background: #fff4ce;
    color: #8a6d3b;
}

.smgv-status-badge.smgv-status-expired {
    background: #f2dede;
    color: #a94442;
}

.smgv-status-badge.smgv-status-cancelled {
    background: #e0e0e0;
    color: #666;
}

.smgv-status-badge.smgv-status-delayed {
    background: #d9edf7;
    color: #31708f;
}

.smgv-status-badge.smgv-status-complimentary {
    background: #e7d4f7;
    color: #6c3483;
}

.smgv-status-badge.smgv-status-none {
    background: #f5f5f5;
    color: #999;
}

/* Free status for users without membership (Admin Users list) */
.smgv-status-free {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    background: #f0f0f1;
    color: #787c82;
}
