.website-config-page .website-config-actions {
    display: flex;
    gap: 8px;
    white-space: nowrap;
}

.website-config-page .website-config-section {
    padding-bottom: 12px;
}

.website-config-page .website-config-results {
    display: grid;
    gap: 28px;
}

.website-config-page .website-config-result-section {
    min-width: 0;
}

.website-config-page .website-config-result-section__title {
    color: var(--evosoft-admin-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 12px;
}

.admin-website-config-dialog .website-config-dialog-key code,
.admin-website-config-dialog .website-config-color-editor code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.website-config-page .website-config-card__text-value {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.website-config-page .website-config-card__footer {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-top: auto;
}

.website-config-page .website-config-closed-badge {
    background: var(--evosoft-admin-warning-soft);
    border-radius: var(--evosoft-admin-radius);
    color: var(--evosoft-admin-warning);
    font-size: 12px;
    font-weight: 600;
    padding: 3px 8px;
}

.website-config-page .website-config-color-value,
.website-config-page .website-config-media-value {
    align-items: center;
    display: flex;
    gap: 10px;
    min-width: 0;
}

.website-config-page .website-config-media-value a {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.website-config-page .website-config-image-link {
    cursor: zoom-in;
    flex: 0 0 auto;
}

.website-config-page .website-config-value-link {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.website-config-page .website-config-boolean-value {
    font-weight: 500;
}

.website-config-page .website-config-boolean-value.is-enabled {
    color: var(--evosoft-admin-success);
}

.website-config-page .website-config-boolean-value.is-disabled,
.website-config-page .website-config-empty-value {
    color: var(--evosoft-admin-text-secondary);
}

.website-config-page .website-config-media-value img.website-config-image {
    border: 1px solid var(--evosoft-admin-border);
    border-radius: var(--evosoft-admin-radius);
    max-height: 44px;
    max-width: 120px;
    object-fit: contain;
}

.website-config-page .website-config-empty {
    border: 1px dashed var(--evosoft-admin-field-border);
    border-radius: var(--evosoft-admin-radius);
    color: var(--evosoft-admin-text-secondary);
    padding: 16px;
}

.admin-website-config-dialog .website-config-dialog-key {
    color: var(--evosoft-admin-text-secondary);
    font-size: 13px;
    overflow-wrap: anywhere;
}

.admin-website-config-dialog .website-config-dialog-key code,
.admin-website-config-dialog .website-config-color-editor code {
    color: var(--evosoft-admin-text);
    font-size: 12px;
}

.admin-website-config-dialog .website-config-toggle-row,
.admin-website-config-dialog .website-config-color-editor {
    align-items: center;
    display: flex;
    gap: 12px;
}

.admin-website-config-dialog .website-config-toggle-row span,
.admin-website-config-dialog .website-config-current-value {
    color: var(--evosoft-admin-text-secondary);
    font-size: 13px;
    overflow-wrap: anywhere;
}

.admin-website-config-progress-dialog .admin-website-config-progress {
    gap: 14px;
    justify-content: center;
}

.admin-website-config-progress-dialog .admin-website-config-progress span {
    color: var(--evosoft-admin-text);
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 769px) {
    .website-config-page .website-config-actions {
        flex-wrap: wrap;
    }

}
