body.offerings-page {
    display: block;
    top: auto;
    min-height: 100vh;
    width: 100%;
}

.offerings-page-shell {
    width: 100%;
}

.offerings-page main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.offerings-page .price-line-actions .button {
    width: auto;
    min-width: 160px;
    padding: 0.9rem 1.4rem;
    border-radius: 999px;
    white-space: nowrap;
}

.offerings-page .price-line-actions .button.button-secondary {
    border: 1px solid rgba(124, 98, 73, 0.16);
    background: rgba(235, 230, 220, 0.9);
    color: var(--text);
    box-shadow: 0 10px 24px rgba(124, 98, 73, 0.08);
}

.offerings-page .price-line-actions .button.button-secondary:hover {
    background: var(--accent);
    color: #fffaf5;
    border-color: var(--accent);
}

.offerings-page .price-save-badge {
    background: rgba(126, 156, 102, 0.14);
    color: #5f7f49;
    border: 1px solid rgb(125, 190, 85);
;
    box-shadow: 0 8px 18px rgba(95, 127, 73, 0.08);
}

.offerings-page .price-line-meta small {
    color: rgb(125, 190, 85);
    font-weight: 700;
}
