/*
Theme Name: Revision Child
Theme URI: https://revision.codesupply.co
Template: revision
Author: Code Supply Co.
Author URI: https://codesupply.co
Description: High-Performance WordPress Personal Blog Theme
Tags: custom-colors,editor-style,theme-options,custom-menu,sticky-post,right-sidebar,translation-ready
Version: 1.0.7.1768913611
Updated: 2026-01-20 19:53:31

*/

.fb-broker {
  margin-bottom: 3rem;
}

.fb-block {
  margin-bottom: 2.5rem;
}

.fb-summary {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.fb-summary__col--a {
  flex: 1 1 320px;
}

.fb-summary__col--b {
  flex: 1 1 380px;
}

.fb-broker__title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.fb-broker__logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.fb-broker__name {
  margin: 0;
  font-size: 1.5rem;
}

.fb-broker__legal,
.fb-broker__location {
  color: #666;
  margin-top: 6px;
}

.fb-highlights {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.fb-highlight {
  background: #f6f6f6;
  padding: 10px 12px;
  border-radius: 6px;
  min-width: 140px;
}

.fb-highlight__title {
  color: #666;
  display: block;
  font-size: 0.85rem;
}

.fb-highlight__value {
  display: block;
  font-weight: 600;
}

body[data-scheme=dark] .fb-highlight,
:root [data-scheme=auto][data-d=dark] .fb-highlight,
:root [data-scheme=auto][data-l=dark] .fb-highlight {
  background: #f6f6f6;
  color: #000;
}

body[data-scheme=dark] .fb-highlight__title,
body[data-scheme=dark] .fb-highlight__value,
:root [data-scheme=auto][data-d=dark] .fb-highlight__title,
:root [data-scheme=auto][data-d=dark] .fb-highlight__value,
:root [data-scheme=auto][data-l=dark] .fb-highlight__title,
:root [data-scheme=auto][data-l=dark] .fb-highlight__value {
  color: #000;
}

.fb-ratings {
  display: flex;
  gap: 24px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.fb-ratings__list {
  flex: 1 1 260px;
}

.fb-rating {
  display: grid;
  grid-template-columns: 90px 1fr 48px;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}

.fb-rating__title {
  color: #666;
  font-size: 0.9rem;
}

.fb-rating__bar {
  background: #e9e9e9;
  border-radius: 999px;
  height: 6px;
  overflow: hidden;
}

.fb-rating__bar-fill {
  height: 100%;
  background: #1f7ae0;
  border-radius: 999px;
}

.fb-rating__score {
  text-align: right;
  font-weight: 600;
  font-size: 0.9rem;
}

.fb-ratings__total {
  flex: 0 0 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.fb-ratings__subtitle {
  color: #666;
  font-size: 0.85rem;
}

.fb-ratings__score {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.fb-button {
  display: inline-block;
  background: #1f7ae0;
  color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
  text-decoration: none;
}

.fb-button:hover {
  opacity: 0.9;
  color: #fff;
}

.fb-section {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
}

.fb-section__title {
  font-weight: 700;
}

.fb-section__title span {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid #1f7ae0;
}

.fb-section__content p:first-child {
  margin-top: 0;
}

@media (max-width: 768px) {
  .fb-section {
    grid-template-columns: 1fr;
  }

  .fb-ratings__total {
    flex: 1 1 180px;
  }
}