html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    background:
        linear-gradient(135deg, rgba(0, 0, 0, .035), rgba(255, 255, 255, 0) 42%),
        #fff;
    margin: 0;
    min-width: 280px;
    padding: 0;
}

.grecaptcha-badge {
    display: none !important;
}

.nr_v2_form {
    --nr-v2-neutral-900: #17211f;
    --nr-v2-neutral-700: #586160;
    --nr-v2-neutral-100: #f5f7f7;
    --nr-v2-neutral-050: #fafafa;
    --nr-v2-border: rgba(0, 0, 0, .12);
    color: var(--form-text-color);
    font-size: var(--form-font-size);
    padding: 0;
}

.nr_v2_form * {
    letter-spacing: 0;
}

.nr_v2_shell {
    margin: 0;
    max-width: none;
    padding: 0;
    width: 100%;
}

.nr_v2_shell.no_padding {
    padding: 0;
}

.nr_v2_shell.has_padding {
    padding: 0;
}

.nr_v2_header {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 0 10px;
}

.nr_v2_intro {
    color: var(--nr-v2-neutral-700);
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 18px;
    padding: 0 10px;
}

.nr_v2_eyebrow {
    color: rgba(0, 0, 0, .52);
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
}

.nr_v2_form .field {
    padding-left: 10px;
    padding-right: 10px;
}

.nr_v2_form .field .field {
    padding-left: 0;
    padding-right: 0;
}

.nr_v2_header h1,
.nr_v2_panel h2,
.nr_v2_summary h2,
.nr_v2_details_block h3 {
    color: var(--form-text-color);
    letter-spacing: 0;
    margin: 0;
}

.nr_v2_header h1 {
    font-size: 30px;
    line-height: 1.18;
}

.nr_v2_langues {
    align-items: center;
    display: flex;
    gap: 8px;
}

.nr_v2_langues a {
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 7px;
    display: inline-flex;
    opacity: .55;
    padding: 7px;
}

.nr_v2_langues a.active {
    border-color: var(--form-accent-color);
    opacity: 1;
}

.nr_v2_steps {
    background: #f5f5f5;
    border: 1px solid var(--nr-v2-border);
    border-radius: 8px;
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-bottom: 16px;
    padding: 5px;
}

.nr_v2_locked_room .nr_v2_steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nr_v2_steps [hidden],
.nr_v2_panel[hidden] {
    display: none !important;
}

.nr_v2_steps button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 6px;
    color: var(--nr-v2-neutral-700);
    cursor: pointer;
    display: flex;
    font: inherit;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 42px;
    opacity: .62;
}

.nr_v2_steps button.active {
    background: var(--form-accent-color);
    color: #fff;
    opacity: 1;
}

.nr_v2_steps span {
    font-weight: 700;
}

.nr_v2_layout {
    align-items: flex-start;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) 300px;
}

.nr_v2_main,
.nr_v2_summary,
.nr_v2_panel {
    min-width: 0;
}

.nr_v2_panel,
.nr_v2_summary {
    background: rgba(255, 255, 255, .94);
    border: 1px solid var(--nr-v2-border);
    border-radius: 12px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .06);
}

.nr_v2_panel {
    display: none;
    padding: 20px;
    position: relative;
}

.nr_v2_panel.active {
    display: block;
}

.nr_v2_panel h2 {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    color: var(--form-accent-color);
    font-size: 23px;
    margin-bottom: 22px;
    padding-bottom: 12px;
}

.nr_v2_grid {
    display: grid;
    gap: 16px 18px;
}

.nr_v2_grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nr_v2_grid .wide {
    grid-column: 1 / -1;
}

.nr_v2_people_grid {
    margin-bottom: 18px;
}

.nr_v2_form .field label,
.nr_v2_option label,
.nr_v2_presta label {
    color: var(--form-text-color) !important;
    display: block;
    font-size: var(--form-font-size) !important;
    font-weight: 800;
    margin-bottom: 8px;
}

.nr_v2_form input,
.nr_v2_form select,
.nr_v2_form textarea {
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 8px;
    color: var(--form-text-color);
    font: inherit;
    min-height: 47px;
    padding: 12px 14px;
    width: 100%;
}

.nr_v2_form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, .68) 50%),
        linear-gradient(135deg, rgba(0, 0, 0, .68) 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 50%,
        calc(100% - 12px) 50%;
    background-repeat: no-repeat;
    background-size: 7px 7px, 7px 7px;
    padding-right: 42px;
}

.nr_v2_form select:not([multiple]) {
    background-color: rgba(255, 255, 255, .96) !important;
    background-image:
        linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, .72) 50%),
        linear-gradient(135deg, rgba(0, 0, 0, .72) 50%, transparent 50%) !important;
    background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50% !important;
    background-repeat: no-repeat !important;
    background-size: 7px 7px, 7px 7px !important;
}

.nr_v2_form select.nr_v2_presta_select,
.nr_v2_form .nr_v2_presta_select {
    padding-right: 38px !important;
}

.nr_v2_form select::-ms-expand {
    display: none;
}

.nr_v2_form input:focus,
.nr_v2_form select:focus,
.nr_v2_form textarea:focus {
    border-color: var(--form-accent-color);
    box-shadow: 0 0 0 3px rgba(var(--form-accent-rgb), .14);
    outline: none;
}

.nr_v2_form .nr_v2_invalid {
    border-color: #e75f7a !important;
    box-shadow: 0 0 0 3px rgba(231, 95, 122, .14) !important;
}

.nr_v2_coord_grid {
    display: grid;
    gap: 16px 18px;
    grid-template-columns: minmax(150px, 220px) minmax(0, 1fr) minmax(0, 1fr);
}

