/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./js/components/SlideManager/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
/**
 * SlideManager Styles
 *
 * Cards stack and breathe,
 * each slide finds its perfect space,
 * order made visual.
 */
.slide-manager__list {
  display: grid;
  grid-template-columns: 1fr; /* Single full-width column */
  grid-auto-rows: auto;
  gap: 0.5rem;
}
.slide-manager__add-button {
  width: 100%;
  justify-content: center;
}
.slide-editor__dropdown.sink-it {
  z-index: 100;
}
.slide-editor-dialog {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 240px;
}
.slide-editor-dialog * {
  box-sizing: border-box;
}
.components-dropdown__content .components-popover__content:has(.slide-editor-dialog) {
  padding: 10px !important;
}
.slide-editor {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.slide-editor:last-child {
  margin-bottom: 0;
}
.slide-editor:focus-within {
  box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  outline: 3px solid rgba(0, 0, 0, 0);
}
.slide-editor__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
}
.slide-editor__grip {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  background: transparent;
}
.components-button.slide-editor__dialog-button {
  flex-grow: 1;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}
.components-button.slide-editor__dialog-button:focus, .components-button.slide-editor__dialog-button:focus:not(:disabled), .components-button.slide-editor__dialog-button.is-pressed:focus:not(:disabled) {
  box-shadow: none !important;
  outline: none !important;
}
.components-button.slide-editor__dialog-button:hover, .components-button.slide-editor__dialog-button:focus, .components-button.slide-editor__dialog-button.is-pressed {
  background: transparent !important;
  color: var(--wp-components-color-foreground, #1e1e1e) !important;
  box-shadow: none !important;
  outline: none !important;
}
.slide-editor__preview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
  border-radius: 2px;
}
.slide-editor.is-editing {
  background: var(--wp-admin-theme-color);
}
.slide-editor.is-editing .slide-editor__preview-image {
  opacity: 0.8;
}
.slide-editor.is-editing .components-button.slide-editor__dialog-button {
  text-shadow: 0 0 2px #fff, 0 0 4px #fff;
}
.slide-editor.is-editing .slide-editor__grip {
  color: #fff;
}
.slide-editor-dialog__media {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: repeat(2, -webkit-min-content);
  grid-template-rows: repeat(2, min-content);
  border-radius: 2px;
  overflow: hidden;
}
.slide-editor-dialog__media-actions,
.slide-editor-dialog__media-preview {
  border-radius: 2px;
}
.slide-editor-dialog__media-actions {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-radius: 2px;
}
.slide-editor-dialog__url .block-editor-link-control {
  max-width: 100%;
  min-width: 0 !important;
}
.slide-editor-dialog__url .block-editor-url-input {
  max-width: 100%;
  min-width: 0 !important;
}
.slide-editor-dialog__url .components-base-control {
  margin: 0;
  padding: 0;
}
.slide-editor-dialog__url .block-editor-link-control__search-results-wrapper {
  max-width: 100%;
  box-sizing: border-box;
}
.slide-editor-dialog__url .block-editor-link-control__search-results {
  padding: 0;
  margin: 0;
}
.slide-editor-dialog__url .components-menu-item__shortcut {
  display: none;
}
.slide-editor-dialog__actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.5rem;
  border-top: 1px solid #e0e0e0;
  margin-top: 0.75rem;
}
.sortable-slide-editor.is-dragging {
  z-index: 1000;
  transform: rotate(3deg);
}
.sortable-slide-editor .components-dropdown {
  display: block;
}
.slide-editor__grip {
  cursor: grab;
  transition: all 0.2s ease;
}
.slide-editor__grip:hover {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
.slide-editor__grip:active {
  cursor: grabbing;
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./js/blocks/showcase-section/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.wp-block-wp-chickasaw-retreat-showcase-section {
  --ss-cta-width: 40%;
  --pb: 0px;
  --ob: 0px;
  --scrollbar-width: 0;
  overflow-x: clip;
}
.wp-block-wp-chickasaw-retreat-showcase-section .showcase-section {
  container-type: inline-size;
  --ss-margin: calc((100vw - 100cqw) / 2);
  display: grid;
  grid-template-columns: var(--ss-cta-width) minmax(0, 1fr);
  gap: var(--ss-gap, 2rem);
}
@media screen and (max-width: 960px) {
  .wp-block-wp-chickasaw-retreat-showcase-section .showcase-section {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: repeat(2, -webkit-min-content);
    grid-template-rows: repeat(2, min-content);
  }
}
.wp-block-wp-chickasaw-retreat-showcase-section .swiper {
  z-index: 10;
}
.wp-block-wp-chickasaw-retreat-showcase-section .swiper:not(.swiper-initialized) .swiper-slide {
  width: 50%;
  margin-right: 32px;
}
.wp-block-wp-chickasaw-retreat-showcase-section .swiper-slide__card {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 9/14;
  overflow: hidden;
}
@media screen and (max-width: 720px) {
  .wp-block-wp-chickasaw-retreat-showcase-section .swiper-slide__card {
    aspect-ratio: 4/3;
  }
}
.wp-block-wp-chickasaw-retreat-showcase-section .swiper-slide__card-inactive-overlay,
.wp-block-wp-chickasaw-retreat-showcase-section .swiper-slide__card-overlay,
.wp-block-wp-chickasaw-retreat-showcase-section .swiper-slide__card-inner,
.wp-block-wp-chickasaw-retreat-showcase-section .swiper-slide__image {
  grid-area: 1/-1;
}
.wp-block-wp-chickasaw-retreat-showcase-section .swiper-slide__image {
  position: relative;
  z-index: 0;
  isolation: isolate;
}
.wp-block-wp-chickasaw-retreat-showcase-section .swiper-slide__image-full,
.wp-block-wp-chickasaw-retreat-showcase-section .swiper-slide__image-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-wp-chickasaw-retreat-showcase-section .swiper-slide__card-overlay {
  position: relative;
  z-index: 2;
}
.wp-block-wp-chickasaw-retreat-showcase-section .swiper-slide__card-inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}
.wp-block-wp-chickasaw-retreat-showcase-section .swiper-slide__card-title {
  padding: 1.625rem;
  margin: 0;
}
.wp-block-wp-chickasaw-retreat-showcase-section .swiper-slide__card-title-link {
  text-decoration: none;
}
.wp-block-wp-chickasaw-retreat-showcase-section .swiper-slide__card-title-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-wp-chickasaw-retreat-showcase-section .swiper-slide__card-inactive-overlay {
  position: relative;
  z-index: 4;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s;
}
.wp-block-wp-chickasaw-retreat-showcase-section .swiper-slide-active .swiper-slide__card-inactive-overlay {
  opacity: 0;
}
.wp-block-wp-chickasaw-retreat-showcase-section .swiper-button-next,
.wp-block-wp-chickasaw-retreat-showcase-section .swiper-button-prev {
  --swiper-navigation-size: 1.5rem;
  --swiper-navigation-sides-offset: 3vw;
  --swiper-navigation-color: var(--wp--preset--color--background);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border: 8px solid var(--wp--preset--color--primary);
  border-radius: 50%;
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (max-width: 960px) {
  .wp-block-wp-chickasaw-retreat-showcase-section .swiper-button-next,
  .wp-block-wp-chickasaw-retreat-showcase-section .swiper-button-prev {
    display: none;
  }
}
.wp-block-wp-chickasaw-retreat-showcase-section .swiper:hover .swiper-button-next, .wp-block-wp-chickasaw-retreat-showcase-section .swiper:hover .swiper-button-prev,
.wp-block-wp-chickasaw-retreat-showcase-section .swiper:focus-within .swiper-button-next,
.wp-block-wp-chickasaw-retreat-showcase-section .swiper:focus-within .swiper-button-prev {
  opacity: 1;
}
.wp-block-wp-chickasaw-retreat-showcase-section .swiper-pagination {
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-color: var(--wp--preset--color--tertiary);
  display: none;
  position: relative;
  top: unset;
  bottom: unset;
  padding: 1rem 0 0 0;
}
@media screen and (max-width: 960px) {
  .wp-block-wp-chickasaw-retreat-showcase-section .swiper-pagination {
    display: block;
  }
}
.showcase-section__carousel-wrapper {
  position: relative;
  margin-bottom: calc((var(--pb, 0px) + var(--ob, 0px)) * -1);
}
@media screen and (max-width: 960px) {
  .showcase-section__carousel-wrapper {
    margin-bottom: 0;
  }
}
.showcase-section__carousel-spacer {
  padding: 0;
}
@media screen and (max-width: 960px) {
  .showcase-section__carousel-spacer {
    padding: 0 var(--wp--preset--spacing--40);
  }
}
.showcase-section__carousel {
  width: calc(100% + (var(--ss-margin)));
  margin-right: calc(var(--ss-margin) * -1);
}
@supports not (container-type: inline-size) {
  .showcase-section__carousel {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .showcase-section__carousel {
    width: 100%;
    margin-right: 0;
  }
}

/*# sourceMappingURL=style-index.css.map*/