/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.dokan-other-vendor-camparison.dokani-child-spmv {
    margin: 0 0 0 0;
    padding-bottom: 10px;
    background: #f5f6fa;
}

.dokan-other-vendor-camparison.dokani-child-spmv h3 {
    margin-bottom: 20px;
    font-size: 56px;
    line-height: 1.0;
    font-weight: 500;
    text-align: center;
    color: #333;
}

.dokan-other-vendor-camparison.dokani-child-spmv .dokan-other-vendor-camparison-table {
    margin: 0;
}

.dokan-other-vendor-camparison.dokani-child-spmv .table-row {
    display: grid;
    grid-template-columns: 72px 1fr 1fr 1fr;
    gap: 24px;
    align-items: center;
    padding: 20px;
    margin-bottom: 16px;
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 6px;
}

.dokan-other-vendor-camparison.dokani-child-spmv .table-cell.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dokan-other-vendor-camparison.dokani-child-spmv .table-cell.logo img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 15px;
}

.dokan-other-vendor-camparison.dokani-child-spmv .table-cell.company,
.dokan-other-vendor-camparison.dokani-child-spmv .table-cell.product-link,
.dokan-other-vendor-camparison.dokani-child-spmv .table-cell.location {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.dokan-other-vendor-camparison.dokani-child-spmv .cell-title {
    font-size: 16px;
    line-height: 1.2;
    color: #82959b;
}

.dokan-other-vendor-camparison.dokani-child-spmv .table-cell.company a,
.dokan-other-vendor-camparison.dokani-child-spmv .table-cell.product-link a,
.dokan-other-vendor-camparison.dokani-child-spmv .table-cell.location a,
.dokan-other-vendor-camparison.dokani-child-spmv .table-cell.location {
    font-size: 20px;
    line-height: 1.3;
    color: #F77C29;
    text-decoration: none;
    word-break: break-word;
}

.dokan-other-vendor-camparison.dokani-child-spmv .table-cell.company a:hover,
.dokan-other-vendor-camparison.dokani-child-spmv .table-cell.product-link a:hover,
.dokan-other-vendor-camparison.dokani-child-spmv .table-cell.location .location-value a:hover {
    color: #F77C29;
}

.dokan-other-vendor-camparison.dokani-child-spmv .location-value {
    display: inline;
}

@media screen and (max-width: 767px) {
    .dokan-other-vendor-camparison.dokani-child-spmv {
        padding: 16px;
    }

    .dokan-other-vendor-camparison.dokani-child-spmv h3 {
        font-size: 30px;
    }

    .dokan-other-vendor-camparison.dokani-child-spmv .table-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .dokan-other-vendor-camparison.dokani-child-spmv .table-cell.logo {
        justify-content: flex-start;
    }
}