/* Header Info Styles */
.header-info {
    display: flex;
    align-items: center;
    margin-left: 30px;
    gap: 30px;
    padding-left: 30px;
    height: 70px;
}

.support-info, .shipping-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.support-info i, .shipping-info i {
    font-size: 28px;
    color: #159abe;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-content {
    display: flex;
    flex-direction: column;
}

.info-label {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    line-height: 1.2;
}

.info-value {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
}

.info-value a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-value a:hover {
    color: #159abe;
}
