#recorddiv828419454,
#coverCarry828419454,
#rec828419454 .t-cover__filter,
#rec828419454 .t-cover__wrapper {
    height: auto !important;
    min-height:50vh !important;
}





















#rec834802521 .t-quiz__quiz-wrapper {
    height: auto !important;
    min-height: 500px !important; 
}

#rec837089304 .t570__contentbox {
    height: auto !important;
    min-height: 400px !important;
    padding: 40px 20px !important; 
}


#main-text {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1a1a1a;
    line-height: 1.6;
    background-color: #fcfcfc;
}

#main-text h1 {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #0c0c0e;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #0c0c0e;
    padding-bottom: 12px;
}

#main-text h2, 
#main-text h3 {
    font-size: clamp(20px, 3vw, 26px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: #0c0c0e;
    margin: 28px 0 12px 0;
    position: relative;
    padding-left: 14px;
}

#main-text h2::before, 
#main-text h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    background-color: #7d5bb3;
}

#main-text p {
    font-size: 16px;
    margin: 0 0 14px 0;
    text-align: justify;
    color: #333333;
}

#main-text p:first-of-type::first-line {
    font-weight: 600;
    color: #0c0c0e;
}

#main-text p strong {
    color: #7d5bb3;
    font-weight: 600;
}

#main-text ol, 
#main-text ul {
    margin: 0 0 16px 0;
    padding-left: 20px;
    list-style: none;
    counter-reset: custom-counter;
}

#main-text ol li, 
#main-text ul li {
    counter-increment: custom-counter;
    position: relative;
    padding-left: 12px;
    margin-bottom: 8px;
    font-size: 15px;
    color: #2b2b2b;
}

#main-text ol li::before {
    content: counter(custom-counter) ".";
    position: absolute;
    left: -18px;
    font-weight: 700;
    color: #7d5bb3;
}

#main-text ul li::before {
    content: "—";
    position: absolute;
    left: -14px;
    color: #7d5bb3;
    font-weight: bold;
}

#main-text ol li strong, 
#main-text ul li strong {
    color: #0c0c0e;
}

#main-text p:has(strong:only-child) {
    background: #f3effa;
    border-left: 3px solid #7d5bb3;
    padding: 12px 16px;
    margin: 20px 0 14px 0;
    font-style: italic;
}

#main-text p:has(strong:only-child) strong {
    font-style: normal;
    font-size: 18px;
    display: block;
    margin-bottom: 4px;
}

@media (max-width: 768px) {
    #main-text {
        padding: 16px 12px;
    }
    #main-text p {
        text-align: left;
        font-size: 15px;
    }
}



















