.bcs-table-wrapper {
    padding-bottom: 64px;
}

.bcs-table {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100%;
    gap: 4px;
}

.bcs-table-column-wrapper {
    min-width: 100%;
    max-width: 430px;
}

.bcs-table-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
}

.bcs-brand-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.bcs-brand-heading-details {
    display: flex;
    align-items: center;
    gap: 4px;
}

.bcs-brand-heading-details p {
    padding: 7px 7px;
    text-align: center;
    font-family: "Barlow", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
}

.bcs-brand-heading-details img {
    width: 12px;
    height: 12px;
}

.bcs-brand-heading-details h2 {
    font-family: "Barlow", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 8px;
}

.bcs-brand-ribbon p {
    color: #FDE047;
    font-family: "Barlow", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bcs-brand-ribbon {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #EAB308;
    background: rgba(253, 224, 71, 0.25);
}

.bcs-brand-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 8px 4px 4px;
    border-radius: 50px 25px 25px 50px;
}

.bcs-brand-verification {
    display: flex;
    align-items: center;
    border: 1px solid black;
    border-radius: 24px;
    padding: 2px 8px 2px 4px;
    gap: 4px;
}

.bcs-brand-verification p {
    font-family: "Barlow", serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.bcs-brand-rating p {
    font-family: "Barlow", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bcs-brand-welcome-bonus p {
    font-family: "Barlow", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bcs-brand-verification img {
    width: 12px;
    height: 12px;
}

.bcs-brand-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.bcs-brand-rating img {
    height: 12px;
    width: auto;
}

.bcs-brand-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bcs-brand-content {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.bcs-brand-logo-offer {
    display: flex;
    gap: 12px;
    align-items: center;
}

.bcs-brand-logo-offer picture {
    display: flex;
}

.bcs-brand-logo img {
    max-width: 133px;
    min-width: 133px;
    height: auto;
}

.bcs-brand-cta {
    display: flex;
    width: 100%;
    text-align: center;
}

.bcs-brand-offer__desktop {
    display: none;
}

.bcs-brand-offer h2 {
    font-family: "Barlow", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
}

.bcs-brand-cta a {
    width: 100%;
    padding: 12px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    text-align: center;
    font-family: "Barlow", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 8px;
}

.bcs-brand-cta p {
    display: none;
    font-family: "Barlow", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.bcs-brand-tsc {
}

.bcs-brand-tsc p {
    padding: 12px 16px;
    font-family: "Barlow Condensed", serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 11px; /* 110% */
}

.bcs-brand-logo-offer img {
    border-radius: 4px;
}

@media (min-width: 360px) {
    .bcs-brand-offer h2 {
        font-size: 20px;
    }
}

@media (min-width: 390px) {
    .bcs-brand-offer h2 {
        font-size: 22px;
    }
}

@media (min-width: 430px) {
    .bcs-brand-offer h2 {
        font-size: 24px;
    }

    .bcs-table-column-wrapper {
        min-width: 430px;
    }
}

@media (min-width: 744px) {
    .bcs-table {
        gap: 12px;
    }

    .bcs-table-column-wrapper {
        min-width: 430px;
    }
}

@media (min-width: 1080px) {

    .bcs-brand-offer__desktop {
        display: flex;
        justify-content: center;
    }

    .bcs-brand-offer__desktop h2 {
        text-align: center;
    }

    .bcs-brand-offer__mobile {
        display: none;
    }

    .bcs-table-column-wrapper {
        min-width: 992px;
        border-radius: 8px;
    }

    .bcs-brand-content {
        flex-direction: row;
        justify-content: space-between;
    }

    .bcs-brand-cta {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 220px;
    }

    .bcs-brand-cta p {
        display: block;
    }

    .bcs-brand-offer h2 {
        font-size: 30px;
    }

    .bcs-table {
        gap: 20px;
    }

    .bcs-brand-content {
        gap: 0px;
    }

    .bcs-brand-logo-offer img {
        max-width: 200px;
        min-width: 200px;
        height: auto;
    }

    .bcs-brand-details {
        padding: 4px 4px 4px 8px;
        border-radius: 25px 50px 50px 25px;
    }

    .bcs-brand-heading-details h2 {
        font-size: 22px;
    }

    .bcs-brand-ribbon p {
        font-size: 12px;
    }

    .bcs-brand-welcome-bonus {
        order: 2;
    }

    .bcs-brand-rating {
        order: 1;
    }

    .bcs-brand-verification {
        order: 3;
    }

    .bcs-brand-verification p {
        font-size: 14px;
    }

    .bcs-brand-rating p {
        font-size: 16px;
    }

    .bcs-brand-welcome-bonus p {
        font-size: 16px;
    }

    .bcs-brand-tsc {
        border-radius: 0px 0px 8px 8px;
    }

    .bcs-brand-tsc p {
        border-radius: 0px 0px 8px 8px;
    }
}

@media (min-width: 1440px) {
}

@media (min-width: 1920px) {
}