/* Custom Client/Override Styling */
.kx-oxford-logo-wrapper {
    text-align: end;
    width: var(--kx-size-max-width-logo);
}
.kx-oxford-logo {
    width: 191px;
    height: 60px;
    background: #002147 url(../Images/oxford-logo-rectangle.svg) no-repeat;
    background-size: 193px auto;
    border: 1px solid #fff;
}
.kx-user-login-signup-links .nav-item:last-child .nav-link {
    padding-right: 0;
}
.text-serif {
    font-family: "IBM Plex Serif", serif !important;
    font-weight: 400 !important;
}
.kx-social-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid currentColor;
    border-radius: 100%;
    transition: border .5s ease-in-out;
    position: relative;
}
.kx-social-link:hover {
    border-color: var(--kx-color-font-social-link-hover, currentColor);
}
.kx-social-link > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;
    fill: white;
}
.seh-map-marker {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 2px solid currentColor;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
}
.seh-map-marker::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid currentColor;
}
.seh-bordered-y {
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
}
.BookerAddons:not(:has(.card)) {
    display: none;
}
#MainContentPlaceHolder_BookerAndGuestDetails_ConfirmRowHeadingText {
    width: 100% !important;
}