.death-checklist-wrapper-7f144ec3 {
    font-family: inherit;
    max-width: 650px;
    margin: 0 auto;
}

.widget-title-7f144ec3 {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #143023;
}

.steps-container-7f144ec3 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.step-item-7f144ec3 {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.step-header-7f144ec3 {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    background-color: #143023;
    color: #ffffff;
    user-select: none;
    position: relative;
    gap: 15px;
}

.step-badge-7f144ec3 {
    background-color: #b38e5d;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    white-space: nowrap;
}

.step-title-text-7f144ec3 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    flex-grow: 1;
    color: #ffffff;
}

.step-toggle-icon-7f144ec3 {
    width: 10px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-right: 5px;
}

.active-step-7f144ec3 .step-toggle-icon-7f144ec3 {
    transform: rotate(-135deg);
}

.step-content-7f144ec3 {
    padding: 20px;
    background-color: #fcfcfc;
    border-top: 1px solid #eee;
}

.step-desc-7f144ec3 {
    font-size: 14px;
    line-height: 1.6;
    color: #444444;
}
