.elementor-560 .elementor-element.elementor-element-fa9cbe0{--display:flex;--min-height:80vh;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-560 .elementor-element.elementor-element-8e6c436.elementor-element{--align-self:center;}body.elementor-page-560:not(.elementor-motion-effects-element-type-background), body.elementor-page-560 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:767px){.elementor-560 .elementor-element.elementor-element-fa9cbe0{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-560 .elementor-element.elementor-element-8e6c436 > .elementor-widget-container{margin:0px 015px 0px 015px;padding:0px 0px 0px 0px;}}/* Start custom CSS *//* Single Wholesale Deal Page */
.wholesale-deal-single {
    max-width: 1200px;
    margin: 0 auto;

    margin-top: 50px !important;
    margin-bottom: 50px !important;

    padding: 20px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 5px;
}
@media (max-width: 768px) {
    .wholesale-deal-single {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}
.wholesale-deal-single .entry-title {
    margin-top: 30px;
}

.wholesale-deal-single .entry-header {
    position: relative;
    margin-bottom: 20px;
    margin-topp: 20px;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.wholesale-deal-single .entry-title {
    font-size: 28px;
    margin-bottom: 10px;
}

.deal-status-badge {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 50px;
    text-align: center;
    align: center;
}

.status-available {
    background-color: #28a745;
}

.status-pending {
    background-color: #ffc107;
}

.status-sold {
    background-color: #dc3545;
}

.status-expired {
    background-color: #6c757d;
}

.deal-gallery {
    margin-bottom: 30px;
    text-align: center;
}

.deal-gallery img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.additional-photos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    margin-top: 15px;
}

.additional-photos img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.deal-details-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.deal-info-box {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    background: #f9f9f9;
}

.deal-info-box h3 {
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    color: #333;
}

.property-details-list,
.deal-numbers-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.property-details-list li,
.deal-numbers-list li {
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: 1px dashed #eee;
}

.wholesaler-info-box {
    background-color: #f0f8ff;
    border-left: 4px solid #007bff;
}

.wholesaler-details p {
    margin-bottom: 8px;
}

.intermediary-notice {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-weight: bold;
    color: #dc3545;
}

.entry-content {
    margin-top: 30px;
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}

.entry-content h3 {
    margin-top: 0;
    color: #333;
}

.deal-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    justify-content: center;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 600;
    background-color: #6c757d;
    color: #fff !important;
    border: none;
    transition: all 0.3s ease;
}

.button-primary {
    background-color: #38B5FF;
}

.button-edit {
    background-color: #28a745;
}

.button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .deal-details-container {
        grid-template-columns: 1fr;
    }
    
    .deal-actions {
        flex-direction: column;
    }
    
    .button {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}
.contact-btn {
    background-color: #38B5FF;
    color: white;
}
.wholesaler-info-box {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.deal-details-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.deal-info-box {
  flex: 1 1 calc(33.333% - 20px); /* Makes three in a row with gap */
  box-sizing: border-box;
}
.single-wholesale_deal .deal-info,
.single-wholesale_deal .deal-info p,
.single-wholesale_deal .deal-info a {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    max-width: 100%;
}
.deal-info {
    overflow-x: hidden;
}
.property-map-inside {
    margin-top: 30px;
}

.property-map-inside .property-maps-box {
    margin: 0;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.property-maps-box {
    width: 100%;
    margin-top: 00px;
    margin-bottom: 30px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}/* End custom CSS */