.subscription-details .card {
    margin-bottom: 1rem;
}

.subscription-details .progress {
    height: 20px;
}

.subscription-details .table td {
    padding: 0.25rem 0.5rem;
}

.view-details-btn {
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
}

.modal-xl {
    max-width: 1200px;
}

.table-responsive {
    border-radius: 0.375rem;
    overflow: hidden;
}

.bootbox .modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.bootbox .modal-title {
    color: #495057;
    font-weight: 600;
}