.meditation-container-02a84fc3 {
    max-width: 800px;
    margin: 40px auto;
    font-family: 'Proza Libre', sans-serif;
    color: #2E2E2E;
    box-shadow: 0 10px 30px rgba(139, 26, 0, 0.04);
    border: 1px solid rgba(232, 217, 181, 0.4);
    background-color: #FAF3E7;
    transition: all 0.3s ease;
}

.meditation-header-02a84fc3 {
    margin-bottom: 30px;
    border-bottom: 2px solid #E8D9B5;
    padding-bottom: 25px;
}

.intro-subtitle-02a84fc3 {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    color: #C23B00;
}

.intro-title-02a84fc3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 15px 0;
    color: #2E2E2E;
}

.intro-quote-02a84fc3 {
    font-style: italic;
    margin: 20px 0;
    padding: 10px 0 10px 20px;
    border-left: 3px solid #8B1A00;
    font-size: 17px;
    line-height: 1.5;
    color: #8B1A00;
    font-family: 'Cormorant Garamond', serif;
}

.intro-desc-02a84fc3 {
    font-size: 16px;
    line-height: 1.7;
    color: #2E2E2E;
}

.meditation-accordion-02a84fc3 {
    display: flex;
    flex-direction: column;
}

.acc-item-02a84fc3 {
    border-bottom: 1px solid #E8D9B5;
    transition: background-color 0.3s ease;
}

.acc-item-02a84fc3:hover {
    background-color: rgba(232, 217, 181, 0.15);
}

.acc-item-02a84fc3.active {
    background-color: rgba(232, 217, 181, 0.25);
}

.acc-item-02a84fc3:last-child {
    border-bottom: none;
}

.acc-trigger-02a84fc3 {
    width: 100%;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 24px;
    text-align: left;
    cursor: pointer;
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 600;
    color: #2E2E2E;
    transition: all 0.3s ease;
}

.acc-trigger-02a84fc3:focus {
    outline: none;
}

.acc-item-02a84fc3.active .acc-trigger-02a84fc3 {
    color: #8B1A00;
}

.acc-icon-02a84fc3 {
    position: relative;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #C23B00;
    transition: color 0.3s ease;
}

.acc-item-02a84fc3.active .acc-icon-02a84fc3 {
    color: #8B1A00;
}

.acc-icon-02a84fc3::before,
.acc-icon-02a84fc3::after {
    content: '';
    position: absolute;
    background-color: currentColor;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

/* Horizontal line */
.acc-icon-02a84fc3::before {
    top: 7px;
    left: 0;
    width: 16px;
    height: 2px;
}

/* Vertical line */
.acc-icon-02a84fc3::after {
    top: 0;
    left: 7px;
    width: 2px;
    height: 16px;
}

.acc-item-02a84fc3.active .acc-icon-02a84fc3::after {
    transform: rotate(90deg);
    opacity: 0;
}

.acc-item-02a84fc3.active .acc-icon-02a84fc3::before {
    transform: rotate(180deg);
}

.acc-content-wrapper-02a84fc3 {
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.acc-content-02a84fc3 {
    padding: 0 24px 24px 24px;
    font-size: 16px;
    line-height: 1.7;
    color: #2E2E2E;
}

.acc-content-02a84fc3 ul {
    margin: 12px 0;
    padding-left: 20px;
    list-style-type: none;
}

.acc-content-02a84fc3 li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
}

.acc-content-02a84fc3 li::before {
    content: '•';
    color: #C23B00;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

.acc-content-02a84fc3 p {
    margin-bottom: 15px;
}
.acc-content-02a84fc3 p:last-child {
    margin-bottom: 0;
}
