.elementor-4343 .elementor-element.elementor-element-97dbd9a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4343 .elementor-element.elementor-element-97dbd9a{text-align:justify;}.elementor-4343 .elementor-element.elementor-element-97dbd9a p{margin-block-end:16px;}.elementor-4343 .elementor-element.elementor-element-69eaa0a{text-align:justify;}.elementor-4343 .elementor-element.elementor-element-5684bfd{text-align:justify;}.elementor-4343 .elementor-element.elementor-element-684bd0a{text-align:justify;}.elementor-4343 .elementor-element.elementor-element-ffe2092{text-align:justify;}.elementor-4343 .elementor-element.elementor-element-023d2f4{text-align:justify;}.elementor-4343 .elementor-element.elementor-element-af48359{text-align:justify;}.elementor-4343 .elementor-element.elementor-element-58986b3{text-align:justify;}/* Start custom CSS for html, class: .elementor-element-8e85411 *//* QUIZLAND - 3 kvízszervezési lehetőség */

.ql-quiz-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 40px 0;
    align-items: stretch;
}


/* KÁRTYA */

.ql-option-card {
    min-width: 0;
    height: 100%;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 22px;

    display: flex;
    flex-direction: column;
}


/* KIEMELT KÁRTYA */

.ql-option-featured {
    border: 2px solid #ED1C24;
    background: #fffafa;
}


/* FELSŐ RÉSZ */

.ql-option-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.ql-option-number {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f1f1f1;
    border-radius: 50%;

    font-size: 18px;
    font-weight: 700;

    margin-bottom: 26px;
}

.ql-option-top .ql-option-number {
    margin-bottom: 26px;
}


/* BADGE */

.ql-option-badge {
    padding: 8px 14px;
    background: #ED1C24;
    color: #ffffff;

    border-radius: 100px;

    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;

    white-space: nowrap;
}


/* SZÖVEGES TARTALOM */

.ql-option-content {
    margin-bottom: 28px;
}

.ql-option-card h3 {
    margin: 0 0 18px;

    font-size: 25px;
    line-height: 1.22;
    font-weight: 700;
}

.ql-option-card p {
    margin: 0;

    font-size: 16px;
    line-height: 1.65;
}


/*
  EZ A FONTOS RÉSZ:
  az Előny/Hátrány blokkokat mindhárom
  kártyán ugyanarra a vonalra tolja.
*/

.ql-option-meta {
    margin-top: auto;

    padding-top: 24px;
    border-top: 1px solid #e9e9e9;

    display: flex;
    flex-direction: column;
    gap: 12px;

    font-size: 15px;
    line-height: 1.45;
}

.ql-option-meta strong {
    font-weight: 700;
}


/* CTA */

.ql-option-button {
    min-height: 58px;

    margin-top: 26px;
    padding: 13px 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ED1C24;
    color: #ffffff !important;

    border-radius: 12px;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none !important;

    transition: opacity 0.2s ease;
}

.ql-option-button:hover {
    opacity: 0.86;
    color: #ffffff !important;
}


/* TABLET ÉS MOBIL */

@media screen and (max-width: 950px) {

    .ql-quiz-options {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ql-option-card {
        padding: 26px;
    }

    .ql-option-card h3 {
        font-size: 23px;
    }

    .ql-option-meta {
        margin-top: 10px;
    }
}


@media screen and (max-width: 600px) {

    .ql-option-card {
        padding: 22px;
        border-radius: 18px;
    }

    .ql-option-number {
        width: 42px;
        height: 42px;
        flex-basis: 42px;

        font-size: 17px;
        margin-bottom: 22px;
    }

    .ql-option-badge {
        font-size: 10px;
        padding: 7px 11px;
    }

    .ql-option-card h3 {
        font-size: 21px;
    }

    .ql-option-card p {
        font-size: 15px;
    }

    .ql-option-button {
        min-height: 54px;
        font-size: 14px;
    }
}/* End custom CSS */