.elementor-75 .elementor-element.elementor-element-0b8648b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5fbf931 *//* Layout & Styling */
.live-rates-section {
  padding: 50px 20px;
  background-color: #F8F9FA;
  font-family: 'Inter', sans-serif;
}

.rates-container {
  max-width: 1140px;
  margin: 0 auto;
}

.rates-header {
  text-align: center;
  margin-bottom: 24px;
}

.rates-header h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 8px 0;
}

.last-updated-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #E2E8F0;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #10B981;
  border-radius: 50%;
}

/* Filter Bar */
.rates-filter-bar {
  background: #0F172A;
  padding: 20px 24px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 16px;
  align-items: end;
  margin-bottom: 35px;
}

.filter-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.filter-group label {
  color: #94A3B8;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.filter-group select {
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid #334155;
  background: #1E293B;
  color: #FFFFFF;
  font-size: 14px;
  outline: none;
}

.filter-btn {
  background: #E31C3D;
  color: #FFFFFF;
  font-weight: 700;
  padding: 11px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

/* Grid Layout */
.rates-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.rate-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Featured FHA Card Highlight */
.featured-fha-card {
  border: 2px solid #E31C3D !important;
  box-shadow: 0 10px 25px rgba(227, 28, 61, 0.12);
}

.fha-featured-tag {
  position: absolute;
  top: -12px;
  left: 20px;
  background: #E31C3D;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.card-top h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0F172A;
  margin: 0;
}

.rate-change {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
}

.rate-change.negative { background: #D1FAE5; color: #065F46; }
.rate-change.positive { background: #FEE2E2; color: #991B1B; }

.rate-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  text-align: center;
  background: #F8FAFC;
  padding: 12px 8px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.stat-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #64748B;
}

.stat-value {
  font-size: 15px;
  font-weight: 800;
  color: #0F172A;
}

.highlight-red { color: #E31C3D !important; }

.chart-box {
  height: 60px;
  margin-bottom: 15px;
}

.mini-chart {
  width: 100%;
  height: 100%;
}

.lock-rate-btn {
  width: 100%;
  background: #0F172A;
  color: #FFFFFF;
  font-weight: 700;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.lock-rate-btn.fha-btn {
  background: #E31C3D;
}

.rates-disclaimer {
  margin-top: 30px;
  padding: 16px;
  background: #FFFFFF;
  border-left: 4px solid #E31C3D;
  font-size: 12px;
  color: #64748B;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 992px) {
  .rates-grid { grid-template-columns: repeat(2, 1fr); }
  .rates-filter-bar { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .rates-grid { grid-template-columns: 1fr; }
}/* End custom CSS */