element.style {
    display: flex;
    flex-wrap: wrap;
}



.brownsfancruise-pricing-table > div {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
}

.brownsfancruise-pricing-table > div.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}

/* Start Guest Tabs & Heading CSS Here */
.guest-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
	margin-bottom: 50px;
}
.guest-tabs__item {
    display: inline-flex;
}
.guest-tabs__link {
    border: 1px solid #A5ACAF;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #000000 !important;
    background: #A5ACAF;
    padding: 19px 60px;
    border-radius: 8px;
}
.guest-tabs__link:hover {
    /* background: #000000; */
    /* color: #FFFFFF !important; */
}
.guest-tabs__link.active {
    background: #EEAD1E;
    color: #000000 !important;
	border-color: #EEAD1E;
}
.cabin-selection {
    margin: 40px 0;
	display: none;
}
.cabin-selection__subheading {
    font-size: 36px;
    font-weight: 600;
    line-height: 43.57px;
    text-align: center;
    color: #343A40;
}
.cabin-button-wrapper{
	margin: 40px 0;
	text-align: center;
}
.cabin-button-wrapper .elementor-button {
    background-color: #EEAD1E !important;
    font-family: "Arial", Sans-serif !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    fill: #000000 !important;
    color: #000000 !important;
}
/* End Guest Tabs & Heading CSS Here */

/* Start Pricing List CSS Here */
.stlrs-occupancy-subheading {
    font-size: 24px;
    font-weight: 500;
    line-height: 29.05px;
    text-align: left;
    color: #343A40;
    margin: 0 0 20px;
}
.stlrs-pricing-container {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
    border-radius: 8px;
    padding: 35px;
    background: #F1F2F2;
}
.strls-slider-container {
    flex: 0 0 auto;
    width: calc(82% - 7.5px);
}

.stlrs-pricing-info-btn-wrapper {
    flex: 0 0 auto;
    width: calc(18% - 7.5px);
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
	align-items: center;
}

.strls-slider-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.stlrs-img-wrapper-slider {
    flex: 0 0 auto;
    width: 340px;
}
.stlrs-img-wrapper-slider .slick-slide img {
    width: 340px;
    height: 260px;
    border-radius: 12px;
    object-fit: fill;
}
.stlrs-img-wrapper-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.stlrs-img-wrapper-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0;
}

.stlrs-img-wrapper-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
}

.stlrs-img-wrapper-slider .slick-dots li button::before {
    font-size: 40px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    color: #D9D9D9 !important;
    opacity: 1 !important;
}

.stlrs-img-wrapper-slider .slick-dots li.slick-active button::before {
    color: #959595 !important;
}
.stlrs-pricing-info {
    flex: 0 0 auto;
    width: calc(100% - 370px);
}
.stlrs-pricing-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 29.05px;
    text-align: left;
    color: #343A40;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.stlrs-highlight-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 29.05px;
    text-align: left;
    color: var( --e-global-color-7de4dbc );
	color:#FFFFFF;
    text-transform: inherit;
    margin: 0;
    background: var(--e-global-color-730b972);
    padding: 0 5px;
    width: max-content;
}
.stlrs-short-desc {
    margin: 15px 0
}
.stlrs-short-desc ol {
    padding: 0;
    margin-left: 0;
    list-style: none;
}
.stlrs-short-desc ol li {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #343A40;
}
.stlrs-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stlrs-features > p {
    font-size: 16px;
    margin-bottom: 0;
}

.stlrs-features > p img {
    border-radius: 0;
    width: 25px;
}

