/* Grid layout for 4 columns per row */
.pelican_unit_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 0px;
}

/* Styling for the unit wrapper */
.pelican_unit_wrapper {
  position: relative;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 200px;
}

.pelican_unit_wrapper:hover {
  transform: scale(1.05);
}

/* Link to each unit */
.pelican_unit {
  display: block;
  text-decoration: none;
  color: black;
}

/* Flexbox layout: unit details on the left, image on the right */
.pelican_unit .inner {
  display: flex;
  justify-content: space-between;
  padding: 0px 10px 0px 10px;
  align-items: center;
  height: 166px;
}

/* Unit details on the left */
.pelican_unit .unit-details {
  flex-grow: 1;
  /*margin-right: 10px;*/
}

/* Unit image on the right */
.pelican_unit .unit-image {
  width: 160px;
  height: 150px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;  
  /*
  width: 50%;
  height: auto;
  text-align: right;
  float: right;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: center;
  align-items: stretch;
  height: 150px;
  */
}

.pelican_unit .unit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;  
  /*
  max-width: 100%;
  height: auto;
  */
}

/* Unit size and details */
.pelican_unit .unitsize {
  font-size: 2rem;
  font-weight: bold;
}

.pelican_unit .unitprice {
  font-size: 1rem;
  margin-top: 10px;
  font-weight: bold;
}

.pelican_unit .extra_info {
  font-size: 14px;
  margin-top: 5px;
}


.pelican_unit .unitprice del {
  color: #888;
  margin-left: 10px;
}

.pelican_unit .unit-badge .discount {
  background-color: #f07e02;
  color: white;
  padding: 5px 10px;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 5px 5px 0px 0px;
  /*margin-bottom: 10px;  */
}

.pelican_unit .unit-badge .sold_out {
  background-color: grey;
  color: white;
  padding: 5px 10px;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 5px 5px 0px 0px;
  margin-bottom: 10px;  
}

/* Responsive Design: Adjust grid for smaller screens */
@media (max-width: 1200px) {
  .pelican_unit_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .pelican_unit_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .pelican_unit_list {
    grid-template-columns: 1fr;
  }
}



.pelican_unit_wrapper_location_page .units a {
  color: #2a2a2a;
}

.pelican_unit_wrapper_location_page .unit.available {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px;
  transition: .2s;
  position: relative;
}

.pelican_unit_wrapper_location_page .unit.available:hover {
  background-color: #f0f0f0; /* Example: Change background color on hover */
  transform: scale(1.05); /* Example: Slightly enlarge the div on hover */
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2); /* Example: Add shadow on hover */
}

.pelican_unit_wrapper_location_page .unit .size {
  width: 128px;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.pelican_unit_wrapper_location_page .unit .size span {
  font-size: 17px;
}
.pelican_unit_wrapper_location_page .unit .size em {
  font-size: 0.6em;
  display: block;
  padding-top: 0.25em;
  color: #888888;
  line-height: 140%;
  font-style:normal;
}
.pelican_unit_wrapper_location_page .unit .size span sup {
  font-size: 16px;
  vertical-align: baseline;
}

.pelican_unit_wrapper_location_page .unit .price.intro {
  color: #f07e02;
}

.pelican_unit_wrapper_location_page .unit .price {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  width: 30%;
  padding: 0.5em 0;
  color: #2a2a2a;
}

.pelican_unit_wrapper_location_page .unit .price span {
  display: block;
  line-height: 14px;
  font-size: 14px;
  font-weight: 400;
}

.pelican_unit_wrapper_location_page .unit .price em {
font-size: 22px;
font-weight: 700;
line-height: 38px;
font-style: normal;
}

.pelican_unit_wrapper_location_page .unit .price em.limited-or-soldout {
  font-size: 18px !important;
  line-height: 30px !important;
}

.pelican_unit_wrapper_location_page .unit::after {
  color: rgba(42, 42, 42, 0.7);
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  content: "";
  font-size: 40px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px;
}

.pelican_unit_wrapper_location_page.sold-out {
  padding-top: 0.35em;
  padding-bottom: 0.65em;
  color: #999;
}

.pelican_unit_wrapper_location_page a.pelican_unit.sold-out {
  color: #999;
}

.pelican_unit_wrapper_location_page.sold-out .unit .intro.price {
  color: #999;
}

.pelican_unit_wrapper_location_page.sold-out .unit .regular.price {
  color: #999;
}

span.bold-text.toggle-text::after {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    content: "\f078"; /* Downward caret */
    font-weight: 400;
    font-size: 12px;
    vertical-align: middle;
    margin: -3px 0px 0px 7px; /* Adjust spacing */
    transition: transform 0.3s ease; /* Smooth transition */
}

span.bold-text.toggle-text.active::after {
    content: "\f077"; /* Upward caret */
}

@media (max-width: 991px) {
  .pelican_unit_wrapper_location_page .unit .price.intro {
    display: none !important;
  }
  
  .page_unit_list_b2b .pelican_unit_wrapper_location_page .unit .price.intro {
    /*display: block !important;*/
    display: none !important;
  }
  .page_unit_list_b2b .pelican_unit_wrapper_location_page .unit .price.regular {
    /*display: none !important;*/
    display: block !important;
    
  }

  .pelican_unit_wrapper_location_page .unit[data-discount-rate="100"] .price.intro {
    display: block !important;
  }
  .pelican_unit_wrapper_location_page .unit[data-discount-rate="100"] .price.regular {
    display: none !important;
  }
  
}
  



.booking-bookingtype .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70em;
    max-width: 100%;
    margin: 1em auto;
}

