/*
    Rare Bird Alert cookie notice - scoped responsive fix.
    This stylesheet is intentionally loaded after page-specific CSS.
*/

#user-notice-popup.popup-cookie {
    box-sizing: border-box !important;
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 14px !important;
    width: 560px !important;
    max-width: calc(100% - 28px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100vh - 28px) !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    transform: translateX(-50%) !important;
    background: rgba(22, 27, 26, 0.94) !important;
    background-color: rgba(22, 27, 26, 0.94) !important;
    border: 2px solid #325a5a !important;
    border-radius: 7px !important;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    text-align: left !important;
    float: none !important;
    clear: both !important;
    z-index: 2147483000 !important;
    box-shadow: 0 7px 24px rgba(0, 0, 0, 0.35) !important;
    pointer-events: auto !important;
}

#user-notice-popup.popup-cookie > .header {
    box-sizing: border-box !important;
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 9px 48px 8px 14px !important;
    overflow: hidden !important;
    background: rgba(0, 0, 0, 0.18) !important;
    background-color: rgba(0, 0, 0, 0.18) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 1.3 !important;
    text-align: left !important;
    float: none !important;
    clear: both !important;
}

#user-notice-popup.popup-cookie > .header > .title {
    box-sizing: border-box !important;
    position: static !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 1.3 !important;
    text-align: left !important;
    float: none !important;
}

#user-notice-popup.popup-cookie > .header > .action {
    box-sizing: border-box !important;
    position: absolute !important;
    top: 4px !important;
    right: 5px !important;
    left: auto !important;
    display: block !important;
    width: 38px !important;
    height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 36px !important;
    text-align: center !important;
    float: none !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
}

#user-notice-popup.popup-cookie > .header > .action:hover,
#user-notice-popup.popup-cookie > .header > .action:focus {
    background: #ffffff !important;
    color: #203838 !important;
}

#user-notice-popup.popup-cookie > .body {
    box-sizing: border-box !important;
    position: static !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100vh - 82px) !important;
    margin: 0 !important;
    padding: 12px 14px 14px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.55 !important;
    text-align: left !important;
    text-indent: 0 !important;
    white-space: normal !important;
    float: none !important;
    clear: both !important;
    pointer-events: auto !important;
}

#user-notice-popup.popup-cookie > .body a,
#user-notice-popup.popup-cookie > .body a:link,
#user-notice-popup.popup-cookie > .body a:visited {
    position: static !important;
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: transparent !important;
    border: 0 !important;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-decoration: underline !important;
    pointer-events: auto !important;
}

#user-notice-popup.popup-cookie > .body > .button {
    box-sizing: border-box !important;
    position: static !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    min-height: 36px !important;
    margin: 0 0 0 10px !important;
    padding: 7px 10px !important;
    background: transparent !important;
    border: 1px solid #ffffff !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 1.25 !important;
    text-align: center !important;
    white-space: nowrap !important;
    float: none !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
    vertical-align: middle !important;
}

#user-notice-popup.popup-cookie > .body > .button > a,
#user-notice-popup.popup-cookie > .body > .button > a:link,
#user-notice-popup.popup-cookie > .body > .button > a:visited {
    display: inline-block !important;
    width: auto !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-weight: bold !important;
    line-height: 1.25 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
}

#user-notice-popup.popup-cookie > .body > .button:hover,
#user-notice-popup.popup-cookie > .body > .button:focus {
    background: #ffffff !important;
    color: #203838 !important;
}

#user-notice-popup.popup-cookie > .body > .button:hover > a,
#user-notice-popup.popup-cookie > .body > .button:focus > a {
    color: #203838 !important;
}

@media screen and (max-width: 600px), screen and (max-device-width: 600px) {
    #user-notice-popup.popup-cookie {
        left: 8px !important;
        right: 8px !important;
        bottom: 8px !important;
        width: auto !important;
        max-width: none !important;
        max-height: calc(100vh - 16px) !important;
        transform: none !important;
        border-radius: 6px !important;
    }

    #user-notice-popup.popup-cookie > .header {
        min-height: 44px !important;
        padding: 9px 48px 8px 12px !important;
    }

    #user-notice-popup.popup-cookie > .header > .title {
        font-size: 17px !important;
    }

    #user-notice-popup.popup-cookie > .body {
        max-height: calc(100vh - 72px) !important;
        padding: 11px 12px 12px !important;
        font-size: 14px !important;
        line-height: 1.48 !important;
    }

    #user-notice-popup.popup-cookie > .body > .button {
        display: block !important;
        width: 100% !important;
        min-height: 44px !important;
        margin: 12px 0 0 !important;
        padding: 10px 12px !important;
        font-size: 16px !important;
        white-space: normal !important;
    }

    #user-notice-popup.popup-cookie > .body > .button > a,
    #user-notice-popup.popup-cookie > .body > .button > a:link,
    #user-notice-popup.popup-cookie > .body > .button > a:visited {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }
}
