/*! * Revivo Estate — Phase 7 Blocks CSS * * Styles for the 7 Gutenberg blocks / shortcodes:* - Developer logos strip (new component) * - Block-level column helpers (cols-1 to cols-8) * - Block section titles * - Inline empty states for empty query results */ .revivo-estate .revivo-block-title{font-family:var(--revivo-font-family);font-size:var(--revivo-text-2xl,1.5rem);font-weight:var(--revivo-weight-bold,700);color:var(--revivo-color-heading);margin:0 0 var(--revivo-space-5);line-height:1.2}@media (min-width:768px){.revivo-estate .revivo-property-grid--cols-1,.revivo-estate .revivo-project-grid--cols-1,.revivo-estate .revivo-area-grid--cols-1{grid-template-columns:1fr}.revivo-estate .revivo-property-grid--cols-2,.revivo-estate .revivo-project-grid--cols-2,.revivo-estate .revivo-area-grid--cols-2{grid-template-columns:repeat(2,1fr)}.revivo-estate .revivo-property-grid--cols-3,.revivo-estate .revivo-project-grid--cols-3,.revivo-estate .revivo-area-grid--cols-3,.revivo-estate .revivo-developer-grid--cols-3{grid-template-columns:repeat(3,1fr)}.revivo-estate .revivo-property-grid--cols-4,.revivo-estate .revivo-project-grid--cols-4,.revivo-estate .revivo-area-grid--cols-4,.revivo-estate .revivo-developer-grid--cols-4{grid-template-columns:repeat(4,1fr)}}.revivo-estate .revivo-developer-logos{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--revivo-space-4);padding:var(--revivo-space-5) var(--revivo-space-4);background:var(--revivo-color-bg);border-radius:var(--revivo-radius-lg);align-items:center;justify-items:center}@media (min-width:640px){.revivo-estate .revivo-developer-logos{grid-template-columns:repeat(3,1fr);gap:var(--revivo-space-5)}}@media (min-width:1024px){.revivo-estate .revivo-developer-logos--cols-4{grid-template-columns:repeat(4,1fr)}.revivo-estate .revivo-developer-logos--cols-5{grid-template-columns:repeat(5,1fr)}.revivo-estate .revivo-developer-logos--cols-6{grid-template-columns:repeat(6,1fr)}.revivo-estate .revivo-developer-logos--cols-7{grid-template-columns:repeat(7,1fr)}.revivo-estate .revivo-developer-logos--cols-8{grid-template-columns:repeat(8,1fr)}}.revivo-estate .revivo-developer-logos__item{display:flex;align-items:center;justify-content:center;width:100%;min-height:72px;padding:var(--revivo-space-3);background:var(--revivo-color-surface);border:1px solid var(--revivo-color-border);border-radius:var(--revivo-radius-md);text-decoration:none;transition:transform 200ms ease,box-shadow 200ms ease;filter:grayscale(40%);opacity:0.85}.revivo-estate .revivo-developer-logos__item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(17,56,125,0.08);filter:grayscale(0%);opacity:1}.revivo-estate .revivo-developer-logos__item img{max-width:100%;max-height:48px;width:auto;height:auto;object-fit:contain;display:block}.revivo-estate .revivo-developer-logos__text{font-family:var(--revivo-font-family);font-size:var(--revivo-text-sm);font-weight:var(--revivo-weight-semibold);color:var(--revivo-color-text);text-align:center}.revivo-estate .revivo-empty-state--inline{padding:var(--revivo-space-6);margin:0}.revivo-estate .revivo-empty-state--inline .revivo-empty-state__description{margin:0}
