/*======================================
Theme Name: BestOne Rebates - Custom Child Theme
Theme URI: https://bfmgroupinc.com/web-design/
Description: Divi Child Theme
Version: 1.0.0
Author: BFM Graphics
Author URI: https://bfmgroupinc.com
Template: Divi
=======================================*/
.home .et_pb_section_8, .page-id-307 .et_pb_section_6, .page-id-312 .et_pb_section_6, .page-id-315 .et_pb_section_6 {
  background-repeat: no-repeat !important;
  background-blend-mode: multiply !important;
  background-image: linear-gradient(
    180deg,
    var(--gcid-primary-color) 0%,
    rgba(43, 72, 194, 0.4) 100%
  ), url(https://rebatesanytime.com/wp-content/uploads/AdobeStock_1409951916.jpg) !important;
}
.dsm-faq-item-active {
    border-radius: 8px;
    box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.3);
}
.et_pb_section_0_tb_header {
    z-index: 10000;
    background: transparent;
}
ul#mobile_menu1 {
    width: 90vw !important;
    position: absolute !important;
    right: 0;
    left: auto !important;
}
.et_pb_menu_inner_container {
    position: static;
}
.et_pb_section_0_tb_header.et_pb_section.et_pb_section--absolute.et_section_regular.et_flex_section {
    background: transparent !important;
}
.multiple-location-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0;
}
.multiple-location-blurb {
    flex: 1 1 calc(50% - 12px);
    min-width: 280px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 28px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.multiple-location-blurb:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    border-color: #d0d0d0;
}
.location-heading {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 0.8em 0;
    padding-bottom: 0;
}
.location-text {
    font-size: 15px;
    color: #555555;
    margin: 0 0 12px 0;
    line-height: 1.6;
    padding-bottom: 0;
}
.location-text:last-child {
    margin-bottom: 0;
}
.single .post.type-post.status-publish {
	padding-bottom: 0 !important;
}
@media (max-width: 768px) {
    .multiple-location-blurb {
        flex: 1 1 100%;
    }
    .location-heading {
        font-size: 16px;
    }
    .location-text {
        font-size: 14px;
    }
	.single-dealer_page .dsm-text-divider-before.dsm-divider {
		display: none;
	}
}