.stlrs-features > p span {
    font-size: 16px;
}
.stlrs-pricing-btn {
    font-size: 15px;
    font-weight: 700;
	text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding: 12px 16px 12px 16px;
    border-radius: 30px;
    color: #000000 !important;
    border: 1px solid var(--e-global-color-730b972);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-bottom: 0;
    max-width: 216px;
    color: #fff; !important;
    background: var(--e-global-color-730b972);
    border-color: var(--e-global-color-730b972);
	position: relative;
}
.stlrs-pricing-btn:hover {
    /* color: #000000 !important; */
    /* background: #fff; */
    /* border-color: #000000; */
}
.stlrs-pricing-btn:hover svg path {
    /* stroke: #000000; */
    /* fill: #000000; */
}
.stlrs-pricing-btn::before{
	content: "";
  background-image: url('http://dev.steelersfancruise.com/wp-content/uploads/2022/11/Steelers-Primary-Logo-1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5rem; /* Default image size */
  height: 1.5rem; /* Default image size */
  margin-right: 0.3rem; /* Space between image and text */
}
.stlrs-sold-out {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    padding: 12px 22px 12px 22px;
    border-radius: 6px;
    color: #FFFFFF;
    background: var(--e-global-color-730b972);;
    border: 1px solid transparent;
    max-width: 130px;
}
.stlrs-pricing {
    color: #EEAD1E;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin-bottom: 0;
}
.strls-strike-price {
    text-decoration: line-through;
    color: #000;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0;
}
.stlrs-notes {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #343a40;
    margin-bottom: 0;
    text-align: center;
}

.stlrs-img-wrapper-slider .slick-arrow {
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    padding: 0;
    border: 0;
    background: #000000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	z-index: 1;
}
.stlrs-img-wrapper-slider .slick-arrow:hover {
    background: #f0b03e;
}
.stlrs-img-wrapper-slider .slick-arrow:focus{
	background: #f0b03e;
}
.stlrs-img-wrapper-slider .slick-arrow::before{
	display: none;
}
.stlrs-img-wrapper-slider .slick-prev {
    left: 15px;
}
.stlrs-img-wrapper-slider .slick-prev::after {
    content: '';
    background-image: url('https://dev.steelersfancruise.com/wp-content/uploads/2025/02/s-prev-icon.png');
    background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
         width: 15px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.stlrs-img-wrapper-slider .slick-next {
    right: 15px;
}
.stlrs-img-wrapper-slider .slick-next::after {
    content: '';
    background-image: url('https://dev.steelersfancruise.com/wp-content/uploads/2025/02/s-next-icon.png');
    background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
         width: 15px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* End Pricing List CSS Here */

/* Start Responsive CSS Here */
@media only screen and (max-width: 1199px){
    .stlrs-pricing-btn {
        order: 2;
    }
    .stlrs-notes {
        order: 3;
    }
	.stlrs-pricing{
		max-width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px){
    .guest-tabs{
        justify-content: center;
        gap: 12px;
    }
    .guest-tabs__link {
        padding: 15px 30px;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        text-align: center;
    }
    .stlrs-pricing-container {
        flex-direction: column;
        gap: 50px;
    }

    .strls-slider-container {
        width: 100%;
    }

    .strls-slider-wrapper {
        gap: 20px;
    }

    .stlrs-img-wrapper-slider {
        width: 200px;
    }

    .stlrs-pricing-info {
        width: calc(100% - 220px);
    }

    .stlrs-img-wrapper-slider .slick-slide img {
        width: 200px;
        height: 200px;
        object-fit: fill;
    }

    .stlrs-pricing-info-btn-wrapper {
        width: 100%;
    }
    .stlrs-pricing-info-btn-wrapper {
        width: 100%;
        align-items: center;
    }
    .stlrs-pricing-btn{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px){
    .guest-tabs{
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
    }
    .guest-tabs__link {
        padding: 10px 15px;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        text-align: center;
    }
    .stlrs-pricing-container {
        flex-direction: column;
        gap: 50px;
		padding: 20px;
    }

    .strls-slider-container {
        width: 100%;
    }

    .strls-slider-wrapper {
        gap: 20px;
    }

    .stlrs-img-wrapper-slider {
        width: 200px;
    }

    .stlrs-pricing-info {
        width: calc(100% - 220px);
    }

    .stlrs-img-wrapper-slider .slick-slide img {
        width: 200px;
        height: 200px;
        object-fit: fill;
    }

    .stlrs-pricing-info-btn-wrapper {
        width: 100%;
        align-items: center;
    }
    .stlrs-pricing-btn{
        margin-bottom: 0;
    }
    .stlrs-pricing-title {
        font-size: 22px;
        line-height: 26px;
    }

    .stlrs-highlight-title {
        font-size: 20px;
        line-height: 26px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .guest-tabs{
        justify-content: center;
    }
}
@media only screen and (max-width: 575px){
    .strls-slider-wrapper {
        flex-direction: column;
    }
    .stlrs-img-wrapper-slider {
        width: 100%;
    }
    .stlrs-img-wrapper-slider .slick-slide img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }
    .stlrs-pricing-info {
        width: 100%;
    }
}
/* End Responsive CSS Here */

.stlrs-features > p {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.stlrs-choose-my-cabin {padding-bottom: 30px;}