@media(max-width: 991px) {
     .booking-bookingtype .buttons {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 0 auto
    }
}

.booking-bookingtype .buttons a.btn {
    width: 100%;
    max-width: 20em;
    border-radius:2em;
    font-size: 1em;
}

.booking-bookingtype .buttons .usps {
    width: 16em;
    text-align: left;
    margin: auto;
    padding-top: 1.5rem;
    font-size: .9em;
    line-height: 140%
}

.booking-bookingtype .buttons .usps .item {
    margin-bottom: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #888
}

.booking-bookingtype .buttons .usps .item:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    width: 1.5em;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.booking-bookingtype .buttons .usps .item.clock:before {
    content: ""
}

.booking-bookingtype .buttons .usps .item.personboard:before {
    content: ""
}

.booking-bookingtype .buttons .usps .item.check:before {
    content: ""
}

.booking-bookingtype .buttons>div {
    width: 50%;
    padding: 3em 1em 1em
}

@media(max-width: 991px) {
    .booking-bookingtype .buttons>div {
        width:100%
    }
}

.booking-bookingtype .buttons>div .btn.orange {
    border: 2px solid #f07e02;
}

.booking-bookingtype .buttons>div .btn.green {
    border: 2px solid #5fbf00;
    background-color: #5fbf00;
}                  

.booking-bookingtype .buttons>div:first-child {
    border-right: 1px solid #c9c8c8
}

@media(max-width: 991px) {
     .booking-bookingtype .buttons>div:first-child {
        border-right:0;
        border-top: 1px solid #c9c8c8
    }
}

/* Top Bar */
.topbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.phone{
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  white-space: nowrap;
}
.phone a{
  color: #111827;
  font-weight: 800;
  text-decoration: none;
}
.phone a:hover{ text-decoration: underline; }

/* Header Section */
.header-section {
    margin-bottom: 24px;
    text-align: left; /* Eller center afhængig af design */
}
.header-section h1{
  margin: 0 0 8px 0;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -.02em;
}
.header-section .sub{
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
  color: #374151;
}
/* Responsiv */
@media (max-width: 980px){
  .phone{ display: none; }
  .header-section h1{ font-size: 34px; }
}

/* Right Column Specifics */
.right-col {
    display: flex;
    flex-direction: column;
    gap: 10px; 
}

.side h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.01em;
    color: #111827;
}

/* Checklister */
.checklist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.checklist li {
    position: relative;
    padding-left: 26px;
    margin: 12px 0;
    color: #111827;
    font-weight: 500;
    line-height: 1.35;
    font-size: 16px;
}
.checklist li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #0F5D4C;
    font-weight: 900;
}

/* Upsell Card */
.upsell .kicker {
    margin: 0 0 8px 0;
    font-size: 20px;
    font-weight: 800;
    color: #0F5D4C;
}
.upsell .big {
    margin: 0 0 8px 0;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -.01em;
    line-height: 1.15;
    color: #111827;
}
.upsell .sub {
    margin: 0 0 16px 0;
    font-size: 14px;
    color: #374151;
    font-weight: 500;
}
.btn-green-ghost {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    border-radius: 999px;
    background: transparent;
    color: #0F5D4C;
    border: 2px solid #0F5D4C;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
}
.btn-green-ghost:hover {
    background: #f0fdf9;
    color: #0b4639;
    border-color: #0b4639;
}

