.footer-wrapper {
    background-color: #E4EDFF;
    color: #262B3A;
}

.footer-wrapper.desktop {
    padding: 148px 9.4444vw;
}

.footer-wrapper.mobile {
    padding: 0;
}

.footer-column-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-column {
    width: auto;
}

.subject-title {
    color: #262b3a;
    font-family: PolinRegular;
    font-size: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.footer-column a {
    color: #262b3a;
    font-family: 'PolinLight';
    font-size: 15px;
    line-height: 27px;
    text-align: right;
}

/* Download Links - Desktop */
.desktop .download-links .apple {
    padding-bottom: 7px;
}

.desktop .download-links .google {
    padding-bottom: 24px;
}

/* Social Links - Desktop */
.desktop .download-links .facebook .text {
    font-family: 'PolinLight';
    font-size: 11.997px;
    color: #262b3a;
}

.desktop .download-links .facebook .links {
    display: flex;
    gap: 10px;
}

.desktop .download-links .facebook .links .link-image img {
    width: 28px;
    height: 28px;
}

/* Mobile Accordion Base */
.mobile-accordion {
    padding: 48px 0 0;
}

/* Download Links - Mobile */
.mobile .download-links {
    margin: 45px auto 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 16px;
}

.mobile .download-links .text {
    color: #262b3a;
    font-family: 'PolinSemibold';
    font-size: 17px;
    padding-bottom: 16px;
    margin-top: 16px;
}

.mobile .download-links .appStoresContainer {
    gap: 16px;
    align-self: center;
}

.mobile .download-links .image {
    width: 158.178px;
    height: 44.639px;
}

.mobile .download-links .apple,
.mobile .download-links .google {
    text-align: center;
}

/* Social Links - Mobile */
.mobile .download-links .links {
    display: flex;
    gap: 6px;
}

.mobile .download-links .facebook .link-image img {
    width: 40px;
    height: 40px;
}

/* Mobile Accordion */
.footer-item-mobile {
    background-color: #E4EDFF;
    border-radius: 0px;
    border-bottom: 1px solid #3D6CED;
}

.footer-item-mobile:first-child {
    border-top: 1px solid #3D6CED;
}

.footer-header-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 61px;
    padding: 0 24px;
    width: 100%;
}

.footer-title-mobile {
    color: #262b3a;
    font-family: 'PolinRegular';
    font-size: 25px;
}

svg.footer-arrow-mobile {
    overflow: visible;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.footer-header-mobile.collapsed .footer-arrow-mobile {
    transform: rotate(0deg);
}

.footer-header-mobile:not(.collapsed) .footer-arrow-mobile {
    transform: rotate(180deg);
}

.footer-content-mobile {
    padding: 0 16px;
}

.link-div {
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #D2E1FF;
    color: #262b3a;
    font-family: 'PolinRegular';
    font-size: 15px;
}

.link-div:hover {
    cursor: pointer;
    color: #262b3a;
    border-bottom: 1px solid #D2E1FF !important; /* important to override definition to none on Global.css */
}

.link-div:last-child {
    border-bottom: none;
}
