/*
 * @author Subhan
 * @copyright Copyright (c) 2026 i95Dev(https://www.i95dev.com)
 * @package I95Dev_Warehouse
 */

.warehouse-pdp-section {
    margin: 0 0 12px;
}

.warehouse-pdp-label-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.warehouse-pdp-label {
    font-size: 20px;
    line-height: 1.2;
    color: #1f2937;
    font-weight: 600;
}

.warehouse-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 0;
    background: #6b7280;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

.warehouse-tooltip {
    position: absolute;
    top: 26px;
    left: 0;
    min-width: 320px;
    max-width: 460px;
    z-index: 30;
    background: #fff;
    color: #1f2937;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 10px 12px;
}

.warehouse-tooltip-table {
    width: 100%;
    border-collapse: collapse;
}

.warehouse-tooltip-table th,
.warehouse-tooltip-table td {
    text-align: left;
    vertical-align: top;
    padding: 6px 6px;
    font-size: 13px;
    line-height: 1.4;
}

.warehouse-tooltip-table th {
    font-weight: 600;
    width: 56%;
    padding-right: 16px;
}

.warehouse-tooltip-table tr + tr th,
.warehouse-tooltip-table tr + tr td {
    border-top: 1px solid #eef0f2;
}
