.aok-login-container {
    width: 100%;
    background-color: #fff;
    padding: 40px 20px 0;
    margin-bottom: 0 !important;
}

.aok-login-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.aok-login-form-section {
    max-width: 600px;
    margin: 0 auto 60px;
}

.aok-registration-teaser {
    background-color: #005E3F;
    padding: 100px 40px;
    text-align: center;
    color: #fff;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 0;
    margin-bottom: 0 !important;
}

.aok-teaser-title {
    font-family: 'AOK Buenos Aires', 'AOK Buenos Aires Text', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 24px 0;
    line-height: 1.2;
}

.aok-highlight-text {
    color: #50EB5D;
}

.aok-teaser-text {
    font-family: 'AOK Buenos Aires Text', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    margin: 0 0 32px 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Footer Styles */
.aok-footer {
    background-color: #00523B;
    color: #fff;
    padding: 0;
    margin: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.aok-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 40px 32px;
}

.aok-footer-top {
    padding-bottom: 24px;
}

.aok-footer-branding {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aok-footer-title {
    font-family: 'AOK Buenos Aires', 'AOK Buenos Aires Text', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
}

.aok-footer-copyright {
    font-family: 'AOK Buenos Aires Text', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.aok-footer-divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0;
}

.aok-footer-bottom {
    padding-top: 24px;
}

.aok-footer-section-title {
    font-family: 'AOK Buenos Aires', 'AOK Buenos Aires Text', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #50EB5D;
    line-height: 1.2;
    margin-bottom: 16px;
    display: block;
}

.aok-footer-nav {
    width: 100%;
}

.aok-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
}

.aok-footer-menu li {
    display: inline-block;
    margin: 0;
}

.aok-footer-menu li a {
    font-family: 'AOK Buenos Aires Text', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: 1.5;
}

.aok-footer-menu li a:hover {
    color: #50EB5D;
    text-decoration: none;
}

/* Instance Modal Footer Content */
.instance-modal-footer-content {
    text-align: center;
    padding-top: 50px;
    border-top: none;
    margin-top: 0;
}

.instance-modal-footer-content p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 3px 0;
    font-family: 'AOK Buenos Aires Text', sans-serif;
    font-weight: 400;
}

.instance-modal-footer-content .bold {
    font-weight: 600;
}

.instance-modal-footer-content .footer-link {
    color: #7ED34E;
    text-decoration: underline;
    font-weight: 400;
    transition: color 0.3s ease;
}

.instance-modal-footer-content .footer-link:hover {
    color: #6BC23D;
    text-decoration: underline;
}

/* Responsive Layout Adjustments */
@media (max-width: 768px) {
    .aok-registration-teaser {
        padding: 40px 24px;
    }

    .aok-teaser-title {
        font-size: 28px;
    }

    .aok-teaser-text {
        font-size: 15px;
    }

    .aok-footer-inner {
        padding: 32px 24px 24px;
    }

    .aok-footer-branding {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .aok-footer-menu {
        flex-direction: column;
        gap: 12px;
    }

    .aok-footer-menu li {
        display: block;
    }
}

@media (max-width: 480px) {
    .aok-teaser-title {
        font-size: 24px;
    }

    .aok-footer-title {
        font-size: 18px;
    }

    .aok-footer-copyright {
        font-size: 14px;
    }

    .aok-footer-section-title {
        font-size: 14px;
    }

    .aok-footer-menu li a {
        font-size: 14px;
    }
}

.pf-v5-c-login__main-footer {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: baseline;
}
