.wlf-container-a837ea15 {
    padding: 40px;
    font-family: sans-serif;
    width: 100%;
}

.wlf-header {
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-size: 12px;
}

.wlf-border-line {
    width: 100%;
    height: 1px;
    border-top: 1px solid #2A2A35;
    margin: 40px 0;
}

.wlf-columns {
    display: flex;
    gap: 60px;
    flex-wrap: nowrap;
}

@media (max-width: 768px) {
    .wlf-columns {
        flex-wrap: wrap;
    }
    
    .wlf-links-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px !important;
    }
    
    .wlf-links-row > .wlf-link-wrapper {
        width: 100% !important;
        flex: 1 1 100% !important;
    }
}

.wlf-col {
    flex: 1;
    min-width: 0;
}

.wlf-columns.wlf-one-col .wlf-col {
    max-width: 100%;
}

.wlf-company-logo {
    margin-bottom: 20px;
}

.wlf-company-logo img {
    max-height: 50px;
    width: auto;
    display: block;
}

.wlf-company-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.wlf-accent-line {
    width: 20px;
    height: 3px;
    background-color: #B872FF;
    flex-shrink: 0;
}

.wlf-title {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
}

.wlf-desc {
    font-size: 16px;
    line-height: 1.6;
}

.wlf-media-label {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.wlf-contacts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 300px));
    gap: 30px;
}

.wlf-contacts-grid.wlf-single-contact-row {
    grid-template-columns: 1fr;
}

.wlf-contact-name {
    margin: 0 0 5px 0;
    font-size: 20px;
}

.wlf-contact-info {
    margin-bottom: 40px;
}

.wlf-contact-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.wlf-link-wrapper {
    display: inline-block;
}

.wlf-links-row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
}

.wlf-links-row > .wlf-link-wrapper {
    flex: 1 1 33.333%;
    max-width: 33.333%;
}

.wlf-link {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    width: fit-content;
    padding-bottom: 2px;
    word-break: break-word;
    line-height: 1.8;
    display: inline-block;
}

.wlf-link:hover {
    opacity: 0.8;
}

.wlf-contact-phone.wlf-link {
    border-bottom: none;
}

.wlf-footer {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.8;
}