.blessings-section {
    background: var(--bg-warm);
    padding: 80px 20px;
}

.blessings-title {
    font-family: 'Ma Shan Zheng', cursive;
    font-size: 26px;
    color: var(--text-dark);
    letter-spacing: 6px;
    text-align: center;
    margin-bottom: 30px;
}

.blessings-list {
    width: 100%;
    max-width: 400px;
}

.blessing-item {
    display: flex;
    gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(196, 149, 106, 0.1);
}

.blessing-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.blessing-content {
    flex: 1;
}

.blessing-name {
    font-size: 14px;
    color: var(--text-dark);
    margin-bottom: 4px;
}

.blessing-text {
    font-size: 13px;
    color: var(--text-light);
    line-height: 1.6;
}

.blessing-time {
    font-size: 11px;
    color: var(--text-lighter);
    margin-top: 5px;
}