.nr_v2_coord_grid > .field {
    padding-left: 0;
    padding-right: 0;
}

.nr_v2_coord_wide {
    grid-column: 1 / -1;
}

.nr_v2_form .ui.input.nr_v2_semantic_input {
    width: 100%;
}

.nr_v2_form .ui.input.nr_v2_semantic_input > input {
    min-height: 47px;
}

.nr_v2_form .ui.input.nr_v2_semantic_input > .icon {
    color: rgba(0, 0, 0, .58);
}

.nr_v2_calendar_picker {
    margin-bottom: 22px;
    margin-top: 28px;
}

.nr_v2_calendar_nav {
    align-items: stretch;
    display: grid;
    gap: 12px;
    grid-template-columns: 58px minmax(0, 1fr) 58px;
    margin-bottom: 18px;
}

.nr_v2_calendar_arrow,
.nr_v2_calendar_title {
    align-items: center;
    background: #f5f5f5;
    border: 1px solid rgba(var(--form-accent-rgb), .42);
    border-radius: 7px;
    color: var(--form-accent-color);
    cursor: pointer;
    display: flex;
    font: inherit;
    font-weight: 900;
    justify-content: center;
    min-height: 50px;
}

.nr_v2_calendar_arrow .icon {
    align-items: center;
    display: inline-flex;
    height: 1em;
    justify-content: center;
    line-height: 1;
    margin: 0 !important;
}

.nr_v2_calendar_arrow:disabled {
    cursor: default;
    opacity: .45;
}

.nr_v2_calendar_title {
    color: var(--form-text-color);
    cursor: default;
    gap: 10px;
}

.nr_v2_calendar_title .icon {
    color: rgba(0, 0, 0, .55);
}

.nr_v2_calendar_months {
    display: flex;
    gap: 22px;
    justify-content: safe center;
    margin-left: 0;
    overflow-x: auto;
    padding: 4px 2px 10px;
    scroll-snap-type: x proximity;
}

.nr_v2_calendar_month {
    flex: 0 0 300px;
    max-width: 300px;
    scroll-snap-align: start;
}

.nr_v2_calendar_month h3 {
    color: var(--form-text-color);
    font-size: 18px;
    margin: 0 0 10px;
    text-align: center;
}

@media (min-width: 821px) {
    .nr_v2_calendar_picker {
        padding: 0 72px;
        position: relative;
    }

    .nr_v2_calendar_picker::after {
        content: "";
        pointer-events: none;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 18px;
        z-index: 1;
    }

    .nr_v2_calendar_picker::after {
        background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
        right: 72px;
    }

    .nr_v2_calendar_nav {
        inset: 0;
        margin: 0;
        pointer-events: none;
        position: absolute;
        z-index: 2;
    }

    .nr_v2_calendar_title {
        display: none;
    }

    .nr_v2_calendar_arrow {
        height: 64px;
        pointer-events: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 58px;
    }

    .nr_v2_calendar_arrow[data-calendar-action="prev"] {
        left: 0;
    }

    .nr_v2_calendar_arrow[data-calendar-action="next"] {
        right: 0;
    }

    .nr_v2_calendar_months {
        padding-top: 0;
    }
}

.nr_v2_calendar_grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.nr_v2_calendar_weekday,
.nr_v2_calendar_empty,
.nr_v2_calendar_day {
    align-items: center;
    aspect-ratio: 1.08;
    border: 0.5px solid #fff;
    display: flex;
    justify-content: center;
    min-height: 38px;
}

.nr_v2_calendar_weekday {
    background: #eeeeee;
    color: #767676;
    font-weight: 800;
}

.nr_v2_calendar_empty {
    background: transparent;
}

.nr_v2_calendar_day {
    background: rgba(var(--form-accent-rgb), .11);
    border-radius: 0;
    color: var(--form-text-color);
    cursor: pointer;
    font: inherit;
    font-weight: 850;
    padding: 0;
    position: relative;
}

.nr_v2_calendar_day:hover {
    background: rgba(var(--form-accent-rgb), .22);
}

.nr_v2_calendar_day.disabled {
    background: #dddddd;
    color: rgba(255, 255, 255, .82);
    cursor: not-allowed;
}

.nr_v2_calendar_day.unavailable {
    background: #d8d8d8;
    color: rgba(80, 80, 80, .62);
    text-decoration: line-through;
}

.nr_v2_locked_room .nr_v2_calendar_day:not(.disabled):not(.selected) {
    background: #8fcf46;
    color: #fff;
}

.nr_v2_locked_room .nr_v2_calendar_day.unavailable {
    background: #e15041;
    color: #fff;
    text-decoration: none;
}

