.brand-logo {
    max-height: 100px;
    width: auto;
    background: #ffffff;
    border-radius: 5px;
    padding: 4px;
}

ul.footer__social li a i {
    position: relative;
    top: 6px;
}

.home-content__left h3 {
    max-width: 680px;
    color: #ffffff;
}

.download-bottom-image img,
.home-content__right img {
    border-radius: 3.2rem;
    border: 0.6rem solid rgba(255, 255, 255, 0.22);
    background: #0e1113;
    overflow: hidden;
}

.summary-list {
    list-style: disc;
    margin-left: 1.8rem;
}

.summary-list li {
    margin-bottom: 1.2rem;
}

.resource-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.resource-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 8px;
    padding: 2.4rem;
    height: 100%;
}

.resource-card h3 {
    margin-top: 0;
}

.resource-link {
    margin-top: 1.4rem;
    display: inline-block;
}

.download-image-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    align-items: start;
}

.download-image-grid img {
    width: 100%;
    height: auto;
    display: block;
}

a,
a:visited,
.color-primary,
.s-header .header-nav-wrap .header-main-nav li.current a,
.s-header.sticky .header-nav-wrap .header-main-nav li.current a,
.s-footer a:hover,
.home-content__social a:hover {
    color: #FACE4A;
}

.btn--primary,
.btn.btn--primary,
button.btn--primary,
input[type="submit"].btn--primary,
.slick-dots li.slick-active button,
.resource-link.btn--primary {
    background-color: #FACE4A;
    border-color: #FACE4A;
    color: #000000;
}

.go-top a {
    background-color: #0e1113;
    border-color: #0e1113;
    color: #000000;
}

.btn--primary:hover,
.btn.btn--primary:hover,
button.btn--primary:hover,
input[type="submit"].btn--primary:hover,
.resource-link.btn--primary:hover {
    background-color: #FFC231;
    border-color: #FFC231;
    color: #000000;
}

.download-badges li a,
.badge-appstore,
.badge-googleplay {
    background-color: #FACE4A;
    border-color: #FACE4A;
    color: #000000;
}

.ar-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}

.ar-icon-link i {
    font-size: 2.2rem;
    line-height: 1;
}

.section-icon {
    margin-right: 0.5rem;
    vertical-align: middle;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.inner-search input {
    color: #fff;
}

.inner-search input::placeholder {
    color: rgba(255, 255, 255, 0.78);
}

.go-top a:hover,
.go-top a:focus,
.go-top a:active {
    background-color: #FFC231;
}


.resource-card ul {
    min-height: 260px;

}

/**
 * Media Query: Tablet and Small Desktop Breakpoint
 * 
 * Applies styles to devices with a maximum width of 900px.
 * This targets tablets in landscape mode and smaller desktop screens.
 * Styles defined within this block will override base styles on these smaller viewports.
 */
@media only screen and (max-width: 900px) {
    .resource-grid {
        grid-template-columns: 1fr;
    }

    .download-image-grid {
        grid-template-columns: 1fr;
    }

    .resource-card ul {
        min-height: auto;
    }
}

@media only screen and (max-width: 1400px) {
    .resource-card ul {
        min-height: 350px;
    }
}

@media only screen and (max-width: 1200px) {
    .resource-card ul {
        min-height: 350px;
    }
}


@media only screen and (max-width: 1050px) {
    .resource-card ul {
        min-height: 410px;
    }
}