/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./resources/blocks/components/link-picker/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * LinkPicker Component Styles
 */
.wp-block-photobooths-link-picker__preview {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid var(--wp-components-color-gray-600, #949494);
  border-radius: 2px;
  min-width: 0;
}
.wp-block-photobooths-link-picker__preview-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}
.wp-block-photobooths-link-picker__preview-content {
  flex: 1 1 0;
  min-width: 60px;
  overflow: hidden;
}
.wp-block-photobooths-link-picker__preview-actions {
  display: flex;
  flex-direction: row;
  gap: 4px;
  flex-shrink: 0;
}
.wp-block-photobooths-link-picker__preview-url {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--wp-admin-theme-color);
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wp-block-photobooths-link-picker__preview-url:hover {
  text-decoration: underline;
}
.wp-block-photobooths-link-picker__preview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
  font-size: 12px;
  color: #757575;
  line-height: 1.4;
}
.wp-block-photobooths-link-picker__preview-type:not(:last-child)::after, .wp-block-photobooths-link-picker__preview-id:not(:last-child)::after {
  content: " · ";
  margin-left: 4px;
  color: #ccc;
}
.wp-block-photobooths-link-picker__custom-url {
  color: var(--wp-admin-theme-color);
  font-style: italic;
}
.wp-block-photobooths-link-picker__custom-url[aria-selected=true] {
  background-color: #f0f0f0;
}
.wp-block-photobooths-link-picker__popover {
  z-index: 1000000;
}
.wp-block-photobooths-link-picker__suggestions {
  min-width: 280px;
  max-width: 360px;
  max-height: 200px;
  overflow-y: auto;
  padding: 8px 0;
}
.wp-block-photobooths-link-picker__loading {
  padding: 16px;
  text-align: center;
}
.wp-block-photobooths-link-picker__no-results {
  padding: 16px;
  color: #757575;
  font-size: 13px;
  text-align: center;
}
.wp-block-photobooths-link-picker__suggestions-list {
  padding: 0;
}
.wp-block-photobooths-link-picker__suggestion-item.components-button.components-menu-item__button {
  height: auto;
  text-align: left;
}
.wp-block-photobooths-link-picker__suggestion-item .components-menu-item__item {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}
.wp-block-photobooths-link-picker__suggestion-item .components-menu-item__item mark {
  font-weight: 600;
  color: inherit;
  background-color: transparent;
}
.wp-block-photobooths-link-picker__suggestion-item .components-menu-item__shortcut {
  color: #757575;
  white-space: nowrap;
}
.wp-block-photobooths-link-picker__suggestion-item[aria-selected=true] {
  background-color: #f0f0f0;
}
.wp-block-photobooths-link-picker__suggestion-icon {
  flex-shrink: 0;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./resources/blocks/block-library/homepage-hero/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.wp-block-photobooths-homepage-hero {
  --photobooths-packages-offset: 80px;
  position: relative;
  padding: 60px 20px 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0MCIgZmlsbD0iI2VmZjZmZiIvPjwvc3ZnPg==);
  text-align: center;
  margin-block-end: var(--photobooths-packages-offset) !important;
}
@media (min-width: 782px) {
  .wp-block-photobooths-homepage-hero {
    padding: 80px 40px 0;
  }
}
@media (min-width: 1024px) {
  .wp-block-photobooths-homepage-hero {
    padding: 100px 60px 0;
  }
}
.wp-block-photobooths-homepage-hero__content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto calc(50px - var(--photobooths-packages-offset));
}
@media (min-width: 782px) {
  .wp-block-photobooths-homepage-hero__content {
    margin-bottom: calc(60px - var(--photobooths-packages-offset));
  }
}
.wp-block-photobooths-homepage-hero__heading {
  margin: 0 0 20px;
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 800;
  line-height: 1.1;
  color: #1a1a1a;
}
@media (min-width: 782px) {
  .wp-block-photobooths-homepage-hero__heading {
    margin-bottom: 24px;
  }
}
.wp-block-photobooths-homepage-hero__subheading {
  margin: 0;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
  color: #666;
  opacity: 0.9;
}
.wp-block-photobooths-homepage-hero__features {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin: 0 auto;
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
  transform: translateY(var(--photobooths-packages-offset));
}
@media (min-width: 782px) {
  .wp-block-photobooths-homepage-hero__features {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.wp-block-photobooths-homepage-hero__feature {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--wp--preset--spacing--20);
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wp-block-photobooths-homepage-hero__feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.wp-block-photobooths-homepage-hero__feature-image {
  width: 100%;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 16/9;
}
.wp-block-photobooths-homepage-hero__feature-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.wp-block-photobooths-homepage-hero__feature-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  color: #999;
  font-size: 14px;
}
.wp-block-photobooths-homepage-hero__feature-title {
  margin: 0 0 20px;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  text-align: center;
}
.wp-block-photobooths-homepage-hero__feature-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(135deg, #ec4899 0%, #f43f5e 100%);
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.wp-block-photobooths-homepage-hero__feature-button svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.wp-block-photobooths-homepage-hero__feature-button:hover {
  background: linear-gradient(135deg, #db2777 0%, #e11d48 100%);
  transform: translateX(2px);
}
.wp-block-photobooths-homepage-hero__feature-button:hover svg {
  transform: translateX(3px);
}
.wp-block-photobooths-homepage-hero__feature-button:focus {
  outline: 2px solid #ec4899;
  outline-offset: 2px;
}
.block-editor .wp-block-photobooths-homepage-hero {
  min-height: 500px;
}

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