.customer-wrapper {
    display: flex;
    min-height: 100vh;
    background: #f4f7fb;
}

.customer-content {
    flex: 1;
    padding: 24px;
}

.customer-dashboard-card {
    border-radius: 16px;
    transition: all 0.3s ease;
}

.customer-dashboard-card:hover {
    transform: translateY(-4px);
}

.sidebar {
    width: 250px;
}

.table th {
    font-size: 14px;
    white-space: nowrap;
}

.table td {
    font-size: 14px;
    vertical-align: middle;
}

.card-header h5 {
    font-weight: 600;
}
.form-label {
    font-weight: 600;
}

.card {
    border-radius: 16px;
}

.btn {
    border-radius: 10px;
}
.builder-json-editor {
    font-family: Consolas, Monaco, monospace;
    font-size: 14px;
    min-height: 420px;
}

.drag-handle {
    cursor: move;
}

.table td code,
.table th code {
    font-size: 13px;
}
.table td, .table th {
    vertical-align: middle;
}

.border.rounded.p-3.bg-light {
    min-height: 100px;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 14px;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
}

.builder-json-editor {
    font-family: Consolas, Monaco, monospace;
}
.card-img-top {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.border-primary {
    border-left: 4px solid #0d6efd !important;
}

.border-success {
    border-left: 4px solid #198754 !important;
}
.table td small {
    display: inline-block;
    margin-top: 2px;
}
.table td .btn-sm {
    white-space: nowrap;
}
canvas {
    max-width: 100%;
}
.table td small {
    display: inline-block;
    margin-top: 2px;
}
pre.small {
    white-space: pre-wrap;
    word-break: break-word;
    background: #f8f9fa;
    padding: 12px;
    border-radius: 10px;
}
