#tub-footer {
	background: #161620;
	color: #64748b;
	padding: 40px 0 24px;
}

.tub-footer__inner {
    max-width: 1205px;
    margin: 0 auto;
    padding: 0 24px;
}

.tub-footer__top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 0.7fr 0.7fr;
    gap: 24px;
    margin-bottom: 24px;
    padding-bottom: 32px;
    border-bottom: 1px solid #232330;
}

.tub-footer__logo {
	display: block;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 14px;
}

.tub-footer__logo img {
	display: block;
	height: auto;
	max-height: 36px;
	width: auto;
	max-width: 120px;
}

.tub-footer__logo-tub {
	color: #ffffff;
}

.tub-footer__logo-hotels {
	color: #f5a524;
}

.tub-footer__tagline {
	font-size: 12.5px;
	line-height: 1.65;
	margin: 0 0 20px !important;
}

.tub-footer__partners-label {
	font-size: 10px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 9px !important;
}

.tub-footer__partners {
	display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
}

.tub-footer__partner {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #1e1e2e;
    border: 1px solid #2e2e42;
    border-radius: 6px;
    padding: 5px 10px;
	font-size: 11.5px;
    font-weight: 500;
    color: #bbb;
    transition: border-color .15s;
}

.tub-footer__partner:hover {
	border-color: #f1a502;
	color: #9999bb !important;
}

.tub-footer__partner-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	flex-shrink: 0;
}

/* ── LINK COLUMNS ─────────────────────────────────────────────────────────── */

.tub-footer__col-heading {
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: #f1a502;
	margin-bottom: 13px;
}

.tub-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6.5px;
}

.tub-footer__links li {
	margin: 0;
	padding: 0;
}

.tub-footer__links li a {
	text-decoration: none;
	font-size: 13px;
	color: inherit;
	transition: color 0.15s ease;
}

.tub-footer__links li a:hover {
	color: #f1a502 !important;
}

.tub-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.tub-footer__copy {
	color: rgba(255, 255, 255, 0.25);
	font-size: 12px;
	margin: 0 !important;
	white-space: nowrap;
	flex-shrink: 0;
}

.tub-footer__social-bar {
	display: flex;
    justify-content: center;
    gap: 11px;
}

.tub-footer__social-link {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #2a2a3a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ddd;
    transition: background .15s ease, color .15s ease;
}

.tub-footer__social-link:hover {
	color: #fff !important;
	background: #f1a502
}

.tub-footer__social-link svg{
	width: 16px;
    height: 16px;
}


@media (max-width: 1100px) {
	.tub-footer__top {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 32px;
	}

	.tub-footer__brand {
		grid-column: 1 / -1;
	}

	.tub-footer__tagline {
		max-width: 100%;
	}

	.tub-footer__bottom{
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.tub-footer__top {
		grid-template-columns: 1fr 1fr;
		gap: 28px;
	}

	.tub-footer__bottom {
		flex-direction: column;
		gap: 12px;
	}

	.tub-footer__disclaimer {
		text-align: left;
	}
	.tub-footer__copy{
		order: 2;
	}
}

/* OVERRIDE: hide OceanWP's default footer if it fires */
#footer {
	display: none !important;
}

.th-booking-tip {
    background: #f7f7f5;
    border-top: 1px solid #e8e8e8;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    padding: 20px 16px;
    font-size: 12px;
    color: #1d1d1d;
    line-height: 1.65;
}
.th-booking-tip__inner {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.th-booking-tip__inner strong{
    color: #1d1d1d;
    font-weight: 700;
}
.th-booking-tip__icon {
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
    opacity: .6;
}
.th-booking-tip__label {
    color: #1a1a1a;
    margin-right: .35em;
}
