/*

 Theme Name:   PetVet Child Theme

 Theme URI:    http://pakefieldvets.co.uk/wp-content/themes/wp-petvet-child

 Description:  TPetVet Child Theme

 Template:     wp-petvet

 Version:      1.0.0

 Text Domain:  wp-petvet-child

*/

#cms-header-top .row {
    display: flex;
}

#cms-header-top .col__left {
    padding: 0 15px;
    flex: 0 0 auto;
}

#cms-header-top .col__right {
    padding: 0 15px;
    flex: 1 1 auto;
}

#cms-header-top .col__right .custom-html-widget {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

@media screen and (max-width: 430px) {
    #cms-header-top .col__right .custom-html-widget {
        flex-direction: column;
        align-items: flex-end;
    }
}