/* Elter header styles */
.header-custom {
    width: 100%;
    display: block;
}

.header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0;
    width: 100%;
}

.header-logo {
    height: 84px;
    width: auto;
    display: block;
}

/* Elter footer styles */

.footer-custom {
    border-top: 1px solid #b3b3b3;
    color: #333;
    font-family: sans-serif;
    padding: 0.75rem 1.5rem 0.25rem;
    display: flex;
    justify-content: center;
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    width: 100%;
    max-width: 1100px;
}

.footer-logo {
    width: auto;
    flex-shrink: 0;
    display: block;
}

.footer-text {
    flex: 1 1 400px;
    max-width: 706px;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
}
