@import url('../footer/block.css');

.footer-contact-list-heading,
.editor-styles-wrapper .footer-contact-list-heading,
.block-editor-block-list__layout .footer-contact-list-heading {
    color: rgba(255, 255, 255, 0.7) !important;
    font-family: Lexend !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    text-transform: uppercase !important;
    margin-bottom: 0.75rem !important;
}

.footer-contact-list-description,
.editor-styles-wrapper .footer-contact-list-description,
.block-editor-block-list__layout .footer-contact-list-description {
    color: rgba(255, 255, 255, 0.85) !important;
    font-family: Lexend !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    margin-bottom: 1.25rem !important;
}

.footer-contact-list-items,
.editor-styles-wrapper .footer-contact-list-items,
.block-editor-block-list__layout .footer-contact-list-items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-contact-list-item,
.editor-styles-wrapper .footer-contact-list-item,
.block-editor-block-list__layout .footer-contact-list-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-contact-list-item span,
.footer-contact-list-item a {
    color: #FFF !important;
    font-family: Lexend !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 24px !important;
    font-style: normal !important;
    text-decoration: none !important;
    transition: opacity 0.2s ease;
}

.footer-contact-list-icon svg {
    width: 25px;
    height: 25px;
    min-width: 25px;
}

.footer-contact-list-item a:hover {
    opacity: 0.8;
}

.footer-contact-list-empty {
    color: rgba(255, 255, 255, 0.6) !important;
    font-family: Lexend !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

