.gtw-estimated-delivery {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
    font-size: 14px;
    color: #414141;
}

.gtw-delivery-icon svg {
    width: 24px;
    height: 24px;
    color: #7a7a7a;
}

.gtw-delivery-content {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    position: relative;
}

.gtw-delivery-text strong {
    font-weight: 600;
}

.gtw-delivery-info {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.gtw-delivery-info svg {
    vertical-align: middle;
}

.gtw-delivery-info:hover svg {
    stroke: #259bb5;
}

.gtw-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 8px;
    z-index: 100;
}

.gtw-tooltip-content {
    background: #f0f9fb;
    border: 1px solid #2fb5d2;
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
