.kuuloxi.phone-selector {
    width: 100%;
    max-width: 480px;

    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 999px;
    background: #ffffff;
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    cursor: pointer;
    transition: all 0.2s ease;
}

.kuuloxi.phone-selector select {
    outline: none;
    appearance: none;
    border: 2px solid #EAEEE3;
    height: 50px;
    border-radius: 1000px;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-right: 10px;
}

.kuuloxi.phone-selector select:hover {
    border-color: #cccccc;
}

.kuuloxi.phone-selector select:focus {
    border-color: #222222;
}

.kuuloxi.phone-selector .city-phone-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-right: 10px;
}

.kuuloxi.phone-selector .city-phone-number a {
    color: #222222;
    text-decoration: none;
}

.kuuloxi.phone-selector .city-phone-number a:hover {
    opacity: 0.8;
}

.kuuloxi.phone-selector .city-phone-number .details {
    display: flex;
    flex-direction: column;
}

.kuuloxi.phone-selector .city-phone-number .details .city {
    font-size: 14px;
    font-weight: 500;
    color: #555555;
}

.kuuloxi.phone-selector i {
    font-size: 30px;
    aspect-ratio: 1;
    background: #EAEEE3;
    border-radius: 1000px;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
