.ft-ea7bae9c-wrapper {
    width: 100%;
    color: #b5b5b5;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.ft-ea7bae9c-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.ft-ea7bae9c-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ft-ea7bae9c-logo-wrapper img {
    max-height: 50px;
    width: auto;
    object-fit: contain;
}

.ft-ea7bae9c-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    position: relative;
    padding-bottom: 8px;
}

.ft-ea7bae9c-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #0073aa;
}

.ft-ea7bae9c-text {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.ft-ea7bae9c-socials {
    display: flex;
    gap: 12px;
    align-items: center;
}

.ft-ea7bae9c-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    transition: background-color 0.3s, transform 0.3s;
    text-decoration: none;
}

.ft-ea7bae9c-social-link:hover {
    background-color: #0073aa;
    transform: translateY(-3px);
}

.ft-ea7bae9c-links-list,
.ft-ea7bae9c-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ft-ea7bae9c-link {
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s, padding-left 0.3s;
    display: inline-block;
}

.ft-ea7bae9c-link:hover {
    padding-left: 6px;
}

.ft-ea7bae9c-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.ft-ea7bae9c-contact-icon-wrapper {
    font-size: 15px;
    color: #0073aa;
    margin-top: 2px;
}

.ft-ea7bae9c-contact-text {
    font-size: 14px;
    line-height: 1.5;
}

/* Dynamic Category Tags block replacing Newsletter */
.ft-ea7bae9c-category-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.ft-ea7bae9c-tag {
    display: inline-block;
    padding: 6px 14px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #b5b5b5;
    font-size: 12px;
    font-weight: 500;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ft-ea7bae9c-tag:hover {
    background-color: #0073aa;
    border-color: #0073aa;
    color: #ffffff;
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .ft-ea7bae9c-container {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 40px;
    }
}

@media (max-width: 576px) {
    .ft-ea7bae9c-container {
        grid-template-columns: 1fr !important;
        gap: 32px;
    }
}
