/* Fonts */
@font-face {
  font-family: "Powerhouse Filar";
  src: url("https://ui.powerhouse.com.au/fonts/PowerhouseFilar-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Powerhouse Filar";
  src: url("https://ui.powerhouse.com.au/fonts/PowerhouseFilar-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Powerhouse Filar";
  src: url("https://ui.powerhouse.com.au/fonts/PowerhouseFilar-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Powerhouse Filar";
  src: url("https://ui.powerhouse.com.au/fonts/PowerhouseFilar-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Powerhouse Punctum 119";
  src: url("https://ui.powerhouse.com.au/fonts/Powerhouse-Punctum-119.woff2") format("woff2");
}
@font-face {
  font-family: "Powerhouse Punctum 115";
  src: url("https://ui.powerhouse.com.au/fonts/Powerhouse-Punctum-115.woff2") format("woff2");
}
@font-face {
  font-family: "Powerhouse Punctum 915";
  src: url("https://ui.powerhouse.com.au/fonts/Powerhouse-Punctum-915.woff2") format("woff2");
}
/* Vars */
/* Image container */
/* Form */
/* Text link */
/* Subheading */
/* Text */
/* Button */
/* Radio */
/* Checkbox */
/* Select */
/* Textarea */
/* Label */
/* Input */
/* Time */
/* Input action */
/* Heading */
.tn-package-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.tn-prod-list-item--package {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  grid-template-rows: auto;
}
@media (min-width: 768px) {
  .tn-prod-list-item--package {
    grid-template-columns: 320px auto;
    grid-column-gap: 24px;
  }
}
@media (min-width: 1024px) {
  .tn-prod-list-item--package {
    grid-template-columns: 384px auto;
  }
}

.tn-prod-list-item--package .tn-prod-list-item__property--img-container {
  grid-row: 1/4;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .tn-prod-list-item--package .tn-prod-list-item__property--img-container {
    margin: 0;
  }
}

.tn-package-list-item__details {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .tn-package-list-item__details {
    width: fit-content;
  }
}

.tn-package-list-item__details-link-wrapper {
  margin: 0;
}
.tn-package-list-item__details-link-wrapper a {
  background-color: transparent !important;
  min-height: auto;
  border-radius: 0;
  margin: 0;
  width: auto;
  outline: none !important;
  box-shadow: none !important;
  padding-top: 0;
  padding-bottom: 0;
  flex-shrink: 0;
  font-weight: 400;
}
.tn-package-list-item__details-link-wrapper a svg {
  display: none;
}
.tn-package-list-item__details-link-wrapper a {
  transition-property: color, background-color, opacity;
  display: flex;
  height: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  color: black !important;
  text-transform: uppercase;
  border: 1px solid black !important;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .tn-package-list-item__details-link-wrapper a:hover {
    background-color: black !important;
    color: white !important;
  }
}
.tn-package-list-item__details-link-wrapper a:not(.disabled):focus, .tn-package-list-item__details-link-wrapper a.active {
  background-color: black !important;
  color: white !important;
}
.tn-package-list-item__details-link-wrapper a:active, .tn-package-list-item__details-link-wrapper a:disabled, .tn-package-list-item__details-link-wrapper a.disabled, .tn-package-list-item__details-link-wrapper a.active {
  opacity: 50%;
}
.tn-package-list-item__details-link-wrapper a:disabled, .tn-package-list-item__details-link-wrapper a.disabled, .tn-package-list-item__details-link-wrapper a.active {
  pointer-events: none;
}
.tn-package-list-item__details-link-wrapper a:focus-visible {
  outline: 2px solid #d4d4d4 !important;
  outline-offset: 2px;
}
.tn-package-list-item__details-link-wrapper a {
  /* Primary */
  /* Primary/Inverted */
  /* Icons */
  /* Time */
  /* Icon only */
  /* Selected */
}

/* Fixed */
.tn-package-detail__heading-container {
  margin: 0;
}

.tn-package-detail__perf-list--fixed-package {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: none;
  background-color: #f5f5f5;
  padding: 12px;
}
@media (min-width: 768px) {
  .tn-package-detail__perf-list--fixed-package {
    gap: 12px;
  }
}
.tn-package-detail__perf-list--fixed-package:not(:has(*)) {
  display: none;
}

.tn-package-perf--fixed-package {
  margin: 0;
  border: none;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .tn-package-perf--fixed-package {
    flex-direction: row;
    align-items: center;
  }
}

.tn-package-perf__property {
  padding: 0;
}

.tn-package-perf__property--datetime {
  /* Reset */
  padding: 0;
  margin: 0;
  font-weight: 400;
  /* Apply */
  font-family: "Powerhouse Punctum 119", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: black;
  text-transform: uppercase;
  /* Secondary */
  /* Tertiary */
  flex: 1;
  background-color: transparent;
  display: block;
}

.tn-package-perf__property--title {
  /* Reset */
  margin: 0;
  font-style: normal;
  /* Apply */
  font-size: 16px;
  line-height: 24px;
  color: black;
  /* Secondary */
  /* Tertiary */
  font-weight: 700;
  text-transform: uppercase;
  flex: 1;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .tn-package-perf__property--title {
    padding-right: 0;
  }
}

.tn-package-perf__property--btn-more-info {
  padding: 0;
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .tn-package-perf__property--btn-more-info {
    position: static;
  }
}

.tn-package-perf__btn-more-info {
  background-color: transparent !important;
  min-height: auto;
  border-radius: 0;
  margin: 0;
  width: auto;
  outline: none !important;
  box-shadow: none !important;
  padding-top: 0;
  padding-bottom: 0;
  flex-shrink: 0;
  font-weight: 400;
}
.tn-package-perf__btn-more-info svg {
  display: none;
}
.tn-package-perf__btn-more-info {
  transition-property: color, background-color, opacity;
  display: flex;
  height: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  color: black !important;
  text-transform: uppercase;
  border: 1px solid black !important;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .tn-package-perf__btn-more-info:hover {
    background-color: black !important;
    color: white !important;
  }
}
.tn-package-perf__btn-more-info:not(.disabled):focus, .tn-package-perf__btn-more-info.active {
  background-color: black !important;
  color: white !important;
}
.tn-package-perf__btn-more-info:active, .tn-package-perf__btn-more-info:disabled, .tn-package-perf__btn-more-info.disabled, .tn-package-perf__btn-more-info.active {
  opacity: 50%;
}
.tn-package-perf__btn-more-info:disabled, .tn-package-perf__btn-more-info.disabled, .tn-package-perf__btn-more-info.active {
  pointer-events: none;
}
.tn-package-perf__btn-more-info:focus-visible {
  outline: 2px solid #d4d4d4 !important;
  outline-offset: 2px;
}
.tn-package-perf__btn-more-info {
  /* Primary */
  /* Primary/Inverted */
  /* Icons */
}
.tn-package-perf__btn-more-info::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-image: url("https://book-theme.powerhouse.com.au/icons/info.svg");
}
.tn-package-perf__btn-more-info {
  /* Time */
  /* Icon only */
  width: 32px;
  padding: 0;
  background-color: transparent !important;
  color: black !important;
  border: none !important;
}
@media (hover: hover) {
  .tn-package-perf__btn-more-info:hover {
    background-color: transparent !important;
    color: #a1a1a1 !important;
  }
}
.tn-package-perf__btn-more-info:not(.disabled):focus, .tn-package-perf__btn-more-info.active {
  background-color: transparent !important;
  color: #a1a1a1 !important;
}
.tn-package-perf__btn-more-info::before {
  width: 28px;
  height: 28px;
}
.tn-package-perf__btn-more-info {
  /* Selected */
}

#tn-fixed-package-detail-form {
  margin-top: 24px;
}

.tn-package-detail__unavailable-text {
  /* Reset */
  margin: 0;
  font-style: normal;
  /* Apply */
  font-size: 16px;
  line-height: 24px;
  color: black;
  /* Secondary */
  /* Tertiary */
  margin-top: 24px;
  font-weight: 700;
}

.tn-package-perf-details__image-wrapper {
  margin-bottom: 0;
}
