/* Page-specific overrides for NHBC warranty guide. */

.bottom-note {
    background: linear-gradient(135deg, #F8FCF8, #EAF6ED);
    border: 1px solid #D5EAD9;
    border-radius: 0.9rem;
    padding: 1.2rem 1.5rem;
    display: flex;
    gap: 1rem;
    align-items: center;
}

    .bottom-note h3 {
        font-size: 1.1rem;
        font-weight: 800;
        margin-bottom: 0.25rem;
    }

    .bottom-note p {
        margin-bottom: 0;
    }