[data-component-scope="brand-custom"].footer {
    --color-secondary: #454545;
    --color-link: #2dace3;
    --color-text: #fff;
    --color-content: #eee;

    font-size: 1.3rem;
    line-height: 1.5;
}

[data-component-scope="brand-custom"] .footer__content {
    padding: 4.375rem 0;
    background-color: var(--color-secondary);
    text-align: center;
    color: var(--color-content);
}

[data-component-scope="brand-custom"] .footer__content h5 {
    color: var(--color-text);
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

[data-component-scope="brand-custom"] .footer__content .container {
    margin: 0 auto;
    max-width: 1360px;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

[data-component-scope="brand-custom"] .footer__content a {
    text-decoration: none;
    color: var(--color-link);
}

[data-component-scope="brand-custom"] .footer__content li {
    list-style: none;
}

[data-component-scope="brand-custom"] .footer__content .footer-content p {
    color: #eeeeee;
    text-align: center;
    margin: 1.3rem 0 2.4rem 0;
    font-weight: 400;
}

[data-component-scope="brand-custom"] .footer__content .footer-links ul {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

[data-component-scope="brand-custom"] .footer__content .footer-links li {
    margin-right: 2px;
    white-space: nowrap;
}

[data-component-scope="brand-custom"] .footer__content .footer-links li:not(:last-child)::after {
    content: '|';
    margin: 0 2px;
    color: var(--color-text);
}

[data-component-scope="brand-custom"] .footer__content .footer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

[data-component-scope="brand-custom"] .footer__content .footer-info > div {
    min-width: 0;
    margin-bottom: 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

[data-component-scope="brand-custom"] .footer__content .footer-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

[data-component-scope="brand-custom"] .footer__content .footer-info li {
    margin-right: 8px;
}

[data-component-scope="brand-custom"] .footer__content .footer-pay,
[data-component-scope="brand-custom"] .footer__content .footer-reassurance,
[data-component-scope="brand-custom"] .footer__content .footer-social {
    align-items: center;
}

[data-component-scope="brand-custom"] .footer__content .footer-pay ul,
[data-component-scope="brand-custom"] .footer__content .footer-reassurance ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

[data-component-scope="brand-custom"] .footer__content .footer-pay img {
    width: 43px;
}

[data-component-scope="brand-custom"] .footer__content .footer-pay li#paypal {
    padding-top: 4px;
}

[data-component-scope="brand-custom"] .footer__content .footer-pay li#paypal img {
    width: 75px;
}

[data-component-scope="brand-custom"] .footer__content .footer-social img {
    width: 30px;
}

[data-component-scope="brand-custom"] .footer__content .footer-reassurance li {
    max-width: 84px;
}

[data-component-scope="brand-custom"] .footer__content .footer-reassurance li#atol img {
    width: 41px;
}

[data-component-scope="brand-custom"] .footer__content .footer-reassurance li#iata img {
    width: 56px;
}

[data-component-scope="brand-custom"] .footer__content .footer-reassurance li#abta img {
    width: 82px;
}

[data-component-scope="brand-custom"] .footer__content .footer-reassurance li#travel-aware img {
    width: 62px;
}

[data-component-scope="brand-custom"] .footer__content .footer-social li {
    display: inline-block;
    font-size: 0.65rem;
    overflow: hidden;
    position: relative;
}

@media (max-width: 768px) {
    [data-component-scope="brand-custom"] .footer__content .footer-info {
        flex-direction: column;
        align-items: center;
    }

    [data-component-scope="brand-custom"] .footer__content .footer-info > div {
        width: 100%;
        margin-bottom: 3rem;
    }
}
