.elementor-988105 .elementor-element.elementor-element-4324ebb{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1072a57 *//* --- EQUITY TAX REFUND CALCULATOR STYLES --- */

.refund-calc-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 30px;
  background: #f9f6f2; /* matches light section tone */
  border-radius: 20px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}

.refund-calc-wrapper h1,
.urc_title {
  font-family: 'Libre Baskerville', Georgia, serif;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 10px;
}

.urc_muted {
  color: #6d6d6d;
  font-size: 14px;
  margin-bottom: 20px;
}

.urc_card {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  padding: 18px;
}

.urc_badge {
  padding: 8px 16px;
  border-radius: 6px;
  background: #f3f3f3;
  color: #333;
  transition: all 0.2s ease;
}

.urc_badge.active {
  background: #890000; /* deep red accent from your footer */
  color: #fff;
  border-color: #890000;
}

.urc_input {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  font-size: 15px;
}

.urc_input:focus {
  border-color: #890000;
  outline: none;
  box-shadow: 0 0 0 2px rgba(137,0,0,0.1);
}

.urc_big {
  color: #890000;
  font-weight: 700;
  font-size: 26px;
  margin-top: 10px;
}

.urc_small {
  color: #666;
  font-size: 13px;
}

@media (min-width: 768px) {
  .urc_wrap {
    padding: 20px 30px;
  }
}/* End custom CSS */