html[style*="margin-top"] {
    margin-top: 95px !important;
}

#buorg {
    border: none;
    text-align: left;
    font-family: inherit;
    background: rgba(177, 36 ,38 ,0.9);
    backdrop-filter: blur(8px);
    box-shadow: none;
}

#buorg,
#buorg a {
    color: #fff;
}

#buorg .buorg-pad {
    padding: 0;
    line-height: 1.5;
}

#buorg details summary {
    background: #b1191b;
    color: #fff;
    transition: 300ms color linear, 300ms background linear;
    cursor: pointer;
    font-weight: 600;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.2;
    padding: clamp(15px, 2vw, 29px) clamp(70px, 5vw, 100px) clamp(15px, 2vw, 29px) clamp(20px, 3vw, 40px);
    display: block;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    position: relative;
}

@media (min-width: 576px) {
    #buorg details summary {
        padding-left: clamp(80px, 8vw, 100px);
    }

    #buorg details summary::after {
        left: clamp(20px, 3vw, 40px);
        top: calc(50% - 16px);
        width: 36px;
        height: 32px;
        transition: 300ms linear filter;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='31.568' viewBox='0 0 36 31.568'%3E%3Cpath  d='M71.2-808.432a1.649,1.649,0,0,1-.877-.241,1.708,1.708,0,0,1-.614-.636,1.926,1.926,0,0,1-.241-.855,1.576,1.576,0,0,1,.241-.9l16.223-28.061a1.725,1.725,0,0,1,.68-.658,1.815,1.815,0,0,1,.855-.219,1.815,1.815,0,0,1,.855.219,1.725,1.725,0,0,1,.68.658l16.223,28.061a1.575,1.575,0,0,1,.241.9,1.926,1.926,0,0,1-.241.855,1.708,1.708,0,0,1-.614.636,1.649,1.649,0,0,1-.877.241Zm3.025-3.508H100.7l-13.241-22.8Zm13.241-1.754a1.7,1.7,0,0,0,1.25-.5,1.7,1.7,0,0,0,.5-1.25,1.7,1.7,0,0,0-.5-1.25,1.7,1.7,0,0,0-1.25-.5,1.7,1.7,0,0,0-1.25.5,1.7,1.7,0,0,0-.5,1.25,1.7,1.7,0,0,0,.5,1.25A1.7,1.7,0,0,0,87.462-813.693Zm0-5.261a1.7,1.7,0,0,0,1.25-.5,1.7,1.7,0,0,0,.5-1.25v-5.261a1.7,1.7,0,0,0-.5-1.25,1.7,1.7,0,0,0-1.25-.5,1.7,1.7,0,0,0-1.25.5,1.7,1.7,0,0,0-.5,1.25v5.261a1.7,1.7,0,0,0,.5,1.25A1.7,1.7,0,0,0,87.462-818.955ZM87.462-823.339Z' transform='translate(-69.462 840)' fill='%23b1191b'/%3E%3C/svg%3E%0A");
    }
}

#buorg details summary::after,
#buorg details summary::before {
    content: "";
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
}

#buorg details[open] summary {
    background: #fff;
    color: #b1191b;
}

#buorg details:not([open]) summary::after,
#buorg details:not([open]) summary::before {
    filter: saturate(0) brightness(10);
}

#buorg details summary::before {
    right: 20px;
    top: calc(50% - 22px);
    width: 44px;
    height: 44px;
    transition: 300ms linear filter, 300ms linear transform;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='close_FILL0_wght400_GRAD0_opsz24' d='M202-740l-2-2,8-8-8-8,2-2,8,8,8-8,2,2-8,8,8,8-2,2-8-8Z' transform='translate(-200 760)' fill='%23b1191b'/%3E%3C/svg%3E%0A");
}

#buorg details:not([open]) summary::before {
    transform: rotate(45deg);
}

#buorg details section {
    font-size: clamp(16px, 1.5vw, 20px);
    padding: clamp(20px, 3vw, 40px);
}

#buorg details section p+p {
    margin-top: 20px;
}

#buorg #update-links {
    margin-top: 15px;
    line-height: inherit;
    padding: 0;
    gap: 20px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

#buorg #update-links article {
    background-color: #fff;
    background-position: center left 10px;
    background-repeat: no-repeat;
    color: #3d3d3d;
    border-radius: 8px;
    padding: 8px 10px 7px 56px;
}

#buorg #update-links article:first-of-type {
    background-image: url('../img/v2/browsers/chrome.webp');
}

#buorg #update-links article:last-of-type {
    background-image: url('../img/v2/browsers/firefox.webp');
}

#buorg #update-links article h2 {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    color: inherit;
}

#buorg #update-links article a {
    color: #356997;
}

#buorg #update-links > p {
    margin-left: clamp(1px, 0.5vw, 10px);
}

#buorg #update-links > p span {
    display: block;
}

#buorg .buorg-icon {
    display: none;
    background: none;
}