[class~="error"],
[class~="updated"],
[class~="notice"],
.ays-survey-footer-review-box,
.ays-survey-footer-support-box {
    display: none !important;
}

.survey-maker-logo > img {
    width: 100px;
}

.survey-maker-steps-container iframe,
.survey-maker-steps-container img {
    max-width: 100%;
    height: auto;
}

/* Hero Section Styles */
.survey-maker-hero {
    background-color: #ffffff;
    padding: 64px 24px;
    text-align: center;
    border-radius: 12px 12px 0px 0px;
}

.survey-maker-hero .survey-maker-hero-container {
    max-width: 1024px;
    margin: 0 auto;
}

.survey-maker-hero .survey-maker-logo {
    width: 80px;
    height: 80px;
    margin: 0 auto 32px auto;
    display: block;
}

.survey-maker-hero .survey-maker-hero-title {
    font-size: 48px;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 24px;
    line-height: 1.2;
}

.survey-maker-hero .survey-maker-hero-subtitle {
    font-size: 20px;
    color: #6b7280;
    margin-bottom: 48px;
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.survey-maker-hero .survey-maker-hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.survey-maker-hero .survey-maker-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    padding: 12px 32px;
    min-width: 180px;
    width: 100%;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.survey-maker-hero .survey-maker-btn:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.survey-maker-hero .survey-maker-btn-primary {
    background-color: rgb(59, 131, 246);
    color: white;
}

.survey-maker-hero .survey-maker-btn-primary:hover {
    background-color: #2474f5;
}

.survey-maker-hero .survey-maker-btn-secondary {
    background-color: #ff8533;
    color: white;
}

.survey-maker-hero .survey-maker-btn-secondary:hover {
    background-color: #ff751a;
}

.survey-maker-hero .survey-maker-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

/* Quick Start Steps Section Styles */
.survey-maker-steps {
    padding: 64px 24px;
    background-color: #f8fafc;
}

.survey-maker-steps .survey-maker-steps-container {
    max-width: 1024px;
    margin: 0 auto;
}

.survey-maker-steps .survey-maker-steps-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #1f2937;
    margin-bottom: 48px;
}

.survey-maker-steps .survey-maker-steps-sub-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #1f2937;
    margin-bottom: 48px;
}

.survey-maker-steps .survey-maker-steps-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}

.survey-maker-steps .survey-maker-steps-list {
    max-width: 512px;
    width: 100%;
}

.survey-maker-steps .survey-maker-ordered-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.survey-maker-steps .survey-maker-step-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.survey-maker-steps .survey-maker-step-number {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background-color: #3c83f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.survey-maker-steps .survey-maker-step-text {
    padding-top: 4px;
}

.survey-maker-steps .survey-maker-step-title {
    font-size: 18px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
}

.survey-maker-steps .survey-maker-video-container {
    width: 100%;
    max-width: 512px;
}

.survey-maker-steps .survey-maker-video-wrapper {
    width: 100%;
    background-color: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    position: relative;
}

.survey-maker-steps .survey-maker-video-wrapper img {
    width: 500px;
    /*height: 265px;*/
}

.survey-maker-steps .ays-survey-youtube-placeholder {
    width: 500px;
    height: 280px;
}

.survey-maker-steps .survey-maker-video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
}

/* Video Resources Section Styles */
.survey-maker-video-resources {
    padding: 80px 24px;
    background-color: #ffffff;
}

.survey-maker-video-resources .survey-maker-video-resources-container {
    max-width: 1152px;
    margin: 0 auto;
}

.survey-maker-video-resources .survey-maker-video-resources-header {
    text-align: center;
    margin-bottom: 64px;
}

.survey-maker-video-resources .survey-maker-video-resources-title {
    font-size: 30px;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 16px;
}

.survey-maker-video-resources .survey-maker-video-resources-subtitle {
    font-size: 18px;
    color: #6b7280;
    max-width: 512px;
    margin: 0 auto;
}

.survey-maker-video-resources .survey-maker-video-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.survey-maker-video-resources .survey-maker-video-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.survey-maker-video-resources .survey-maker-video-card {
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    padding: 24px;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: block;
}

.survey-maker-video-resources .survey-maker-video-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.survey-maker-video-resources .survey-maker-video-card-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.survey-maker-video-resources .survey-maker-video-card-icon {
    width: 48px;
    height: 48px;
    background-color: rgba(255, 133, 51, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    flex-shrink: 0;
}

.survey-maker-video-resources .survey-maker-video-card:hover .survey-maker-video-card-icon {
    background-color: rgba(255, 133, 51, 0.2);
}

.survey-maker-video-resources .survey-maker-play-icon {
    width: 24px;
    height: 24px;
    color: #ff8533;
}

.survey-maker-video-resources .survey-maker-video-card-text {
    flex: 1;
}

.survey-maker-video-resources .survey-maker-video-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 8px;
}

.survey-maker-video-resources .survey-maker-video-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
    transition: color 0.2s ease;
}

.survey-maker-video-resources .survey-maker-video-card:hover .survey-maker-video-card-title {
    color: #3c83f6;
}

