.rb-wc-sub-status-box {
    border: 1px solid #e1e1e1;
    padding: 16px;
    margin-bottom: 20px;
    background: #fafafa;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.rb-wc-sub-status-title {
    font-weight: 600;
    font-size: 1rem;
}

.rb-wc-sub-pill {
    padding: 6px 14px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-block;
    border: 1px solid transparent;
}

.rb-status-active-pill {
    background: #e6f6ea;
    color: #0a8a0a;
    border-color: #0a8a0a;
}

.rb-status-expired-pill {
    background: #fbeaea;
    color: #b30000;
    border-color: #b30000;
}

.rb-status-future-pill {
    background: #e6f1fb;
    color: #00549e;
    border-color: #00549e;
}

.rb-status-inactive {
    background: #f5f5f5;
    color: #444;
    border-color: #ccc;
}

.rb-wc-sub-details {
    margin-top: 10px;
    margin-bottom: 20px;
}

.rb-wc-sub-details > summary {
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 8px;
}

.rb-wc-sub-summary {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    background: #fafafa;
}

.rb-wc-sub-summary h3 {
    margin-top: 0;
}

.rb-wc-sub-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.rb-wc-sub-table th,
.rb-wc-sub-table td {
    border: 1px solid #e1e1e1;
    padding: 8px;
    text-align: left;
}

.rb-status-active {
    color: #0a8a0a;
    font-weight: bold;
}

.rb-status-expired {
    color: #b30000;
    font-weight: bold;
}

.rb-status-unpaid {
    color: #b36b00;
    font-weight: bold;
}

.rb-status-future {
    color: #0066b3;
    font-weight: bold;
}

.rb-status-error {
    color: #b30000;
}

.rb-sub-warning {
    color: #b36b00;
    font-weight: bold;
}
