#internal-backlink h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0;
  line-height: 1.2;
}

#internal-backlink h4 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0;
  line-height: 1.2;
}

#internal-backlink a {
  font-size: 15px;
  color: darkblue;
  margin: 0;
  padding: 0;
}

#internal-backlink .ship-row {
  margin-bottom: 20px;
}

.backlink-cruiseship {
  padding-right: 15px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.backlink-cruiseship:first-child {
  margin-top: 2px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
									supported by Chrome, Edge, Opera and Firefox */
}

.cruise_info_image {
  max-width:calc(min(600px,100%));
}

.cruise-commission-tag{
  border: orange 1px solid;
  color: darkorange;
  text-align: center;
  margin-left: auto;
  width: fit-content;
  block-size: fit-content;
  padding: 0.25em 0.75em;
  border-radius: 0.25em;
}

.cruise-commission-tag.mobile{
  background-color: darkorange;
  color: white;
  padding: 0em 0.5em;
}
#cruise-booking-section .container-2 .mdl-grid {
  
  align-items: center;
  /*display: flex;
  justify-content: center;*/
}

.choose-cabin-type .cabin-item {
  min-width: 100px;
  max-width: unset;
}

.choose-cabin-type .cabin-item.extra-cabin-price {
  /*min-width: 160px;*/
}
.choose-cabin-type .cabin-item:hover span {
  color:white;
}

.choose-cabin-type .no-cabin-price {
    justify-content: center;
    align-items: center;
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
  .choose-cabin-type .cabin-item {
    width: calc(50% - 16px) !important;
    max-width: calc(50% - 16px) !important;;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .choose-cabin-type .cabin-item {
    width: calc(50% - 16px) !important;
    max-width: calc(50% - 16px) !important;;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .choose-cabin-type .cabin-item {
    width: calc(37.5% - 40px) !important;
    max-width: calc(37.5% - 40px) !important;;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
  .choose-cabin-type .cabin-item {
    width: calc(37.5% - 42px) !important;
    max-width: calc(37.5% - 42px) !important;;
  }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .choose-cabin-type .cabin-item {
     min-width: 115px;
  }
}
