@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

.hotel-offer__container {
  display: flex; }
  @media only screen and (max-width: 600px) {
    .hotel-offer__container {
      flex-direction: column; } }

.hotel-offer__section:first-child {
  flex: 1; }

.hotel-offer__title {
  font-size: 14px;
  margin-bottom: 20px;
  color: #00438E; }

.hotel-offer__details {
  display: flex;
  margin-bottom: 20px; }

.hotel-offer__detail-title {
  width: 200px;
  font-size: 14px; }
  @media only screen and (max-width: 600px) {
    .hotel-offer__detail-title {
      width: 120px; } }

.hotel-offer__price {
  color: #00A791;
  font-size: 14px; }
  @media only screen and (max-width: 600px) {
    .hotel-offer__price {
      text-align: center;
      margin-bottom: 10px; } }

.hotel-offer__cancellations-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px; }

.hotel-offer__message {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px; }
  .hotel-offer__message::before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px; }
  .hotel-offer__message_is-non-refundable::before {
    background-image: url("../../../../../public/img/icons/hotel/non-refundable.svg"); }
  .hotel-offer__message_has-free-cancellation {
    color: #719555; }
    .hotel-offer__message_has-free-cancellation::before {
      background-image: url("../../../../../public/img/icons/hotel/check.svg"); }
  .hotel-offer__message_has-partial-cancellation::before {
    background-image: url("../../../../../public/img/icons/hotel/check-dark.svg"); }
  .hotel-offer__message_should-contact-support::before {
    background-image: url("../../../../../public/img/icons/hotel/more-information.svg"); }

.hotel-offer__disclaimer {
  font-style: italic; }
