.msq-wrapper-a54a47d2 {
    font-family: inherit;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.msq-nav-a54a47d2 {
    margin-bottom: 20px;
}

.msq-btn-back-a54a47d2 {
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    text-decoration: underline;
}

.msq-btn-back-a54a47d2:hover {
    color: #333;
}

.msq-q-title-a54a47d2 {
    margin: 0 0 20px 0;
    font-size: 1.5em;
    line-height: 1.3;
}

.msq-options-a54a47d2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.msq-ans-btn-a54a47d2 {
    background: #f1f1f1;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px 20px;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s ease;
}

.msq-ans-btn-a54a47d2:hover {
    background: #e2e2e2;
    border-color: #ccc;
}

.msq-disq-content-a54a47d2 {
    padding: 20px;
    background: #fdf5f5;
    border-left: 4px solid #d9534f;
    border-radius: 4px;
}

/* Form Styles */
.msq-step-form-a54a47d2 {
    margin-top: 10px;
}

.msq-form-group-a54a47d2 {
    margin-bottom: 15px;
}

.msq-form-group-a54a47d2 label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
    color: #444;
}

.msq-form-group-a54a47d2 input[type="text"],
.msq-form-group-a54a47d2 input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: inherit;
}

.msq-consent-group-a54a47d2 label {
    display: flex;
    align-items: flex-start;
    font-weight: normal;
    gap: 10px;
    cursor: pointer;
}

.msq-consent-group-a54a47d2 input[type="checkbox"] {
    margin-top: 3px;
}

.msq-form-submit-a54a47d2 {
    background: #0073aa;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 10px;
}

.msq-form-submit-a54a47d2:hover {
    background: #005177;
}

.msq-form-message-a54a47d2 {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
}
.msq-form-message-a54a47d2.msq-success {
    background: #dff0d8;
    color: #3c763d;
}
.msq-form-message-a54a47d2.msq-error {
    background: #f2dede;
    color: #a94442;
}


/* CTA styles */
.msq-step-cta-a54a47d2 {
    text-align: center;
}

.msq-cta-title-a54a47d2 {
    margin-bottom: 15px;
}

.msq-cta-text-a54a47d2 {
    margin-bottom: 20px;
}

.msq-cta-video-a54a47d2 {
    margin-bottom: 25px;
}

.msq-cta-video-a54a47d2 iframe {
    max-width: 100%;
    border-radius: 8px;
}

.msq-btn-cta-a54a47d2 {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    padding: 15px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
}

.msq-btn-cta-a54a47d2:hover {
    background: #005177;
    color: #fff;
}
