.elementor-41331 .elementor-element.elementor-element-13717d2d{margin-top:15px;margin-bottom:0px;}.elementor-41331 .elementor-element.elementor-element-39029f7a{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-41331 .elementor-element.elementor-element-5136fbf1{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-41331 .elementor-element.elementor-element-1e52a6b .elementor-heading-title{font-family:"Mulish", Sans-serif;font-size:33px;font-weight:700;color:#7A6D6C;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-41331 .elementor-element.elementor-element-4cb2e07{--display:flex;border-style:solid;--border-style:solid;--border-radius:12px 12px 12px 12px;--padding-top:22px;--padding-bottom:22px;--padding-left:22px;--padding-right:22px;}.elementor-41331 .elementor-element.elementor-element-4cb2e07:not(.elementor-motion-effects-element-type-background), .elementor-41331 .elementor-element.elementor-element-4cb2e07 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F8FB;}.elementor-41331 .elementor-element.elementor-element-123f613 .elementor-heading-title{font-family:"Mulish", Sans-serif;font-weight:500;color:#7A6D6C;}.elementor-41331 .elementor-element.elementor-element-505e432f{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-41331 .elementor-element.elementor-element-3a7b23f0{width:20.94%;}.elementor-41331 .elementor-element.elementor-element-1b125e37{width:57.782%;}.elementor-41331 .elementor-element.elementor-element-44924027{width:20.942%;}}/* Start custom CSS for section, class: .elementor-element-13717d2d *//* AutosOpedia 4-box grid cards */
.autos-grid-card {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  padding: 24px 22px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.autos-grid-card:hover {
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.autos-grid-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #1f1f1f;
}

.autos-grid-card p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 10px;
  color: #4a4a4a;
}

.autos-grid-card ul {
  margin: 0 0 14px 18px;
  padding: 0;
  font-size: 14px;
  color: #444444;
}

.autos-grid-card li {
  margin: 0 0 4px;
}

.autos-card-btn {
  display: inline-block;
  background: #0076B6;      /* AutosOpedia blue */
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
}

.autos-card-btn:hover {
  background: #005A8C;
  color: #ffffff;
}
/* AutosOpedia ZIP search section */
.autos-zip-section {
  margin-top: 40px;
  margin-bottom: 30px;
}

.autos-zip-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e3e3e3;
  padding: 24px 26px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.autos-zip-card h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #1f1f1f;
}

.autos-zip-card p {
  font-size: 15px;
  margin: 0 0 16px;
  color: #4a4a4a;
}

.autos-zip-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.autos-zip-input {
  flex: 1 1 150px;
  min-width: 140px;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #cccccc;
  font-size: 15px;
}

.autos-zip-button {
  flex: 0 0 auto;
  padding: 11px 20px;
  border-radius: 6px;
  border: none;
  background: #0076B6;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  white-space: nowrap;
}

.autos-zip-button:hover {
  background: #005A8C;
}

.autos-zip-note {
  margin-top: 10px;
  font-size: 13px;
  color: #666666;
}

/* Mobile tweak */
@media (max-width: 767px) {
  .autos-zip-form {
    flex-direction: column;
    align-items: stretch;
  }
  
  .autos-zip-button {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */