.pd-lottery-intro {
    margin: 0 0 30px;
}

.pd-lottery-guide {
    margin: 52px 0 0;
    padding: 34px 32px 38px;
    color: #383838;
    border: 1px solid #e6e6e6;
    border-top: 4px solid #aa1801;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(38, 38, 38, .055);
}

.pd-lottery-guide h2,
.pd-lottery-faq h2 {
    margin: 0 0 28px;
    font-size: 38px;
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.pd-lottery-guide h3 {
    margin: 30px 0 10px;
    padding-left: 13px;
    border-left: 3px solid #aa1801;
    font-size: 24px;
    line-height: 1.3;
}

.pd-lottery-guide h3:not(:first-of-type) {
    padding-top: 22px;
    border-top: 1px solid #ececec;
}

.pd-lottery-guide p {
    font-size: 18px;
    line-height: 1.7;
}

.pd-lottery-guide a {
    color: #aa1801;
    font-weight: 700;
}

.pd-lottery-eyebrow {
    margin: 0 0 14px !important;
    color: #aa1801;
    font-size: 12px !important;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.pd-lottery-responsible {
    margin-top: 30px;
    padding: 16px 18px;
    border-left: 4px solid #aa1801;
    border-radius: 0 7px 7px 0;
    background: #f5f5f5;
    font-size: 15px !important;
}

.pd-lottery-faq {
    margin: 56px 0 20px;
    padding: 38px 32px 28px;
    color: #363636;
    border: 1px solid #e6e6e6;
    border-top: 4px solid #aa1801;
    border-radius: 10px;
    background: #fafafa;
    box-shadow: 0 8px 24px rgba(38, 38, 38, .055);
}

.pd-lottery-faq .pd-lottery-eyebrow {
    color: #aa1801;
}

.pd-lottery-faq__list {
    border-top: 1px solid #dedede;
}

.pd-lottery-faq__item {
    border-bottom: 1px solid #dedede;
}

.pd-lottery-faq__item summary {
    display: flex;
    min-height: 72px;
    padding: 18px 0;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 750;
    line-height: 1.4;
    list-style: none;
}

.pd-lottery-faq__item summary::-webkit-details-marker {
    display: none;
}

.pd-lottery-faq__item summary i {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-right: 2px solid #aa1801;
    border-bottom: 2px solid #aa1801;
    transform: rotate(45deg);
    transition: transform .2s ease;
}

.pd-lottery-faq__item[open] summary i {
    transform: rotate(225deg);
}

.pd-lottery-faq__answer {
    max-width: 760px;
    padding: 0 34px 22px 0;
    color: #5f5f5f;
}

.pd-lottery-faq__answer p {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
}

@media (max-width: 824px) {
    .pd-lottery-guide {
        margin-top: 38px;
        padding: 27px 18px 30px;
    }

    .pd-lottery-guide h2,
    .pd-lottery-faq h2 {
        font-size: 28px;
    }

    .pd-lottery-guide h3 {
        font-size: 21px;
    }

    .pd-lottery-guide p {
        font-size: 17px;
    }

    .pd-lottery-faq {
        padding: 30px 18px 22px;
    }

    .pd-lottery-faq__item summary {
        min-height: 64px;
        gap: 16px;
        font-size: 17px;
    }
}
