.contact-embed {
    background: #fff;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(23, 0, 255, 0.15);
}

.contact-embed__title {
    color: #1700FF;
    font-family: "ClashDisplay-SemiBold";
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.contact-embed__description {
    color: #555;
    line-height: 1.5;
    margin-bottom: 16px;
}

.contact-embed__code {
    width: 100%;
}

.contact-embed__code iframe,
.contact-embed__code #sp-container-standard {
    min-height: 800px;
    width: 100%;
    border: 0;
}
