/*
Theme Name: Embolize Trial
Template: twentytwentyfive
Text Domain: twentytwentyfive-child
Version: 1.0
*/

.px-lg-0, .px-lg-0 .wp-block-cover__inner-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}


@media(min-width:1600px) {
  .hero-split-right-white {
    position: relative;
    overflow: hidden;
  }

  .hero-split-right-white::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc((100vw - 1600px) / 2);
    height: 100%;
    background: #fff;
    z-index: 1;
    pointer-events: none;
  }

  .hero-split-right-white > .wp-block-cover__inner-container {
    position: relative;
    z-index: 2;
  }
}

/* Sticky header */
header.wp-block-template-part {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #FFFFFF;
}

/* Hide bullet on a single list item while keeping spacing */
li.no-bullet {
	list-style: none;
}

li.no-bullet::marker {
	content: '';
}

/* Prevent words in header buttons from breaking mid-word */
.header-button-word-break, .header-button-word-break a  {
	word-break: keep-all;
	overflow-wrap: normal;
	white-space: normal;
}

/* Hide on mobile (≤767px) */
@media (max-width: 767px) {
	.embo-d-sm-none {
		display: none !important;
	}
}

/* External Link Popup Overlay */
.embo-external-overlay {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.6);
	align-items: center;
	justify-content: center;
}

.embo-external-overlay--visible {
	display: flex;
}

.embo-external-modal {
	position: relative;
	background: #fff;
	border-radius: 8px;
	padding: 48px 32px 40px;
	max-width: 480px;
	width: 90%;
	text-align: center;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.embo-external-modal__close {
	position: absolute;
	top: 12px;
	right: 16px;
	background: none;
	border: none;
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
	color: #333;
	padding: 4px 8px;
}

.embo-external-modal__close:hover {
	color: #000;
}

.embo-external-modal__text {
	font-size: 1rem;
	line-height: 1.6;
	margin: 0 0 24px;
	color: #333;
}

.embo-external-modal__btn {
	cursor: pointer;
}

/* Outline with Hover Shadow Button - START */
.wp-block-button.is-style-style-seven .wp-block-button__link {
	background-color: transparent;
	border: 1px solid #002954;
	color: #002954;
	font-size: 12px;
	padding: 0.1rem 0.7rem;
	transition: all ease-in-out 200ms;
}

.wp-block-button.is-style-style-seven .wp-block-button__link:hover {
	box-shadow: 0 2px 7px 3px #00295433;
}
/* Outline with Hover Shadow Button - END */