/* Map Card */
.map {
    overflow: hidden;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #E7E9EC;
}
.map iframe {
    display: block;
    border: 0;
}
.loc {
    padding: 16px 20px;
    text-align: left;
}
.loc .title {
    margin: 0 0 6px 0;
    font-weight: 800;
    color: #111827;
    font-size: 16px;
}
.loc p, .loc .address-lines {
    margin: 0;
    font-size: 16px;
    color: #374151;
    font-weight: 500;
    line-height: 1.5;
}
.loc a { 
    color: inherit; 
    font-weight: 700; 
    text-decoration: none; 
}
.loc a:hover { text-decoration: underline; }

/* Empty unit list message */
.location-storage-units__empty {
  font-size: 15px;
  color: #909090;
  padding: 16px 0;
  margin: 0;
}

/* ── Grid layout ── */

.results-locations__units-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

@media screen and (max-width: 1023.5px) {
  .results-locations__units-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767.5px) {
  .results-locations__units-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.results-locations__units-grid .results-locations__unit-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
}

.results-locations__units-grid .results-locations__unit-card--featured {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.results-locations__units-grid .results-locations__unit-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  border-radius: inherit;
  pointer-events: none;
  z-index: 50;
  transition: border-color 0.2s ease;
}

.results-locations__units-grid .results-locations__unit-card:hover::after,
.results-locations__units-grid .results-locations__unit-card:focus-within::after {
  border-color: #f07e02;
}

.results-locations__units-grid .results-locations__unit-media {
  aspect-ratio: 1 / 0.5;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .results-locations__units-grid .results-locations__unit-media {
    aspect-ratio: 1 / 1;
  }
}

.results-locations__units-grid .results-locations__unit-media .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.results-locations__units-grid .results-locations__unit-media .image-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.results-locations__units-grid .results-locations__unit-media .image-wrapper img[src$=".svg"] {
  max-width: 50%;
  max-height: 50%;
  padding: 10%;
  opacity: 0.3;
}

.results-locations__units-grid .results-locations__unit-content {
  position: relative;
  z-index: 2;
  padding: 14px 64px 14px 14px;
  min-height: 64px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.results-locations__units-grid .results-locations__unit-card.location-storage-units__card--unavailable .results-locations__unit-content {
  padding-right: 14px;
}

.results-locations__units-grid .results-locations__unit-action {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 60;
}

.results-locations__units-grid .results-locations__unit-copy {
  flex: 0 0 auto;
}

.results-locations__units-grid .results-locations__unit-pricing {
  flex: 1 1 auto;
  text-align: right;
}

.results-locations__units-grid .results-locations__unit-pricing strong,
.results-locations__units-grid .results-locations__unit-pricing p {
  white-space: nowrap;
}

/* ── Swiper layout ── */

.location-storage-units {
  margin-top: 64px;
}

.location-storage-units__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.location-storage-units__title {
  margin: 0;
}

.location-storage-units__controls {
  display: none;
  gap: 10px;
  flex: 0 0 auto;
}

.location-storage-units.is-slider-ready .location-storage-units__controls {
  display: flex;
}

.location-storage-units__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 6px !important;
  line-height: 0;
  font-size: 0;
  border-radius: 50%;
  border: 1.25px solid #bcbcbc !important;
  background: transparent !important;
  color: #a6a6a6 !important;
  box-shadow: none !important;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.location-storage-units__control svg {
  display: block;
  flex: 0 0 16px;
  min-width: 16px;
  width: 16px;
  height: 16px;
  fill: none;
  overflow: visible;
}

.location-storage-units__control path {
  fill: none;
  stroke: currentcolor;
}

.location-storage-units__control:hover,
.location-storage-units__control:focus-visible,
.location-storage-units__control:active {
  border-color: #bcbcbc !important;
  color: #a6a6a6 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none;
  opacity: 0.75;
}

.location-storage-units__control.swiper-button-disabled {
  opacity: 1;
  color: #a6a6a6 !important;
  cursor: not-allowed;
  pointer-events: none;
}

.location-storage-units__slider {
  overflow: hidden;
}

.location-storage-units__list {
  display: flex;
  align-items: stretch;
}

.location-storage-units__slide {
  width: calc((100% - 72px) / 4) !important;
  min-width: 0;
  height: auto;
}

.location-storage-units .location-storage-units__slide.swiper-slide {
  width: calc((100% - 72px) / 4) !important;
}

.location-storage-units .results-locations__unit-card--featured {
  height: 100%;
}

.location-storage-units .results-locations__unit-content {
  align-items: flex-start;
}

/* Sold-out card */
.location-storage-units__card--unavailable {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 10px;
}

.location-storage-units__card--unavailable .results-locations__unit-media {
  margin-bottom: 8px;
}

.location-storage-units__card--unavailable .results-locations__unit-media img {
  opacity: 0.3;
}

.location-storage-units__card--unavailable .results-locations__unit-copy strong,
.location-storage-units__card--unavailable .results-locations__unit-copy p {
  color: #909090;
}

.location-storage-units__card--unavailable .results-locations__unit-pricing strong {
  text-transform: uppercase;
  color: #161818;
}

.location-storage-units__card--unavailable .results-locations__unit-pricing .btn--simple {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f07e02 !important;
  text-decoration: none !important;
}

.location-storage-units__card--unavailable .results-locations__unit-pricing .btn--simple .results-sizes__contact-icon {
  display: block;
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
}

.location-storage-units__card--unavailable .results-locations__unit-pricing .btn--simple:hover,
.location-storage-units__card--unavailable .results-locations__unit-pricing .btn--simple:focus-visible {
  color: #161818 !important;
  text-decoration: none !important;
}

.location-storage-units__card--unavailable .results-locations__unit-action {
  display: none;
}

/* Parking card */
.location-storage-units__card--parking .results-locations__unit-media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d2e9b4bf;
}

