/* ===== Areas We Service Widget ===== */
.aws-section {
    font-family: inherit;
}
.aws-divider {
    border: none;
    border-top: 3px solid #8a5a2e;
    margin: 16px 0 24px 0;
}
.aws-title {
    margin: 0 0 16px 0;
    font-size: 32px;
    font-weight: 700;
}
.aws-desc {
    margin: 0 0 28px 0;
    font-size: 16px;
    line-height: 1.7;
    max-width: 800px;
}
.aws-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.aws-pill {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
    cursor: default;
}
a.aws-pill {
    cursor: pointer;
}
.aws-pill:hover {
    transform: translateY(-2px);
}

/* ===== Add new widget styles below as you build them ===== */
