/* Site-specific overrides layered on top of the vendored Verdicta theme.
   Keep the vendored 01-13 stylesheets and style.css/responsive.css untouched —
   anything Phoenix-Attorneys-specific belongs here instead, loaded last so it
   can override them. */

/* Tinted variant of the "Team One" section (attorney grid) so it isn't plain
   white — kept light (rather than the page's dark navy) since this section
   sits directly under the page header, which is already dark; stacking two
   dark blocks back to back looked heavy. */
.team-one--tinted {
    background: var(--verdicta-gray-bg);
}
