.policy-preface {
    background: #fff6f2;
    border-color: #ffd8ce;
}

.policy-preface h2 {
    color: var(--blue, #FF6B4A);
}

.policy-block h3 {
    font-family: var(--font-sans, Inter, sans-serif);
    font-size: 18px;
    margin: 22px 0 10px;
    color: var(--heading);
}

.policy-table--wide {
    min-width: 920px;
}

.policy-table--wide td:first-child {
    width: 18%;
}
