/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/bridal-show-specials/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.wp-block-tb-bridal-show-specials {
  overflow: visible;
}

.tb-specials-admin-preview {
  padding: 20px;
  background: #f0f0f0;
  border: 1px dashed #ccc;
  text-align: center;
}

.tb-specials-filter {
  margin-bottom: var(--wp--preset--spacing--50, 2rem);
  position: relative;
  z-index: 97;
}

.tb-specials-dropdown {
  position: relative;
  display: inline-block;
  min-width: 250px;
  font-size: var(--wp--preset--font-size--extra-small, 0.75rem);
}
.tb-specials-dropdown select {
  display: none;
}

.tb-specials-selected {
  padding: 10px 12px 8px 10px;
  border: 1px solid var(--wp--preset--color--tertiary, #ccc);
  background: var(--wp--preset--color--base, #fff);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  letter-spacing: 0.5px;
  font-family: var(--wp--preset--font-family--nav-font, inherit);
  font-size: var(--wp--preset--font-size--extra-small, 0.75rem);
}
.tb-specials-selected:after {
  content: "▼";
  font-size: var(--wp--preset--font-size--xx-small, 0.625rem);
  margin-left: 10px;
  transition: transform 0.2s;
}
.tb-specials-selected.tb-specials-arrow-active {
  border-bottom-color: transparent;
  background-color: var(--wp--preset--color--tertiary-light, #f5f5f5);
  border-radius: 20px 20px 0 0;
}
.tb-specials-selected.tb-specials-arrow-active:after {
  transform: rotate(180deg);
}

.tb-specials-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--wp--preset--color--base, #fff);
  border: 1px solid var(--wp--preset--color--tertiary, #ccc);
  border-top: none;
  border-radius: 0 0 20px 20px;
  z-index: 1000;
  max-height: 300px;
  overflow: hidden;
}

.tb-specials-items-inner {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}
.tb-specials-items-inner::-webkit-scrollbar {
  width: 8px;
}
.tb-specials-items-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.tb-specials-items-inner::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
.tb-specials-items-inner::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}
.tb-specials-items-inner > div {
  display: block;
  padding: 0.5rem 10px;
  cursor: pointer;
  font-family: var(--wp--preset--font-family--nav-font, inherit);
  font-size: var(--wp--preset--font-size--extra-small, 0.75rem);
  color: var(--wp--preset--color--contrast, #333);
  background-color: var(--wp--preset--color--base, #fff);
}
.tb-specials-items-inner > div:hover {
  background-color: var(--wp--preset--color--tertiary-light, #f5f5f5);
}
.tb-specials-items-inner > div.tb-specials-same-selected {
  background-color: var(--wp--preset--color--tertiary-light, #f5f5f5);
  font-weight: bold;
}

.tb-specials-hide {
  display: none;
}

.tb-specials-list {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--50, 2rem);
}

.tb-specials-category-group {
  display: block;
  background: var(--color--secondary--light);
  border: 1px solid var(--wp--preset--color--secondary);
  padding: var(--wp--preset--spacing--40);
  transition: all 0.3s ease;
  border-radius: 10px;
}
.tb-specials-category-group.tb-specials-filter-hidden {
  display: none;
}

.tb-specials-category-heading {
  font-size: var(--wp--preset--font-size--extra-large, 1.125rem);
  font-family: var(--wp--preset--font-family--heading-font, inherit);
  margin: var(--wp--preset--spacing--30) 0 var(--wp--preset--spacing--50) 0;
  padding-bottom: var(--wp--preset--spacing--20, 0.5rem);
  border-bottom: 1px solid var(--wp--preset--color--tertiary, #333);
}

.tb-specials-items-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--wp--preset--spacing--40);
}

.tb-specials-item {
  background: var(--wp--preset--color--base, #fff);
  padding: var(--wp--preset--spacing--40);
  border-radius: 8px;
  border: 1px solid var(--wp--preset--color--tertiary, #eee);
}

.tb-specials-vendor-name {
  font-size: var(--wp--preset--font-size--medium, 1rem);
  font-family: var(--wp--preset--font-family--heading-font, inherit);
  margin: 0 0 var(--wp--preset--spacing--30) 0;
}
.tb-specials-vendor-name a {
  color: inherit;
  text-decoration: none;
}
.tb-specials-vendor-name a:hover {
  color: var(--wp--preset--color--primary, #EC008C);
}

.tb-specials-text {
  font-size: var(--wp--preset--font-size--extra-small, 0.875rem);
  line-height: 1.6;
  color: var(--wp--preset--color--contrast, #333);
}
.tb-specials-text p {
  margin: 0 0 0.5em 0;
}
.tb-specials-text p:last-child {
  margin-bottom: 0;
}

.tb-specials-wrapper {
  position: relative;
}
.tb-specials-wrapper .tb-specials-list {
  max-height: 500px;
  overflow: hidden;
}
.tb-specials-wrapper.tb-specials-expanded .tb-specials-list {
  max-height: unset !important;
}
.tb-specials-wrapper.tb-specials-no-overflow .tb-specials-fade,
.tb-specials-wrapper.tb-specials-no-overflow .tb-specials-view-more, .tb-specials-wrapper.tb-specials-filtered .tb-specials-fade,
.tb-specials-wrapper.tb-specials-filtered .tb-specials-view-more {
  display: none;
}

.tb-specials-fade {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, transparent, #ffffff);
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.tb-specials-wrapper.tb-specials-expanded .tb-specials-fade {
  opacity: 0;
}

.tb-specials-view-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 16px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--wp--preset--color--primary, #EC008C);
  transition: color 0.3s ease;
}
.tb-specials-view-more:hover {
  color: var(--wp--preset--color--quinary, #662335);
}
.tb-specials-view-more:hover .tb-specials-view-more-icon {
  transform: translateY(2px);
}
.tb-specials-view-more::before, .tb-specials-view-more::after {
  content: "";
  flex: 1;
  height: 1px;
  background: currentColor;
  opacity: 0.4;
}
.tb-specials-view-more::before {
  margin-right: 20px;
}
.tb-specials-view-more::after {
  margin-left: 20px;
}
.tb-specials-view-more .tb-specials-view-more-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: currentColor;
  transition: transform 0.4s ease;
}
.tb-specials-view-more .tb-specials-view-more-icon path {
  fill: #ffffff;
}
.tb-specials-wrapper.tb-specials-expanded .tb-specials-view-more .tb-specials-view-more-icon {
  transform: rotate(180deg);
}
.tb-specials-wrapper.tb-specials-expanded .tb-specials-view-more:hover .tb-specials-view-more-icon {
  transform: rotate(180deg) translateY(-2px);
}
.tb-specials-wrapper.tb-specials-expanded .tb-specials-view-more .tb-specials-view-more-text {
  font-size: 0;
}
.tb-specials-wrapper.tb-specials-expanded .tb-specials-view-more .tb-specials-view-more-text::after {
  content: "View Less";
  font-size: 13px;
}

@media screen and (max-width: 782px) {
  .tb-specials-items-grid {
    grid-template-columns: 1fr;
  }
  .tb-specials-dropdown {
    width: 100%;
  }
}

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