.nr_v2_locked_room .nr_v2_calendar_day.unavailable_reservation_half_start:not(.selected),
.nr_v2_locked_room .nr_v2_calendar_day.unavailable_fermeture_half_start:not(.selected) {
    background: linear-gradient(to right, #8fcf46 0 50%, #e15041 50% 100%);
}

.nr_v2_locked_room .nr_v2_calendar_day.unavailable_reservation_half_end:not(.selected),
.nr_v2_locked_room .nr_v2_calendar_day.unavailable_fermeture_half_end:not(.selected) {
    background: linear-gradient(to right, #e15041 0 50%, #8fcf46 50% 100%);
}

.nr_v2_locked_room .nr_v2_calendar_day.disabled:not(.unavailable) {
    background: #dddddd;
    color: rgba(255, 255, 255, .82);
}

.nr_v2_calendar_day.past,
.nr_v2_locked_room .nr_v2_calendar_day.past {
    background: #767676;
    color: #fff;
}

.nr_v2_calendar_day.range_between,
.nr_v2_calendar_day.range_preview {
    background: rgba(var(--form-accent-rgb), .34);
}

.nr_v2_calendar_day.range_preview {
    opacity: .86;
}

.nr_v2_calendar_day.selected {
    background: var(--form-accent-color);
    color: #fff;
    z-index: 1;
}

.nr_v2_locked_room .nr_v2_calendar_day.selected {
    background: #8fcf46;
    border-radius: 0;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .88);
    color: #fff;
}

.nr_v2_locked_room .nr_v2_calendar_day.selected.unavailable {
    background: #e15041;
}

.nr_v2_locked_room .nr_v2_calendar_day.selected.unavailable_reservation_half_start,
.nr_v2_locked_room .nr_v2_calendar_day.selected.unavailable_fermeture_half_start {
    background: linear-gradient(to right, #8fcf46 0 50%, #e15041 50% 100%);
}

.nr_v2_locked_room .nr_v2_calendar_day.selected.unavailable_reservation_half_end,
.nr_v2_locked_room .nr_v2_calendar_day.selected.unavailable_fermeture_half_end {
    background: linear-gradient(to right, #e15041 0 50%, #8fcf46 50% 100%);
}

.nr_v2_calendar_day.range_start {
    border-radius: 999px 0 0 999px;
}

.nr_v2_calendar_day.range_end {
    border-radius: 0 999px 999px 0;
}

.nr_v2_calendar_day.range_start.range_end,
.nr_v2_calendar_day.selected:not(.range_start):not(.range_end) {
    border-radius: 999px;
}

.nr_v2_locked_room .nr_v2_calendar_day.range_start,
.nr_v2_locked_room .nr_v2_calendar_day.range_end,
.nr_v2_locked_room .nr_v2_calendar_day.range_start.range_end,
.nr_v2_locked_room .nr_v2_calendar_day.selected:not(.range_start):not(.range_end) {
    border-radius: 0;
}

.nr_v2_actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 22px;
}

.nr_v2_btn {
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 7px;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 800;
    justify-content: center;
    min-height: 47px;
    padding: 0 20px;
}

.nr_v2_btn .icon {
    margin: 0 8px 0 0 !important;
}

.nr_v2_btn.primary {
    background: var(--form-button-bg);
    border-color: var(--form-button-bg);
    color: var(--form-button-color);
}

.nr_v2_btn.secondary {
    background: rgba(0, 0, 0, .04);
    color: var(--form-text-color);
}

.nr_v2_btn:disabled {
    cursor: not-allowed;
    opacity: .45;
}

.nr_v2_actions_top {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    justify-content: flex-end;
    margin: -4px 0 16px;
    padding: 0 0 14px;
    position: sticky;
    top: 0;
    z-index: 5;
}

.nr_v2_rooms {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.nr_v2_room {
    background: rgba(255, 255, 255, .9);
    border: 2px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    cursor: pointer;
    display: grid;
    grid-template-rows: 145px auto;
    overflow: hidden;
    text-align: left;
    width: 100%;
}

button.nr_v2_room {
    font: inherit;
}

button.nr_v2_room:hover {
    border-color: rgba(var(--form-accent-rgb), .42);
}

.nr_v2_room.selected {
    border-color: var(--form-accent-color);
    box-shadow: 0 0 0 3px rgba(var(--form-accent-rgb), .12);
}

.nr_v2_room.in_cart:not(.selected) {
    background: rgba(var(--form-accent-rgb), .045);
    border-color: rgba(var(--form-accent-rgb), .45);
}

.nr_v2_room.unavailable {
    cursor: not-allowed;
    opacity: .3;
}

.nr_v2_room_image {
    cursor: pointer;
    display: block;
    height: 145px;
    overflow: hidden;
    position: relative;
}

.nr_v2_room.unavailable .nr_v2_room_image {
    cursor: not-allowed;
}

.nr_v2_room_image img {
    height: 145px;
    object-fit: cover;
    pointer-events: none;
    width: 100%;
}

.nr_v2_locked_room_preview {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 22px;
    padding-bottom: 22px;
}

.nr_v2_locked_room_name {
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    min-height: 46px;
    padding: 9px 12px;
}

.nr_v2_locked_room_name .icon {
    color: var(--form-text-color);
    font-size: 20px;
    margin: 0 !important;
}

.nr_v2_locked_room_name strong {
    color: var(--form-text-color);
    font-size: 16px;
    line-height: 1.25;
}

.nr_v2_locked_room_gallery {
    display: grid;
    gap: 16px;
    grid-auto-columns: minmax(220px, 1fr);
    grid-auto-flow: column;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
}

.nr_v2_locked_room_photo {
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 5px;
    cursor: zoom-in;
    display: block;
    height: 120px;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    scroll-snap-align: start;
}

.nr_v2_locked_room_photo img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.nr_v2_locked_room_zoom {
    align-items: center;
    background: rgba(0, 0, 0, .52);
    border-radius: 999px;
    color: #fff;
    display: flex;
    height: 34px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
}

.nr_v2_room_zoom {
    align-items: center;
    background: rgba(0, 0, 0, .52);
    border-radius: 999px;
    color: #fff;
    cursor: zoom-in;
    display: flex;
    height: 34px;
    justify-content: center;
    opacity: .92;
    pointer-events: auto;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: background .18s ease, opacity .18s ease, transform .18s ease;
    width: 34px;
}

.nr_v2_room_image .nr_v2_room_zoom .icon {
    display: inline-flex;
    height: 1em;
    line-height: 1;
    margin: 0 !important;
    width: 1em;
}

.nr_v2_room:hover .nr_v2_room_zoom,
.nr_v2_room:focus .nr_v2_room_zoom,
.nr_v2_room:focus-visible .nr_v2_room_zoom {
    background: rgba(0, 0, 0, .68);
    opacity: 1;
    transform: scale(1.04);
}

.nr_v2_room_body {
    padding: 14px;
}

.nr_v2_room_body strong {
    color: var(--form-text-color);
    display: block;
    font-size: 17px;
    line-height: 1.25;
    margin-bottom: 8px;
}

.nr_v2_room_meta {
    color: rgba(0, 0, 0, .55);
    display: grid;
    font-size: .93em;
    gap: 7px;
    line-height: 1.35;
}

.nr_v2_room_meta span {
    align-items: center;
    display: inline-flex;
    gap: 7px;
}

.nr_v2_room_meta .nr_v2_room_price_discounted {
    flex-wrap: wrap;
}

.nr_v2_room_price s {
    color: rgba(0, 0, 0, .42);
    font-weight: 500;
}

.nr_v2_room_price strong {
    color: #d9432f;
    display: inline;
    font-size: 1.04em;
    line-height: 1;
    margin: 0;
}

.nr_v2_room_meta i.icon,
.nr_v2_room_status i.icon,
.nr_v2_room_times i.icon {
    align-items: center;
    display: inline-flex;
    height: 1em;
    justify-content: center;
    line-height: 1;
    margin: 0 !important;
    width: 20px;
}

.nr_v2_room_status {
    align-items: center;
    color: #2f9b57;
    display: inline-flex;
    font-size: .96em;
    font-weight: 700;
    gap: 7px;
    margin: 0 0 10px;
}

.nr_v2_room.unavailable .nr_v2_room_status {
    color: #c84d4d;
}

.nr_v2_room_unavailable_head {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin: 0 0 10px;
}

.nr_v2_room_unavailable_head .nr_v2_room_status {
    margin: 0;
    min-width: 0;
}

.nr_v2_room_unavailable_detail {
    background: rgba(200, 77, 77, .08);
    border: 1px dashed rgba(200, 77, 77, .28);
    border-radius: 8px;
    color: rgba(157, 4, 4, 0.72);
    display: block;
    font-size: .9em;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 10px;
    padding: 9px 10px;
}

.nr_v2_room_unavailable_detail[hidden] {
    display: none;
}

.nr_v2_room_unavailable_toggle {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(200, 77, 77, .28);
    border-radius: 999px;
    color: #a73d3d;
    cursor: pointer;
    display: inline-flex;
    font-size: .86em;
    font-weight: 850;
    gap: 6px;
    justify-content: center;
    line-height: 1;
    margin: 0 0 0 auto;
    min-height: 30px;
    padding: 5px 10px;
    white-space: nowrap;
}

.nr_v2_room_unavailable_toggle .icon {
    align-items: center;
    display: inline-flex;
    height: 1em;
    justify-content: center;
    line-height: 1;
    margin: 0 !important;
    width: 1em;
}

.nr_v2_room.show_unavailable_detail .nr_v2_room_unavailable_toggle {
    display: none;
}

.nr_v2_room_times {
    border-top: 1px solid rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .58);
    display: grid;
    font-size: .88em;
    gap: 6px;
    margin-top: 10px;
    padding-top: 10px;
}

.nr_v2_room_times span {
    align-items: center;
    display: inline-flex;
    gap: 7px;
}

.nr_v2_empty {
    background: rgba(var(--form-accent-rgb), .06);
    border: 1px dashed rgba(var(--form-accent-rgb), .32);
    border-radius: 8px;
    padding: 18px;
}

.nr_v2_empty ul {
    margin: 10px 0 0 18px;
    padding: 0;
}

.nr_v2_empty li {
    margin-top: 5px;
}

.nr_v2_empty_full {
    grid-column: 1 / -1;
}

.nr_v2_lightbox {
    align-items: center;
    background: rgba(0, 0, 0, .72);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 99999;
}

.nr_v2_lightbox_inner {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .32);
    max-height: 92vh;
    max-width: 920px;
    overflow: hidden;
    position: relative;
    width: min(920px, 100%);
}

.nr_v2_lightbox_media img {
    display: block;
    max-height: 78vh;
    object-fit: contain;
    width: 100%;
}

.nr_v2_lightbox_close {
    align-items: center;
    background: rgba(0, 0, 0, .72);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 30px;
    height: 42px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 42px;
}

.nr_v2_lightbox_title {
    color: rgba(0, 0, 0, .82);
    font-weight: 800;
    padding: 12px 16px 16px;
}

.nr_v2_lightbox_nav {
    align-items: center;
    background: rgba(0, 0, 0, .55);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 34px;
    height: 46px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    z-index: 2;
}

.nr_v2_lightbox_nav .icon {
    margin: 0 !important;
}

.nr_v2_lightbox_nav.prev {
    left: 12px;
}

.nr_v2_lightbox_nav.next {
    right: 12px;
}

.nr_v2_lightbox_nav:disabled {
    display: none;
}

.nr_v2_lightbox_counter {
    background: rgba(0, 0, 0, .62);
    border-radius: 999px;
    bottom: 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    left: 50%;
    min-height: 26px;
    min-width: 48px;
    padding: 5px 12px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
}

.nr_v2_lightbox_counter:empty {
    display: none;
}

.nr_v2_details_block {
    background: var(--nr-v2-neutral-050);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    margin-bottom: 18px;
    padding: 20px;
}

.nr_v2_details_block h3 {
    color: var(--form-accent-color);
    font-size: 19px;
    margin-bottom: 16px;
}

.nr_v2_room_travelers {
    background: rgba(var(--form-accent-rgb), .045);
    border: 1px solid rgba(var(--form-accent-rgb), .18);
    border-radius: 10px;
    margin-bottom: 18px;
    padding: 18px 20px 4px;
}

.nr_v2_room_travelers h3 {
    color: var(--form-accent-color);
    font-size: 18px;
    margin: 0 0 14px;
}

.nr_v2_room_travelers .ui.right.labeled.input {
    width: 100%;
}

.nr_v2_room_travelers .ui.basic.label .icon {
    margin: 0 !important;
}

.nr_v2_option {
    margin-bottom: 16px;
}

.nr_v2_option label span {
    color: #e75f9f;
}

.nr_v2_presta_group {
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 5px;
    overflow: hidden;
}

.nr_v2_presta_group + .nr_v2_presta_group {
    margin-top: 12px;
}

.nr_v2_presta {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 14px;
}

.nr_v2_presta + .nr_v2_presta {
    border-top: 1px solid rgba(0, 0, 0, .07);
}

.nr_v2_presta label {
    align-items: center;
    display: flex !important;
    gap: 12px;
    margin: 0;
    min-width: 0;
}

.nr_v2_presta label > span:last-child {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.nr_v2_presta label strong {
    font-size: 1.04em;
    line-height: 1.22;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
}

.nr_v2_presta label small {
    color: rgba(0, 0, 0, .58);
    font-size: .98em;
    font-weight: 800;
}

.nr_v2_presta_img,
.nr_v2_presta_icon {
    border-radius: 7px;
    flex: 0 0 52px;
    height: 52px;
    width: 52px;
}

.nr_v2_presta_img {
    object-fit: cover;
}

.nr_v2_presta_icon {
    align-items: center;
    background: var(--nr-v2-neutral-100);
    color: var(--form-accent-color);
    display: flex;
    font-size: 20px;
    justify-content: center;
}

.nr_v2_presta_icon .icon {
    margin-right: 0;
}

.nr_v2_presta_select {
    background-color: #fff !important;
    border-radius: 8px !important;
    min-height: 44px !important;
    padding-left: 14px !important;
    width: 98px !important;
}

.nr_v2_presta_stepper {
    align-items: center;
    background: #fff;
    border: 1px solid var(--nr-v2-border);
    border-radius: 8px;
    display: grid;
    grid-template-columns: 38px 42px 38px;
    min-height: 42px;
    overflow: hidden;
    position: relative;
}

.nr_v2_presta_stepper .nr_v2_presta_select {
    height: 1px !important;
    min-height: 0 !important;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 1px !important;
}

.nr_v2_presta_qty {
    color: var(--nr-v2-neutral-900);
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    min-width: 0;
    text-align: center;
}

.nr_v2_presta_step {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--form-accent-color);
    cursor: pointer;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    padding: 0;
}

.nr_v2_presta_step:disabled {
    color: rgba(0, 0, 0, .25);
    cursor: not-allowed;
}

.nr_v2_presta_step .icon {
    line-height: 1;
    margin: 0 !important;
}

.nr_v2_presta_actions {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: flex-end;
}

.nr_v2_presta_info {
    align-items: center;
    background: rgba(0, 0, 0, .08);
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 999px;
    color: var(--nr-v2-neutral-700);
    cursor: pointer;
    display: inline-flex !important;
    font-family: inherit !important;
    font-size: 13px !important;
    height: 26px;
    justify-content: center;
    margin-right: 0 !important;
    opacity: 1;
    position: relative;
    width: 26px;
}

.nr_v2_presta_info .icon {
    display: inline-flex;
    height: 1em;
    justify-content: center;
    line-height: 1;
    margin: 0 !important;
    width: 1em;
}

.nr_v2_presta.show_presta_info::after {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .16);
    border-radius: 5px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .82);
    content: attr(data-presta-tooltip);
    display: block;
    font-size: .92em;
    font-weight: 600;
    grid-column: 1 / -1;
    line-height: 1.4;
    margin: 0 0 2px;
    padding: 10px 12px;
    white-space: pre-line;
}

