.footer-store-contact {
    --fsc-store-title-font-family: inherit;
    --fsc-store-title-font-size: inherit;
    --fsc-store-desc-font-family: inherit;
    --fsc-store-desc-font-size: inherit;
    --fsc-contact-label-font-family: inherit;
    --fsc-contact-label-font-size: inherit;
    --fsc-contact-value-font-family: inherit;
    --fsc-contact-value-font-size: inherit;
}

.footer-store-contact .footer-store-contact__title {
    font-family: var(--fsc-store-title-font-family);
    font-size: var(--fsc-store-title-font-size);
}

.footer-store-contact .footer-store-contact__desc {
    font-family: var(--fsc-store-desc-font-family);
    font-size: var(--fsc-store-desc-font-size);
}

.footer-store-contact .footer-store-contact__label {
    font-family: var(--fsc-contact-label-font-family);
    font-size: var(--fsc-contact-label-font-size);
}

.footer-store-contact .footer-store-contact__value,
.footer-store-contact .footer-store-contact__value a {
    font-family: var(--fsc-contact-value-font-family);
    font-size: var(--fsc-contact-value-font-size);
}

.footer-store-contact .footer-store-contact__contact--split {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-store-contact .footer-store-contact__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 12px;
}

.footer-store-contact .footer-store-contact__row .footer-store-contact__label {
    flex: 0 0 auto;
}

.footer-store-contact .footer-store-contact__row .footer-store-contact__value {
    flex: 1 1 auto;
    min-width: 0;
}

.footer-store-contact .footer-store-contact__list li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.5rem;
}

.footer-store-contact .footer-store-contact__list .footer-store-contact__label,
.footer-store-contact .footer-store-contact__list .footer-store-contact__value {
    display: inline;
}

.footer-store-contact.kf-f-contact ul li em.footer-store-contact__label {
    display: inline;
    margin-right: 0.35em;
}

.footer-store-contact .footer__contact ul li .text {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.5rem;
}

.footer-store-contact__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-store-contact__list li {
    margin: 0;
}

.footer-store-contact__list li + li {
    margin-top: 8px;
}

.footer-store-contact__inline-item + .footer-store-contact__inline-item {
    margin-top: 12px;
}

.footer-store-contact__inline-item h5,
.footer-store-contact__inline-item .footer-store-contact__label {
    margin: 0 0 4px;
}

.footer-store-contact__inline-item p,
.footer-store-contact__inline-item .footer-store-contact__value {
    margin: 0;
}
