﻿.sp-simple-header {
    background: var(--sp-white);
    border-bottom: 1px solid var(--sp-line);
    padding: 18px 0;
}

.sp-simple-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 32px;
    width: 100%;
}

.sp-simple-logo img {
    height: 60px;
    width: auto;
    display: block;
}

.sp-simple-phone-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sp-simple-phone-label,
.sp-simple-phone {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #0E406A;
}

.sp-simple-phone {
    text-decoration: none;
}

    .sp-simple-phone:hover {
        color: #fdb714;
    }
