/* AKT Embed Form Module */
.aktive-embed-form {
    padding: 60px 0;
}

.aktive-embed-form .embed-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}

.aktive-embed-form .embed-subtitle {
    font-size: 16px;
    color: #5A6072;
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 1.6;
}

.aktive-embed-form .embed-wrapper {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.aktive-embed-form .embed-wrapper iframe {
    display: block;
    width: 100%;
    border: none;
}

.aktive-embed-form .embed-placeholder {
    max-width: 600px;
    margin: 0 auto;
    padding: 48px 24px;
    text-align: center;
    background: #ffffff;
    border: 2px dashed #d4dae4;
    border-radius: 12px;
    color: #5A6072;
}

.aktive-embed-form .embed-placeholder p {
    margin: 0;
    font-size: 15px;
}

@media (max-width: 767px) {
    .aktive-embed-form {
        padding: 40px 0;
    }

    .aktive-embed-form .embed-title {
        font-size: 28px;
    }

    .aktive-embed-form .embed-wrapper {
        border-radius: 8px;
        margin: 0 12px;
    }
}
