/* HubSpot Cookie Banner Custom Styles */

#hs-eu-cookie-confirmation {
    background: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
    padding: 12px 20px !important;
    max-width: 380px !important;
    bottom: 15px !important;
    left: 15px !important;
    right: auto !important;
    font-family: 'Poppins', sans-serif !important;
    transform: scale(0.82) !important;
    transform-origin: bottom left !important;
}

#hs-eu-cookie-confirmation-inner {
    padding: 0 !important;
}

#hs-eu-cookie-confirmation-buttons-area {
    margin-top: 10px !important;
    display: flex !important;
    gap: 8px !important;
    justify-content: center !important;
}

/* Force Accept button to the RIGHT, Decline to the LEFT */
#hs-eu-confirmation-button {
    order: 2 !important;
}

#hs-eu-decline-button {
    order: 1 !important;
}

#hs-eu-cookie-disclaimer {
    color: #4a5568 !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
    margin-bottom: 5px !important;
    text-align: left !important;
}

#hs-eu-cookie-disclaimer a {
    color: #15449e !important;
    text-decoration: underline !important;
}

/* Manage preferences link */
.hs-cookie-settings-link {
    display: inline-block !important;
    text-align: center !important;
    color: #2bb4fd !important;
    text-decoration: underline !important;
    margin: 12px 0 !important;
    font-size: 11px !important;
    width: 100% !important;
}

/* Buttons */
#hs-eu-confirmation-button, 
#hs-eu-decline-button {
    padding: 6px 10px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    font-size: 10px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    flex: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

#hs-eu-confirmation-button {
    background-color: #2bb4fd !important;
    border: 2px solid #2bb4fd !important;
    color: #ffffff !important;
}

#hs-eu-confirmation-button:hover {
    background-color: #15449e !important;
    border-color: #15449e !important;
}

#hs-eu-decline-button {
    background-color: #f7fafc !important;
    border: 2px solid #2bb4fd !important;
    color: #2bb4fd !important;
}

#hs-eu-decline-button:hover {
    background-color: #ebf8ff !important;
}

/* Footer Cookie Button */
.cookie-settings-btn {
    background-color: #15449e;
    border: 1px solid #15449e;
    border-radius: 3px;
    padding: 5px 12px;
    text-decoration: none;
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    margin-left: 20px;
}

.cookie-settings-btn:hover {
    background-color: #2bb4fd;
    border-color: #2bb4fd;
}
