.trip-selection,
  .trip-selection *,
  .trip-selection *::before,
  .trip-selection *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }

  .hidden {
	visibility: hidden !important;
	display: none !important;
  }

  .clr-blue {
	color: #0672ff !important;
  }

  .filter-white {
	filter: brightness(0) invert(1);
  }

  .f-base {
	font-size: 16px !important;
  }

  .bold {
	font-weight: bold !important;
  }

  .btn {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	box-shadow: inset 2px 2px 0px hsla(0, 0%, 100%, 0.161);
	cursor: pointer;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
  }
  .btn__book {
	background: #158b3e;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	font-size: 20px;
	padding: 15px 25px;
	width: fit-content;
	border: 1px solid #020202;
	box-shadow: none;
  }
  .btn__white {
	background: #fff;
	font-size: 14px;
	border: 1px solid #dbdbdb;
  }

  a:is(.btn__white) {
	text-decoration: underline;
  }

  .btn:disabled {
	opacity: 0.3;
	pointer-events: none;
  }

  .card {
	width: 100%;
	min-height: 70px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px;
	margin-bottom: 5px;
	background: #ffffff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1019607843);
	border-radius: 5px;
  }

 .trip-selection {
        display: flex;
        flex-direction: column;
        gap: 5px;
        color: #343434;

        h1,
        h2,
        h3,
        h4 {
          font-weight: bold;
        }
      }

  .trip-selection--header,
      .trip-selection--trip {
        grid-template-columns:
          130px 130px
          90px minmax(max-content, 1fr) 150px fit-content(100px);

        @media (max-width: 1300px) {
          > div:nth-child(3) {
            display: none;
          }

          grid-template-columns:
            130px 130px
            minmax(max-content, 1fr) 150px fit-content(100px);
        }

        @media (max-width: 1200px) {
          > div:nth-child(3) {
            display: block;
          }

          grid-template-columns:
            130px 130px
            90px minmax(max-content, 1fr) 150px fit-content(100px);
        }

        @media (max-width: 880px) {
          > div:nth-child(3) {
            display: none;
          }

          grid-template-columns:
            130px 130px
            minmax(max-content, 1fr) 150px fit-content(100px);
        }
      }

  .trip-selection--header {
	display: grid;
	gap: 10px;
	align-items: center;
	padding: 0 20px;
	line-height: 1.2;
  }

  .trip-selection--row {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 1px solid #cecece;
	border-radius: 5px;
	overflow: hidden;
		margin-bottom: 5px;
  }

  .trip-selection--row:not(.expanded):hover {
	background: #f9f9f9;
	border-color: #868686;

	.trip-selection--expand-btn {
	  border-color: #868686;
	}

	.trip-promo--wrap {
	  text-decoration: underline;
	}
  }

      .trip-selection--row.expanded {
        box-shadow: 0px 3px 10px #0000001a;
        margin-bottom: 10px;

        .trip-selection--trip {
          background: #f9f9f9;
        }

        .trip-selection--expand-btn {
          opacity: 0.5;
        }
      }

      .trip-selection--expand-btn {
        font-weight: bold;
        text-transform: capitalize;
        min-width: 90px;
        padding: 0 5px;
      }
      .trip-selection--trip {
        display: grid;
        gap: 10px;
        align-items: center;
        width: 100%;
        min-height: 70px;
        padding: 5px 20px;
        cursor: pointer;

        .trip-day {
          font-size: 14px;
          line-height: 1;
        }

        .trip-date {
          font-size: 16px;
          line-height: 1;
        }

        div:has(.trip-day) {
          display: flex;
          flex-direction: column;
          gap: 5px;
        }

        .occupancy-badge {
          max-width: 90px;
          width: 100%;
          display: inline-flex;
          align-items: center;
          justify-content: space-between;
          gap: 3px;
          flex-shrink: 0;
          flex-grow: 1;
          padding: 0 5px;
          border-radius: 5px;
          background: #fff;
          font-size: 13px;
          border: 1px solid #cecece;
          font-size: 14px;
          height: 30px;

          .occupancy-badge--icon {
            height: 18px;
          }
        }
      }


  .trip-promo--wrap {
	height: 30px;
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 5px;
	background: #0672ff;
	color: #fff;
	padding: 0 10px;
	border-radius: 5px;
	font-size: 12px;

	img {
	  height: 16px;
	}
  }

  .trip-price {
	text-align: right;
	font-size: 20px;
	font-weight: bold;
  }

  .trip-selection--info {
	width: 100%;
	position: relative;
	border-top: 1px solid #cecece;
	padding: 20px;
	display: none;

	.wrap {
	  display: flex;
	  justify-content: space-between;
	  gap: 20px;
	}

	        .trip-promos--title {
          font-size: 14px;
          color: #0672ff;
          margin-bottom: 10px;
          line-height: 1;
        }

        .trip-promos--list {
          list-style: none;
          padding-left: 0;
          display: grid;
          gap: 10px;
          font-size: 14px;

          ul {
            list-style-type: none;

            li {
              padding: 0;
            }
          }

          li {
            padding-left: 22px;
            position: relative;
            line-height: 18px;

            h3 {
              font-size: 16px;
              padding-top: 4px;
            }

            p {
              font-size: 14px;
            }
          }

          > li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 5px;
            width: 16px;
            height: 16px;
            background-image: url('./assets/images/icons/sell-blue.svg');
            background-size: contain;
            background-repeat: no-repeat;
          }

          .question::before {
            background-image: url('./assets/images/icons/icon-help.svg');
          }
        }

	.trip-cta {
	  border: 1px solid #cecece;
	  background: #f9f9f9;
	  border: 1px solid #cecece;
	  border-radius: 5px;
	  padding: 20px;
	  text-align: center;
	  height: max-content;

	  .trip-cta--total {
		font-size: 16px;
		line-height: 1;
	  }

	  .trip-cta--subtitle {
		font-size: 14px;
		line-height: 1;
		margin: 5px 0 10px;
	  }

	  .trip-cta--price {
		font-size: 24px;
		line-height: 1;
		font-weight: bold;
	  }

	  .btn-wrap {
		display: flex;
		gap: 10px;
		justify-content: center;
		margin-top: 15px;

		.btn {
		  width: 140px;
		  font-size: 18px;
		  font-weight: bold;
		}

		.btn__white {
		  border-color: #cecece;

		  &:hover {
			text-decoration: underline;
		  }
		}
	  }
	}
  }

  .trip-selection--row.expanded .trip-selection--info {
	display: block;
  }

  .trip-selection--view-more:hover {
	text-decoration: underline;
	background: #f9f9f9;
	border-color: #868686;
					  }
					  
					  
					  
			
.hackForceMatchBookStyle{
    --f-spinner-width: 36px;
    --f-spinner-height: 36px;
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
    --f-spinner-stroke: 2.75;
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-hover-bg: #e0e0e0;
    --f-button-active-bg: #d0d0d0;
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --f-button-svg-disabled-opacity: 0.65;
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font: 12px/18px arial;
    line-height: 24px;
    text-align: center;
    font-style: inherit;
    outline: 0;
    margin: 0;
    box-sizing: border-box;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    background: #158b3e;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    padding: 15px 25px;
    border: 1px solid #020202;
    box-shadow: none;
    width: 140px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
