@charset "UTF-8";

:root {
    --color-white: #fff;
    --color-primary: #e88887;
    --color-primary-light: #fdeded;
    --color-primary-dark: #de8383;
    --color-secondary: #8fa89a;
    --color-secondary-light: #dceee0;
    --color-secondary-dark: #8ca396;
    --font-color: #4a3a3f;

    --margin-xl: 4.5rem;
    --margin-l: 3.5rem;
    --margin-m: 2rem;
    --margin-s: 1.5rem;
    --margin-xs: 1rem;

    --text-xl: clamp(1.25rem, 0.9552rem + 1.2577vw, 1.4583rem);
    /* 20px */
    --text-l: clamp(1.125rem, 0.8597rem + 1.1321vw, 1.3125rem);
    /* 18px */
    --text-o: clamp(1rem, 0.7641rem + 1.0065vw, 1.1667rem);
    /* 16px */
    --text-m: clamp(0.9375rem, 0.7163rem + 0.9437vw, 1.0938rem);
    /* 15px */
    --text-s: clamp(0.75rem, 0.5731rem + 0.7547vw, 0.875rem);
    /* 12px */
    --text-xs: clamp(0.6875rem, 0.5253rem + 0.6919vw, 0.8021rem);
    /* 11px */

    --fw-bold: 700;
    --fw-black: 900;

    --transition: 0.3s ease;
}

#contact-hero {
    margin-top: 0;
}

#contact-hero .contact__list div {
    color: var(--color-white);
    background-color: var(--color-primary);
}

#contact-hero .contact__list a {
    color: var(--color-white);
}

#contact-hero strong,
#contact-hero p {
    color: var(--color-primary);
}

.price__img {
    overflow-x: auto;
}

.price__img img {
    min-width: 550px;
    max-width: initial;
}

.privacy-policy li,
.privacy-info li,
.legal-notice li {
    text-indent: -1em;
    padding-left: 1em;
}

.bed__table {
    width: 100%;
}

.bed__table caption {
    text-align: left;
}

.bed__table thead th:first-child,
.bed__table tbody th:first-child {
    width: 18%;
}

.bed__table thead th:nth-child(2),
.bed__table tbody td:nth-child(2) {
    width: 11%;
    text-align: center;
}

.bed__table thead th:nth-child(3),
.bed__table tbody td:nth-child(3) {
    width: 21%;
    text-align: center;
}

.bed__table thead th:nth-child(4),
.bed__table tbody td:nth-child(4) {
    width: 50%;
    text-align: center;
}

.bed__table tbody td:nth-child(4) {
    font-size: var(--text-xs);
}

.price__room {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.price__room li {
    flex-basis: 46%;
}

.legal-notice span {
    display: block;
    text-align: right;
}