/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/* Cookie Consent Popup */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    padding: 1.25rem 2rem;
    z-index: 9999;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
}
.cookie-consent-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.cookie-consent-content p {
    margin: 0;
    flex: 1;
    min-width: 280px;
    font-size: 0.95rem;
    line-height: 1.5;
}
.cookie-consent-content a {
    color: #e74c3c;
    text-decoration: underline;
}
.cookie-consent-content a:hover {
    color: #fff;
}
.cookie-consent-content .btn_1 {
    flex-shrink: 0;
}
