.nf-11708-container {
    background-color: #f9f9f9;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.nf-11708-heading {
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
}

.nf-11708-description {
    margin-bottom: 25px;
    color: #666;
}

.nf-11708-embed-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.nf-11708-embed-wrapper iframe {
    max-width: 100% !important;
}