/* HTML Beauty Advanced Styles */
.props {
    margin-bottom: 3rem;
}

.editor-container {
    width: 100%;
    height: 500px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: white;
    font-size: 14px;
}

.action-icons {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .settings-row, .checkbox-row {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1.5rem !important;
    }
    
    .indent-setting {
        width: 100%;
        justify-content: space-between;
    }
    
    .editor-container {
        height: 400px;
    }
}

/* Ace Editor Customizations */
.ace_gutter {
    background: #f9fafb !important;
    border-right: 1px solid var(--border) !important;
}

.ace_print-margin {
    display: none !important;
}
