.ds-header {
    padding: 20px 20px 22px 20px;
    background: linear-gradient(160deg, #C7CE5A 0%, #7C8A2E 100%);
    border-radius: 0 0 28px 28px;
    color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(124, 138, 46, 0.2);
}
.back-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    padding: 6px 14px 6px 12px;
    border-radius: 30px;
    margin-bottom: 16px;
}
.back-pill:hover { background: rgba(255, 255, 255, 0.26); }

.ds-eyebrow {
    font-size: 12px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.85;
    margin-bottom: 6px;
}
.ds-header h1 {
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 700;
}

.ds-verse-card {
    background: #FFFFFF;
    border-radius: 22px;
    padding: 28px 22px 22px 22px;
    margin: 0 20px 24px 20px;
    border: 1px solid #EFEAE4;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.03);
    text-align: center;
}
.ds-quote-icon {
    color: #C7CE5A;
    font-size: 20px;
    margin-bottom: 8px;
}
.ds-verse-text {
    font-size: clamp(19px, 3vw, 24px);
    font-weight: 400;
    color: #2A2624;
    line-height: 1.5;
    margin-bottom: 10px;
    min-height: 3em;
}
.ds-verse-ref {
    display: block;
    font-size: 13px;
    color: #8A7A7A;
    font-weight: 400;
    margin-bottom: 22px;
}

.ds-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.ds-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #F5F0EA;
    border: 1px solid #EFEAE4;
    color: #4A4442;
    padding: 11px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: 0.15s;
}
.ds-action-btn:hover { background: #EFEAE4; }
#dsShuffleBtn {
    background: linear-gradient(135deg, #C7CE5A, #7C8A2E);
    color: #fff;
    border: none;
}

.section-block {
    padding: 0 20px 24px 20px;
}
.section-heading h2 {
    font-size: 15px;
    font-weight: 600;
    color: #2A2624;
    margin-bottom: 12px;
}
.section-heading h2 i {
    color: #7C8A2E;
    margin-right: 6px;
}

.ds-history-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ds-history-item {
    background: #FFFFFF;
    border: 1px solid #EFEAE4;
    border-radius: 14px;
    padding: 12px 16px;
}
.ds-history-item p {
    font-size: 13px;
    color: #2A2624;
    font-style: italic;
    margin-bottom: 4px;
}
.ds-history-item span {
    font-size: 11px;
    color: #8A7A7A;
    font-weight: 500;
}
.ds-history-empty {
    font-size: 13px;
    color: #A09898;
    font-weight: 300;
    text-align: center;
    padding: 20px 0;
}