.nr_v2_presta [data-tooltip]::after,
.nr_v2_presta [data-tooltip]::before {
    content: none !important;
    display: none !important;
}

.nr_v2_form [data-tooltip]::after {
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, .16) !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .18) !important;
    color: rgba(0, 0, 0, .82) !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    max-width: 340px !important;
    min-width: 220px !important;
    padding: 12px 14px !important;
    text-align: left !important;
    white-space: pre-line !important;
    width: min(340px, calc(100vw - 48px)) !important;
    z-index: 9999 !important;
}

.nr_v2_form [data-tooltip]::before {
    background: transparent !important;
    border-color: #fff transparent transparent transparent !important;
    border-style: solid !important;
    border-width: 9px 9px 0 9px !important;
    box-shadow: none !important;
    height: 0 !important;
    transform: none !important;
    width: 0 !important;
    z-index: 10000 !important;
}

.nr_v2_summary {
    background: #fff;
    border-color: var(--nr-v2-border);
    margin-bottom: 10px;
    padding: 22px 20px;
    position: sticky;
    top: 16px;
}

.nr_v2_mobile_summary_bar {
    display: none;
}

.nr_v2_summary h2 {
    align-items: center;
    color: var(--form-accent-color);
    display: flex;
    font-size: 22px;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.nr_v2_summary_edit {
    align-items: center;
    background: rgba(0, 0, 0, .04);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 999px;
    color: var(--form-accent-color);
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 34px;
    height: 34px;
    justify-content: center;
    padding: 0;
    width: 34px;
}

.nr_v2_summary_edit .icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    margin: 0 !important;
}

