/* Styling for WhatsApp and Get a Quote Buttons in Custom Price Message */

.mptbm-custom-price-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
    box-sizing: border-box;
    clear: both;
}

.mptbm-custom-price-actions .mptbm-custom-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 5px;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    text-transform: none !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}

.mptbm-custom-price-actions .mptbm-custom-btn span {
    font-size: 14px;
}

/* WhatsApp Button styling */
.mptbm-custom-price-actions .mptbm-btn-whatsapp {
    background-color: #25D366 !important;
    color: #ffffff !important;
    border: 1px solid #25D366 !important;
}

.mptbm-custom-price-actions .mptbm-btn-whatsapp:hover {
    background-color: #1ebd59 !important;
    border-color: #1ebd59 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(37, 211, 102, 0.2);
}

/* Get a Quote Button styling */
.mptbm-custom-price-actions .mptbm-btn-quote {
    background-color: #1a73e8 !important;
    color: #ffffff !important;
    border: 1px solid #1a73e8 !important;
}

.mptbm-custom-price-actions .mptbm-btn-quote:hover {
    background-color: #1557b0 !important;
    border-color: #1557b0 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(26, 115, 232, 0.2);
}

/* Hover active state transitions */
.mptbm-custom-price-actions .mptbm-custom-btn:active {
    transform: translateY(0);
}

/* Custom Message Label layout adjustment in search result block */
.mptbm_list_details h4.textCenter {
    margin-bottom: 5px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #333333;
}

/* Adjustments for Sidebar / Summary layout */
.leftSidebar .mptbm-custom-price-actions {
    margin-top: 8px;
    width: 100%;
}

.leftSidebar .mptbm-custom-price-actions .mptbm-custom-btn {
    max-width: 100%;
}
