.prop-type-icon             { display: none; }
#user-sidebar               { display: none; }
.products                   { display: none; }
p.woocommerce-result-count  { display: none; }
.nice-select.orderby        { display: none; }
.listing-actions            { display: none; }
.woocommerce-notices-wrapper { display: none; }
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] { display: none; }


/* -----------------------------------------------------------------------------
   2. LISTING PAGE — LEAD IMAGE
   ----------------------------------------------------------------------------- */

.single-listings figure#lead-media {
    background: transparent;
}

a.ct-listings-gallery-modal-show img.attachment-full.size-full.wp-post-image {
    margin: 0 auto;
    display: block;
}


/* -----------------------------------------------------------------------------
   3. SIDEBAR WIDGET HEADINGS
   ----------------------------------------------------------------------------- */

.widget h5 {
    text-align: center;
    margin: 0;
    padding: 12px 20px;
    font-size: 1.1em;
    font-weight: 800;
    border-bottom: 1px solid #d5d9dd;
    color: #333;
}


/* -----------------------------------------------------------------------------
   4. TITLE REPORT SIDEBAR WIDGET
   ----------------------------------------------------------------------------- */

#custom_html-3 {
    text-align: center;
    padding: 16px 12px;
}

.title-report-img {
    max-width: 100px;
    display: block;
    margin: 10px auto 8px;
}

.title-report-price {
    display: block;
    font-size: 1.2em;
    font-weight: 800;
    color: #333;
    margin-bottom: 12px;
}


/* -----------------------------------------------------------------------------
   5. NOTICE OF INTENT (BID PREP) SECTION
   ----------------------------------------------------------------------------- */

#bid-prep {
    background: #f7f9fa;
    border-left: 4px solid #16A7B6;
    border-radius: 0 6px 6px 0;
    padding: 16px 20px;
    margin: 24px 0 16px;
}

.bid-prep-title {
    font-size: 1.1em;
    font-weight: 800;
    color: #333;
    margin: 0 0 4px;
}

.bid-prep-subtitle {
    font-size: 0.85em;
    color: #777;
    margin: 0 0 16px;
}

.bid-prep-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.bid-prep-form {
    display: inline-block;
    margin: 0;
}


/* -----------------------------------------------------------------------------
   6. SHARED BUTTON STYLES
   All bid/action buttons use .bid-btn
   ----------------------------------------------------------------------------- */

.bid-btn,
input.bid-btn {
    display: inline-block;
    background-color: #16A7B6;
    color: #fff !important;
    border: none;
    border-radius: 4px;
    padding: 10px 18px;
    font-size: 0.88em;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.2s ease;
    line-height: 1.4;
}

.bid-btn:hover,
input.bid-btn:hover {
    background-color: #128a97;
    color: #fff !important;
    text-decoration: none;
}

/* Full-width variant for sidebar buttons */
.bid-btn--full {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 8px;
}


/* -----------------------------------------------------------------------------
   7. MOBILE RESPONSIVE
   ----------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {

    /* Stack bid prep buttons vertically on small screens */
    .bid-prep-buttons {
        flex-direction: column;
    }

    .bid-prep-form {
        width: 100%;
    }

    input.bid-btn,
    .bid-btn {
        width: 100%;
        font-size: 0.9em;
        padding: 12px 10px;
    }

    /* Sidebar drops below content on mobile */
    #sidebar.col.span_3 {
        width: 100% !important;
        margin-left: 0 !important;
        float: none !important;
    }

    #single-listing-content article {
        width: 100% !important;
        float: none !important;
    }
}
#tools {
    display: none !important;
}