.nr_v2_date_input {
    display: block;
}

.nr_v2_summary dl,
.nr_v2_summary_group {
    margin: 0;
}

.nr_v2_summary_group + .nr_v2_summary_group {
    border-top: 1px solid var(--nr-v2-border);
    margin-top: 16px;
    padding-top: 14px;
}

.nr_v2_cart_summary {
    border-bottom: 1px solid var(--nr-v2-border);
    border-top: 1px solid var(--nr-v2-border);
    margin-bottom: 14px;
    margin-top: 16px;
    padding-bottom: 14px;
    padding-top: 14px;
}

.nr_v2_cart_summary h3 {
    align-items: center;
    color: var(--form-accent-color);
    display: flex;
    font-size: 17px;
    gap: 8px;
    margin: 0 0 10px;
}

.nr_v2_cart_summary h3 .icon {
    margin: 0 !important;
}

.nr_v2_cart_items {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
}

.nr_v2_cart_item {
    align-items: center;
    background: rgba(0, 0, 0, .02);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) 40px;
    padding: 14px 12px 14px 14px;
}

.nr_v2_cart_item > div {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.nr_v2_cart_item strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nr_v2_cart_item span {
    color: var(--nr-v2-neutral-700);
    font-size: .86em;
    font-weight: 750;
    line-height: 1.25;
}

.nr_v2_cart_item b {
    color: var(--form-accent-color);
    font-size: .92em;
    white-space: nowrap;
}

.nr_v2_cart_item button {
    align-items: center;
    background: rgba(0, 0, 0, .05);
    border: 0;
    border-radius: 7px;
    color: rgba(0, 0, 0, .54);
    cursor: pointer;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    padding: 0;
    width: 34px;
}

.nr_v2_cart_item button:hover {
    background: rgba(231, 95, 122, .12);
    color: #d84c74;
}

.nr_v2_cart_item button .icon {
    margin: 0 !important;
}

.nr_v2_cart_add_room {
    align-items: center;
    background: #fff;
    border: 1px solid var(--nr-v2-border);
    border-radius: 8px;
    color: var(--form-accent-color);
    cursor: pointer;
    display: inline-flex;
    font-weight: 850;
    gap: 8px;
    min-height: 38px;
    padding: 8px 12px;
}

.nr_v2_cart_add_room:hover {
    background: rgba(var(--form-accent-rgb), .07);
    border-color: rgba(var(--form-accent-rgb), .34);
}

.nr_v2_cart_add_room.primary {
    background: var(--form-button-bg);
    border-color: var(--form-button-bg);
    color: var(--form-button-color);
}

.nr_v2_cart_add_room.primary:hover {
    background: var(--form-button-bg);
    border-color: var(--form-button-bg);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .14);
    color: var(--form-button-color);
}

