.hds-announcement-banner {
    position: relative !important;
    z-index: 9999 !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: var(--hds-banner-background, #b12026) !important;
    color: var(--hds-banner-text, #ffffff) !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    box-sizing: border-box !important;
}

.hds-announcement-banner *,
.hds-announcement-banner *::before,
.hds-announcement-banner *::after {
    box-sizing: border-box !important;
}

.hds-announcement-banner[hidden] {
    display: none !important;
}

.hds-announcement-banner__inner {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 44px !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 10px 56px 10px 24px !important;
}

.hds-announcement-banner__content {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
    text-align: center !important;
}

.hds-announcement-banner__message {
    color: inherit !important;
    font: inherit !important;
    font-weight: 600 !important;
    line-height: inherit !important;
}

/* Force the announcement link to ignore Elementor global anchor/button styles. */
.hds-announcement-banner a.hds-announcement-banner__link,
.hds-announcement-banner a.hds-announcement-banner__link:link,
.hds-announcement-banner a.hds-announcement-banner__link:visited {
    position: static !important;
    display: inline !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 0 0 5px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
    font: inherit !important;
    font-size: inherit !important;
    font-weight: 700 !important;
    line-height: inherit !important;
    letter-spacing: normal !important;
    text-align: inherit !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px !important;
    text-transform: none !important;
    white-space: normal !important;
    vertical-align: baseline !important;
    transform: none !important;
    transition: none !important;
}

.hds-announcement-banner a.hds-announcement-banner__link:hover,
.hds-announcement-banner a.hds-announcement-banner__link:focus,
.hds-announcement-banner a.hds-announcement-banner__link:active {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    transform: none !important;
}

.hds-announcement-banner a.hds-announcement-banner__link::before,
.hds-announcement-banner a.hds-announcement-banner__link::after {
    display: none !important;
    content: none !important;
}

/* Force the close control to ignore Elementor button styles. */
.hds-announcement-banner button.hds-announcement-banner__close {
    position: absolute !important;
    top: 50% !important;
    right: 16px !important;
    bottom: auto !important;
    left: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-indent: 0 !important;
    text-transform: none !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    transform: translateY(-50%) !important;
    transition: background-color 0.2s ease !important;
}

.hds-announcement-banner button.hds-announcement-banner__close span {
    position: static !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: -2px 0 0 !important;
    padding: 0 !important;
    color: inherit !important;
    font: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: 1 !important;
    transform: none !important;
}

.hds-announcement-banner button.hds-announcement-banner__close::before,
.hds-announcement-banner button.hds-announcement-banner__close::after,
.hds-announcement-banner button.hds-announcement-banner__close span::before,
.hds-announcement-banner button.hds-announcement-banner__close span::after {
    display: none !important;
    content: none !important;
}

.hds-announcement-banner button.hds-announcement-banner__close:hover,
.hds-announcement-banner button.hds-announcement-banner__close:focus,
.hds-announcement-banner button.hds-announcement-banner__close:active {
    border: 0 !important;
    background: rgba(255, 255, 255, 0.15) !important;
    box-shadow: none !important;
    color: inherit !important;
    transform: translateY(-50%) !important;
}

.hds-announcement-banner button.hds-announcement-banner__close:focus-visible {
    outline: 2px solid currentColor !important;
    outline-offset: 2px !important;
}

@media (max-width: 767px) {
    .hds-announcement-banner {
        font-size: 14px !important;
    }

    .hds-announcement-banner__inner {
        min-height: 48px !important;
        padding: 10px 48px 10px 16px !important;
    }

    .hds-announcement-banner a.hds-announcement-banner__link,
    .hds-announcement-banner a.hds-announcement-banner__link:link,
    .hds-announcement-banner a.hds-announcement-banner__link:visited {
        margin-left: 3px !important;
    }

    .hds-announcement-banner button.hds-announcement-banner__close {
        right: 8px !important;
    }
}