.survey-maker-video-resources .survey-maker-external-link {
    width: 16px;
    height: 16px;
    color: #6b7280;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

.survey-maker-video-resources .survey-maker-video-card:hover .survey-maker-external-link {
    color: #3c83f6;
}

.survey-maker-video-resources .survey-maker-video-card-description {
    color: #6b7280;
    margin: 0 0 8px 0;
    line-height: 1.5;
}

.survey-maker-video-resources .survey-maker-video-duration {
    font-size: 14px;
    color: #ff8533;
    font-weight: 500;
}

/* Responsive Styles */
@media (min-width: 640px) {
    .survey-maker-hero .survey-maker-hero-buttons {
        flex-direction: row;
    }

    .survey-maker-hero .survey-maker-btn {
        width: auto;
    }
}

@media (min-width: 769px) {
    .survey-maker-hero .survey-maker-hero-title {
        font-size: 56px;
    }

    .survey-maker-steps .survey-maker-steps-content {
        flex-direction: row;
        gap: 48px;
        align-items: center;
    }

    .survey-maker-steps .survey-maker-steps-list {
        flex: 1;
    }

    .survey-maker-steps .survey-maker-video-container {
        flex: 1;
        /* max-width: none; */
    }

    .survey-maker-video-resources .survey-maker-video-resources-title {
        font-size: 36px;
    }

    .survey-maker-video-resources .survey-maker-video-cards {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .survey-maker-video-resources .survey-maker-video-row {
        display: flex;
        flex-direction: row;
        gap: 24px;
    }

    .survey-maker-video-resources .survey-maker-video-card {
        flex: 1;
    }
}

@media (min-width: 1024px) {
    .survey-maker-hero .survey-maker-hero-title {
        font-size: 64px;
    }

    .survey-maker-steps .survey-maker-steps-content {
        gap: 64px;
    }

    .survey-maker-video-resources .survey-maker-video-resources-title {
        font-size: 40px;
    }

    .survey-maker-video-resources .survey-maker-video-cards {
        display: flex;
        flex-direction: column;
        gap: 24px;
        max-width: 1024px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) {
    .survey-maker-steps .survey-maker-steps-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .survey-maker-steps .ays-survey-youtube-placeholder {
        width: 512px;
        height: 280px;
    }
    .survey-maker-steps .survey-maker-video-wrapper img {
        width: 512px;
        /*height: 315px;*/
        max-width: 100%;
        object-fit: contain;
    }
}

/* Quiz Demos Section Styles */
.survey-maker-help-demos-section {
    padding: 4rem 0;
    background-color: rgb(248, 250, 252);
    padding-bottom: 10rem;
}

.survey-maker-help-demos-section .survey-maker-help-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.survey-maker-help-demos-section .survey-maker-help-max-width {
    max-width: 1152px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.survey-maker-help-demos-section .survey-maker-help-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.survey-maker-help-demos-section .survey-maker-help-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
}

.survey-maker-help-demos-section .survey-maker-help-description {
    color: #64748b;
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
}

.survey-maker-help-demos-section .survey-maker-help-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

/* Fox Review Section Styles */
.survey-maker-review-settings-section {
    padding-bottom: 2rem;
    background-color: rgb(248, 250, 252);
    border-radius: 0px 0px 12px 12px;
}

/* Responsive grid */
@media (min-width: 768px) {
    .survey-maker-help-demos-section .survey-maker-help-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1025px) {
    .survey-maker-help-demos-section .survey-maker-help-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1280px) {
    .survey-maker-help-demos-section .survey-maker-help-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.survey-maker-help-demos-section .survey-maker-help-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    transition: transform 0.1s ease-in-out;
    overflow: hidden;
}

.survey-maker-help-demos-section .survey-maker-help-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transform: scale(1.05);
}

.survey-maker-help-demos-section .survey-maker-help-card-header {
    padding: 1.5rem;
    padding-bottom: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.survey-maker-help-demos-section .survey-maker-help-icon-container {
    width: 4rem;
    height: 4rem;
    background-color: rgba(59, 130, 246, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: background-color 0.3s ease;
}

.survey-maker-help-demos-section .survey-maker-help-card:hover .survey-maker-help-icon-container {
    background-color: rgba(59, 130, 246, 0.2);
}

.survey-maker-help-demos-section .survey-maker-help-icon {
    width: 2rem;
    height: 2rem;
    color: #3c83f6;
}

.survey-maker-help-demos-section .survey-maker-help-card-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    line-height: 1.4;
    min-height: 50px;
}

.survey-maker-help-demos-section .survey-maker-help-card-content {
    padding: 1.5rem;
    padding-top: 0;
}

.survey-maker-help-demos-section .survey-maker-help-card-description {
    font-size: 0.875rem;
    color: #64748b;
    text-align: center;
    margin: 0 0 1rem 0;
    line-height: 1.6;
    min-height: 68px;
}

.survey-maker-help-demos-section .survey-maker-help-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    height: 2.5rem;
    padding: 0 1rem;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    color: rgb(40, 44, 52);
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.survey-maker-help-demos-section .survey-maker-help-button:hover {
    background-color: #3c83f6;
    color: #ffffff;
}

.survey-maker-help-demos-section .survey-maker-help-button:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}

.survey-maker-help-demos-section .survey-maker-help-button-icon {
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
}

/* Additional responsive adjustments */
@media (max-width: 767px) {
    .survey-maker-help-demos-section {
        padding: 2rem 0;
    }

    .survey-maker-help-demos-section .survey-maker-help-max-width {
        gap: 2rem;
    }

    .survey-maker-help-demos-section .survey-maker-help-title {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    div.ays-survey-youtube-placeholder {
        width: 100% !important;
        height: auto !important;
    }
}