.nr_v2_cart_add_room .icon {
    margin: 0 !important;
}

.nr_v2_coord_add_room {
    margin: 8px 0 20px;
}

.nr_v2_summary_line {
    align-items: start;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(130px, 1fr) minmax(0, auto);
    padding: 8px 0;
}

.nr_v2_summary dt {
    align-items: start;
    color: var(--nr-v2-neutral-700);
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    font-weight: 600;
    gap: 10px;
    line-height: 1.25;
    margin: 0;
}

.nr_v2_summary dt .icon {
    color: rgba(0, 0, 0, .52);
    font-size: 18px;
    line-height: 1;
    margin-right: 0;
    min-width: 24px;
    padding-top: 2px;
    text-align: center;
}

.nr_v2_summary dd {
    font-size: .94em;
    font-weight: 850;
    line-height: 1.25;
    margin: 0;
    max-width: 170px;
    min-width: 0;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nr_v2_summary_remise dt,
.nr_v2_summary_remise dd {
    color: #c83737;
}

.nr_v2_summary_line.total {
    align-items: end;
    border-top: 1px solid var(--nr-v2-border);
    margin-top: 6px;
    padding-top: 14px;
}

.nr_v2_summary_total {
    color: var(--form-accent-color);
    font-size: 20px;
    font-weight: 900;
}

.nr_v2_summary_group:first-of-type .nr_v2_summary_line {
    column-gap: 10px;
    grid-template-columns: 34px minmax(0, 1fr);
    row-gap: 4px;
}

.nr_v2_summary_group:first-of-type dt {
    grid-column: 1 / -1;
}

.nr_v2_summary_group:first-of-type dd {
    grid-column: 2;
    max-width: none;
    text-align: left;
    white-space: normal;
}

.nr_v2_summary_price .nr_v2_summary_line {
    grid-template-columns: minmax(0, 1fr) max-content;
}

.nr_v2_summary_price dt {
    white-space: nowrap;
}

.nr_v2_validation {
    display: grid;
    gap: 16px;
}

.nr_v2_validation > p {
    margin: 0;
}

.nr_v2_validation_block {
    background: rgba(var(--form-accent-rgb), .04);
    border: 1px solid rgba(var(--form-accent-rgb), .14);
    border-radius: 8px;
    padding: 18px;
}

.nr_v2_validation_block h3 {
    color: var(--form-accent-color);
    font-size: 19px;
    margin: 0 0 12px;
}

.nr_v2_cards {
    font-size: 26px;
    margin-bottom: 12px;
}

.nr_v2_cards .color_visa {
    background-image: -webkit-linear-gradient(45deg, #eaa343 50%, #1d4a86 50%);
    background-clip: text;
    color: #eaa343;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nr_v2_cards .color_mastercard {
    background-image: -webkit-linear-gradient(45deg, #d82f2b 50%, #eaa240 50%);
    background-clip: text;
    color: #d82f2b;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nr_v2_cards .color_amex {
    color: #3783d3;
}

.nr_v2_cards .color_paypal {
    background-image: -webkit-linear-gradient(45deg, #0e2a81 50%, #4294d4 50%);
    background-clip: text;
    color: #0e2a81;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nr_v2_cards .color_stripe {
    background-image: -webkit-linear-gradient(45deg, #460e69 50%, #6242d4 50%);
    background-clip: text;
    color: #460e69;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nr_v2_checkbox {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    font-weight: 800;
}

.nr_v2_checkbox input {
    margin-top: 4px;
    min-height: auto;
    width: auto;
}

.nr_v2_payment_choices {
    display: grid;
    gap: 12px;
}

.nr_v2_payment_other_field {
    margin-left: 28px;
    max-width: 420px;
}

.nr_v2_payment_other_field label {
    color: var(--form-text-color) !important;
    display: block;
    font-weight: 800;
    margin-bottom: 8px;
}

.nr_v2_payment_other_list {
    border: 1px solid var(--nr-v2-border);
    border-radius: 6px;
    display: grid;
    gap: 8px;
    padding: 12px;
}

.nr_v2_payment_other_field.nr_v2_invalid .nr_v2_payment_other_list {
    border-color: #e75f7a;
    box-shadow: 0 0 0 3px rgba(231, 95, 122, .14);
}

.nr_v2_ancv_connect_field {
    margin-left: 28px;
    max-width: 420px;
}

.nr_v2_ancv_connect_field small {
    color: var(--nr-v2-neutral-700);
    display: block;
    font-size: .9em;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 6px;
}

.nr_v2_ancv_connect_field.nr_v2_invalid input {
    border-color: #e75f7a !important;
    box-shadow: 0 0 0 3px rgba(231, 95, 122, .14) !important;
}

.nr_v2_payment_method {
    font-weight: 700;
}

.nr_v2_mentions_societe {
    color: var(--nr-v2-neutral-700);
    display: block;
    font-size: .9em;
    font-weight: 700;
    margin-top: 8px;
}

.nr_v2_errors {
    background: rgba(231, 95, 122, .08);
    border: 1px solid rgba(231, 95, 122, .28);
    border-radius: 8px;
    color: #b73751;
    font-weight: 800;
    margin-bottom: 18px;
    padding: 16px 18px;
}

.nr_v2_errors ul {
    font-weight: 700;
    margin: 8px 0 0 20px;
    padding: 0;
}

.nr_v2_people_input {
    align-items: stretch;
    display: flex !important;
}

.nr_v2_people_input input {
    min-width: 0;
}

.nr_v2_people_input .ui.basic.label {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-width: 56px;
}

.nr_v2_people_input .ui.basic.label .icon {
    line-height: 1;
    margin: 0 !important;
}

.nr_v2_form.loading {
    opacity: .6;
    pointer-events: none;
}

@media (max-width: 820px) {
    .nr_v2_shell {
        padding: 0;
    }

    .nr_v2_header {
        display: block;
        padding: 0;
    }

    .nr_v2_eyebrow,
    .nr_v2_header h1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nr_v2_intro {
        text-align: justify;
    }

    .nr_v2_langues {
        margin-top: 12px;
        padding-left: 10px;
    }

    .nr_v2_steps {
        align-items: center;
        display: flex;
        gap: 4px;
        border-radius: 10px;
        margin-bottom: 12px;
        overflow: hidden;
        padding: 4px 4px 4px 10px;
    }

    .nr_v2_steps::after {
        color: var(--form-accent-color);
        content: attr(data-current-label);
        flex: 1 1 auto;
        font-size: .92em;
        font-weight: 900;
        min-width: 0;
        overflow: hidden;
        padding: 0 4px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nr_v2_steps span {
        display: none;
    }

    .nr_v2_steps button {
        flex: 0 0 36px;
        min-height: 38px;
        padding: 0 6px;
    }

    .nr_v2_steps button.active {
        min-width: 0;
    }

    .nr_v2_steps button.active span {
        display: none;
    }

    .nr_v2_layout,
    .nr_v2_grid.two,
    .nr_v2_coord_grid {
        display: block;
    }

    .nr_v2_grid .field {
        margin-bottom: 14px;
    }

    .nr_v2_coord_grid {
        display: grid;
        gap: 14px 12px;
        grid-template-columns: minmax(96px, 140px) minmax(0, 1fr) minmax(0, 1fr);
    }

    .nr_v2_coord_grid > .field {
        margin-bottom: 0;
    }

    .nr_v2_coord_grid > .field:nth-child(n+4),
    .nr_v2_coord_grid > .nr_v2_coord_wide {
        grid-column: 1 / -1;
    }

    .nr_v2_summary {
        margin-top: 18px;
        position: static;
    }

    .nr_v2_form {
        padding-bottom: 88px;
    }

    .nr_v2_mobile_summary_bar {
        align-items: center;
        background: #fff;
        border: 1px solid var(--nr-v2-border);
        border-radius: 8px;
        box-shadow: 0 10px 28px rgba(0, 0, 0, .16);
        display: flex;
        gap: 12px;
        justify-content: space-between;
        left: 10px;
        padding: 10px;
        position: fixed;
        right: 10px;
        bottom: 10px;
        z-index: 1000;
    }

    .nr_v2_mobile_summary_bar[hidden] {
        display: none !important;
    }

    .nr_v2_mobile_summary_total {
        background: transparent;
        border: 0;
        cursor: pointer;
        display: grid;
        gap: 2px;
        min-width: 0;
        padding: 0;
        text-align: left;
    }

    .nr_v2_mobile_summary_total[hidden] {
        display: none !important;
    }

    .nr_v2_mobile_summary_total[hidden] + .nr_v2_btn {
        margin-left: auto;
    }

    .nr_v2_mobile_summary_total small {
        color: var(--nr-v2-neutral-700);
        font-size: 11px;
        font-weight: 800;
        line-height: 1;
        text-transform: uppercase;
    }

    .nr_v2_mobile_summary_total strong {
        color: var(--form-accent-color);
        align-items: baseline;
        display: flex;
        font-size: 18px;
        font-weight: 900;
        gap: 12px;
        line-height: 1.1;
        white-space: nowrap;
    }

    .nr_v2_mobile_summary_total_before {
        color: #f00000;
        text-decoration: line-through;
        text-decoration-thickness: 2px;
    }

    .nr_v2_mobile_summary_total_after {
        color: var(--form-accent-color);
    }

    .nr_v2_mobile_summary_bar .nr_v2_btn {
        flex: 0 0 auto;
        min-height: 42px;
        padding: 10px 16px;
    }

    .nr_v2_has_parent_mobile_bar .nr_v2_mobile_summary_bar {
        display: none;
    }

    .nr_v2_form[data-current-step="5"] .nr_v2_layout {
        display: flex;
        flex-direction: column;
    }

    .nr_v2_form[data-current-step="5"] .nr_v2_summary {
        order: -1;
    }

    .nr_v2_calendar_nav {
        grid-template-columns: 50px minmax(0, 1fr) 50px;
        gap: 8px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .nr_v2_calendar_month {
        flex-basis: 280px;
        max-width: 280px;
    }

    .nr_v2_presta {
        gap: 10px;
        grid-template-columns: minmax(0, 1fr);
        padding: 12px 0;
    }

    .nr_v2_presta label {
        gap: 10px;
    }

    .nr_v2_presta_img,
    .nr_v2_presta_icon {
        flex-basis: 44px;
        height: 44px;
        width: 44px;
    }

    .nr_v2_presta_stepper {
        grid-template-columns: 34px 38px 34px;
        min-height: 38px;
    }

    .nr_v2_presta_actions {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: flex-end;
        margin-left: 54px;
    }

    .nr_v2_presta_info {
        order: 1;
    }

    .nr_v2_presta_stepper {
        order: 2;
    }

    .nr_v2_form [data-tooltip]::after {
        display: none !important;
    }

    .nr_v2_form [data-tooltip]::before {
        display: none !important;
    }

    .nr_v2_actions {
        display: none;
    }

    .nr_v2_room_travelers {
        padding: 16px 16px 2px;
    }

    .nr_v2_cart_item {
        grid-template-columns: minmax(0, 1fr) 34px;
    }

    .nr_v2_cart_item b {
        grid-column: 1;
    }

    .nr_v2_cart_item button {
        grid-column: 2;
        grid-row: 1 / span 2;
    }

    .nr_v2_locked_room_preview {
        margin-bottom: 18px;
        padding-bottom: 18px;
    }

    .nr_v2_locked_room_name {
        margin-left: 10px;
        margin-right: 10px;
    }

    .nr_v2_locked_room_gallery {
        gap: 10px;
        grid-auto-columns: minmax(180px, 78%);
        padding-left: 10px;
        padding-right: 10px;
    }

    .nr_v2_locked_room_photo {
        height: 120px;
    }
}

@media (max-width: 520px) {
    .nr_v2_panel,
    .nr_v2_summary {
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        box-shadow: none;
    }

    .nr_v2_panel {
        padding: 14px 0;
    }

    .nr_v2_panel h2 {
        font-size: 22px;
        margin-bottom: 16px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .nr_v2_panel > .nr_v2_rooms,
    .nr_v2_panel > .nr_v2_empty,
    .nr_v2_panel > p {
        margin-left: 10px;
        margin-right: 10px;
    }

    .nr_v2_panel > .nr_v2_grid,
    .nr_v2_panel > .nr_v2_coord_grid,
    .nr_v2_panel > .nr_v2_validation {
        margin-left: 0;
        margin-right: 0;
    }

    .nr_v2_panel > .nr_v2_validation {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nr_v2_coord_grid {
        gap: 14px 10px;
        grid-template-columns: minmax(74px, 86px) minmax(0, 1fr) minmax(0, 1fr);
    }

    .nr_v2_coord_grid > .field:nth-child(n+4),
    .nr_v2_coord_grid > .nr_v2_coord_wide {
        grid-column: 1 / -1;
    }

    .nr_v2_coord_name label {
        font-size: 15px !important;
        white-space: nowrap;
    }

    .nr_v2_coord_firstname .nr_v2_label_spacer {
        display: block;
        visibility: hidden;
    }

    .nr_v2_panel > .nr_v2_actions_top + .nr_v2_rooms {
        margin-left: 10px;
        margin-right: 10px;
    }

    .nr_v2_actions_top {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nr_v2_summary {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nr_v2_details_block {
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 14px 12px;
    }

    .nr_v2_details_block h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .nr_v2_presta_group {
        border-radius: 5px;
    }

    .nr_v2_presta {
        grid-template-columns: minmax(0, 1fr);
        padding: 12px;
    }

    .nr_v2_presta label small {
        font-size: .94em;
        line-height: 1.28;
    }

    .nr_v2_presta_img,
    .nr_v2_presta_icon {
        flex-basis: 38px;
        height: 38px;
        width: 38px;
    }

    .nr_v2_presta_step {
        height: 38px;
    }

    .nr_v2_presta_info {
        flex: 0 0 24px;
        height: 24px;
        width: 24px;
    }

    .nr_v2_presta_actions .nr_v2_presta_stepper {
        flex: 0 0 106px;
    }
}

@media (max-width: 360px) {
    .nr_v2_coord_grid {
        grid-template-columns: minmax(70px, 78px) minmax(0, 1fr) minmax(0, 1fr);
    }

    .nr_v2_presta {
        grid-template-columns: minmax(0, 1fr);
    }

    .nr_v2_presta_actions {
        justify-content: flex-end;
        margin-left: 48px;
    }
}