.location-storage-units__card--parking .results-locations__unit-media img {
  width: 72px;
  height: 72px;
  max-width: none;
  object-fit: contain;
}

/* Responsive: tablet and below (max-width: 1023.5px) */
@media screen and (max-width: 1023.5px) {
  .location-storage-units__controls {
    gap: 15px;
  }

  .location-storage-units__control {
    width: 40px;
    height: 40px;
  }

  .location-storage-units__slide {
    width: calc((100% - 32px) / 3) !important;
  }

  .location-storage-units .location-storage-units__slide.swiper-slide {
    width: calc((100% - 32px) / 3) !important;
  }
}

/* Responsive: mobile (max-width: 767.5px) */
@media screen and (max-width: 767.5px) {
  .location-storage-units__slider {
    overflow: visible;
    margin-right: -20px;
    padding-right: 20px;
  }

  .location-storage-units__slide {
    width: 100% !important;
    max-width: 100%;
    flex: 0 0 auto;
  }

  .location-storage-units .location-storage-units__slide.swiper-slide {
    width: 100% !important;
    max-width: 100%;
    flex: 0 0 auto;
  }

  .location-storage-units .location-storage-units__slide.swiper-slide:only-child {
    width: 100% !important;
    max-width: none;
    flex: 0 0 100%;
  }

  .location-storage-units .results-locations__unit-media {
    padding: 10px;
  }

  .results-locations__units-grid .results-locations__unit-media {
    padding: 10px;
  }
}

/* Type badge (Locker, Showroom, etc.) */
.results-locations__unit-type-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  padding: 2px 6px;
  border-radius: 2px;
  background: #374151;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
}

/* ── Uniform card sizing in swiper ── */

/* Card border + hover highlight */
.location-storage-units .results-locations__unit-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
}

.location-storage-units .results-locations__unit-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  border-radius: inherit;
  pointer-events: none;
  z-index: 50;
  transition: border-color 0.2s ease;
}

.location-storage-units .results-locations__unit-card:hover::after,
.location-storage-units .results-locations__unit-card:focus-within::after {
  border-color: #f07e02;
}

/* Content section below image */
.location-storage-units .results-locations__unit-content {
  position: relative;
  z-index: 2;
  padding: 12px 64px 14px 14px;
  min-height: 64px;
}

/* Sold-out cards have no action button */
.location-storage-units .results-locations__unit-card.location-storage-units__card--unavailable .results-locations__unit-content {
  padding-right: 14px;
}

/* Action arrow */
.location-storage-units .results-locations__unit-action {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 60;
}

/* Image box: wide on mobile, taller on desktop */
.location-storage-units .results-locations__unit-media {
  aspect-ratio: 1 / 0.5;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .location-storage-units .results-locations__unit-media {
    aspect-ratio: 1 / 0.75;
  }
}

/* Image wrapper fills the media box and centers its content */
.location-storage-units .results-locations__unit-media .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Image stays contained and centered */
.location-storage-units .results-locations__unit-media .image-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Placeholder SVG: constrain size and add padding */
.location-storage-units .results-locations__unit-media .image-wrapper img[src$=".svg"] {
  max-width: 75%;
  max-height: 75%;
  padding: 10%;
  opacity: 0.3;
}

/* Sold-out / "more" card: same 1:1 ratio as unit cards */
.location-storage-units .results-locations__unit-card--more {
  aspect-ratio: 1 / 0.75;
  height: auto;
  box-sizing: border-box;
}