/*
Theme Name: Martfury Child | Shared by WPTry.org
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/
.custom-chat-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
}

.custom-chat-header-content {
    display: flex;
    width: 100%;
}

.custom-chat-header-image-container {
    width: 7em;
    height: 7em;
    overflow: hidden;
    margin: 1em;
}

.custom-chat-header-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-drag: none;
    -moz-user-drag: none;
    -webkit-user-drag: none;
}

.custom-chat-header-text {
    flex-grow: 1; /* This makes it take the remaining space */
    //padding-left: 10px; /* Add spacing between the image and text */
    padding: 1em;
    max-width: 80%;
}

.custom-chat-header-title {
    font-size: 18px;
    font-weight: 600;
}

.custom-chat-header-description {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single_add_to_cart_button.custom-chat-header-button,
.button.custom-chat-header-button {
    background-color: #fcb800;
    /*height: 52px;*/
    height: 36px;
    /*line-height: 52px;*/
    line-height: 36px;
    font-weight: 600;
    color: #000;
    /*font-size: 18px;*/
    font-size: 14px;
    /*min-width: 200px;*/
    min-width: 140px;
    border-radius: 3px;
    margin-top: 0.5em;
    border: none;
    cursor: pointer;
    float: right;
}

.custom-chat-header-price {
    font-size: 14px;
    color: #f30;
    font-weight: 600;
}