@media (min-width: 1150px) {
    div[pageid="black-friday-2025-SA"] {
        margin-top: -15px;
    }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    div[pageid="black-friday-2025-SA"] {
        margin-top: -15px;
    }
}

@media (min-width: 769px) {
    .BF__page.BF__page-post .BF__header-title {
        font-size: 54px !important;
    }
}

@media (min-width: 769px) and (max-width: 1000px) {
    .BF__page .BF__club-content-title {
        font-size: 28px;
    }
    .BF__page .BF__club-content-body {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .BF__page.BF__page-post .BF__header-title {
        font-size: 38px;
    }
    .BF__page .BF__club-content-title {
        max-width: 300px;
    }
    .BF__page .BF__header-title-wrapper {
        max-width: 450px;
    }
}

@media only screen and (max-width: 600px) {
    .BF__page.BF__page-post .BF__header-title {
        font-size: 32px;
    }
}