#post-4537 .accordion {
    margin-bottom: 15px;
}

#post-4537 .accordion-list {
    max-width: 700px;
    background-color: #E0DDD3;
    margin: 0 auto;
    padding: 60px 40px;
}

@media (max-width: 768px) {
    #post-4537 .accordion-list {
        padding: 30px 20px;
    }
}

#post-4537 .accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 30px;
    background-color: #ffffff;
    border: none;
    border-top: 1.5px solid #775B45;
    cursor: pointer;
    text-align: left;
}

@media (max-width: 768px) {
    #post-4537 .accordion__header {
        padding: 25px 15px;
    }
}

#post-4537 .accordion__title-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#post-4537 .accordion__title {
    font-size: 24px;
    font-weight: 500;
    color: #775B45;;
    line-height: 1.4;
    letter-spacing: -0.5px;
}


@media (max-width: 768px) {
    #post-4537 .accordion__title {
        font-size: 16px;
    }
}


#post-4537 .accordion__author {
    font-size: 14px;
    font-weight: 400;
    color: #91908F;
    margin-top: 8px;
}

#post-4537 .accordion__arrow {
    background: url("/img/landing-2023/icon/rectangle_down.png") no-repeat center;
    margin-left: 16px;
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

#post-4537 .accordion.open .accordion__arrow {
    transform: rotate(180deg);
}

#post-4537 .accordion__content {
    display: none;
    padding: 30px;
    background-color: #F6F5F2;
}

#post-4537 .accordion__content.open {
    display: block;
}

#post-4537 .accordion__body p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
    color: #4D4F41;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    #post-4537 .accordion__body p {
        font-size: 16px;
        line-height: 1.6;
    }
}

#post-4537 .accordion__body p:last-child {
    margin-bottom: 0;
}
