/* GlobeEasy MarketKing Integration Styles */

#ge-vendor-acf-container {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}

#ge-vendor-acf-container h4 {
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 20px;
}

.ge-vendor-group-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.marketking_product_field_wrap {
    margin-bottom: 20px;
}

.marketking_product_field_wrap label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
}

.marketking_select_full,
.marketking_input_full {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    background: #f9f9f9;
}

.marketking_select_full:focus,
.marketking_input_full:focus {
    border-color: #0d6efd;
    background: #fff;
    outline: none;
}

@media (max-width: 768px) {
    .ge-vendor-group-wrap {
        grid-template-columns: 1fr;
    }
}