/*
Theme Name: DesignsMindAI
Theme URI: https://designsmindai.com/main
Author: Gemini
Author URI: https://gemini.google.com
Description: A custom theme for the AI Interior Design Web Platform, based on the provided mockups and technical specification.
Version: 2.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: UNLICENSED
License URI:
Tags: custom-theme, ai-design
Text Domain: designsmindai
*/

@media (max-width: 767.98px) {
    .block-row {
        flex-direction: column;
        gap: 2rem;
    }
}

/* Cookie Consent & Settings */
#cookie-consent .card {
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
}

#cookie-consent .btn, 
#cookieSettingsModal .btn {
    border-radius: 8px;
    font-weight: 500;
}

#cookieSettingsModal .modal-content {
    border-radius: 20px;
    border: none;
}

#cookieSettingsModal .accordion-item {
    border-left: none;
    border-right: none;
}

#cookieSettingsModal .accordion-button:focus {
    box-shadow: none;
}

#cookieSettingsModal .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: inherit;
}

#cookieSettingsModal .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2z'/%3e%3c/svg%3e") !important;
    background-size: 1rem !important;
    transform: none !important;
    order: -1;
    margin-left: 0 !important;
    margin-right: 10px !important;
}

#cookieSettingsModal .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8z'/%3e%3c/svg%3e") !important;
}

#cookieSettingsModal .accordion-button {
    display: flex;
    align-items: center;
}

#cookieSettingsModal .form-check-input:checked {
    background-color: #198754;
    border-color: #198754;
}

#cookieSettingsModal .accordion-body {
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 10px;
}

