.merchant-list-card,
.merchant-settings-card,
.merchant-cabinet-card {
    border-radius: 16px;
    border: 1px solid rgba(128, 128, 128, 0.18);
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
}

.cabinet-page-title {
    font-weight: 700;
    letter-spacing: 0.2px;
}

.merchant-cabinet-tabs {
    margin-top: 6px;
}

.cabinet-primary-btn {
    min-width: 128px;
    border-radius: 10px;
    font-weight: 600;
}

.cabinet-action-btn {
    border-radius: 10px;
}

.merchant-tags-paper,
.cabinet-section {
    border-radius: 12px;
    border: 1px solid rgba(128, 128, 128, 0.2);
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.75), rgba(255, 255, 255, 0.85));
}

.merchant-table,
.merchant-cabinets-table,
.merchant-cabinet-table {
    border-radius: 12px;
    overflow: hidden;
}

.merchant-table thead tr {
    background: rgba(90, 103, 216, 0.08);
}

.merchant-cabinets-table thead tr {
    background: rgba(16, 185, 129, 0.08);
}

.merchant-cabinet-table thead tr {
    background: rgba(59, 130, 246, 0.08);
}

.merchant-table tbody tr:hover,
.merchant-cabinet-table tbody tr:hover {
    background: rgba(59, 130, 246, 0.05);
}

.merchant-cabinet-table td,
.merchant-cabinet-table th {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.compact-icon-btn {
    margin-left: 2px;
    margin-right: 2px;
}

.provider-drag-handle {
    cursor: grab;
    display: inline-flex;
    align-items: center;
    opacity: 0.75;
}

.provider-drag-handle:active {
    cursor: grabbing;
    opacity: 1;
}

.kb-inline-block {
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 8px;
    background: rgba(248, 250, 252, 0.75);
    max-height: 180px;
    overflow: auto;
}

.provider-status-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    vertical-align: middle;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.03);
}

.provider-status-dot.active {
    background: #16a34a;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.18);
}

.provider-status-dot.inactive {
    background: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.18);
}

.provider-list-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.94));
}

.provider-search .mud-input-control-input-container {
    border-radius: 10px;
}

.provider-table td,
.provider-table th {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

.provider-cabinet-chip {
    border-radius: 8px;
    font-weight: 500;
}

.provider-row-btn {
    border-radius: 8px;
    min-width: 92px;
}

.provider-settings-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 250, 252, 0.95));
}

.provider-settings-tabs .mud-tabs-toolbar {
    border-radius: 10px;
}

.provider-field .mud-input-control-input-container {
    border-radius: 10px;
}

.provider-cabinet-item {
    transition: box-shadow 0.18s ease, border-color 0.18s ease;
}

.provider-cabinet-item:hover {
    border-color: rgba(59, 130, 246, 0.28);
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.08);
}

.provider-settings-table td,
.provider-settings-table th {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}
