/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/styled-table/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
/**
 * Price Table block styles for both editor and frontend
 */
.shadow-block-container {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.shadow-block-with-image {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  font-size: 14px;
  color: #084454;
  line-height: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  overflow: hidden;
  width: 80%;
}
.shadow-block-with-image img {
  max-height: 350px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.shadow-block-with-image .wp-block-media-text__content {
  padding: 20px !important;
  flex: 1;
}
.shadow-block-with-image .wp-block-media-text__content h3 {
  font-size: 16px;
  font-family: MontserratBold;
}
.shadow-block-with-image ul {
  list-style-type: disc;
  padding-left: 15px;
}

/* Responsive styles for mobile and tablet */
@media screen and (max-width: 1424px) {
  .shadow-block-container {
    flex-direction: column;
    max-width: 98%;
  }
  .shadow-block-with-image {
    flex-direction: row;
    display: flex;
    width: 95%;
  }
  .shadow-block-with-image img {
    max-height: 350px;
    width: auto;
    height: auto;
  }
  .wp-block-media-text__content {
    padding: 20px;
  }
}
@media screen and (max-width: 475px) {
  .shadow-block-container {
    flex-direction: column;
    max-width: 80%;
  }
  .shadow-block-with-image img {
    display: none;
  }
}
/**************************************************************/
.warning-wrapper {
  display: flex;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.warning-box {
  margin-top: 40px;
  display: flex;
  border-radius: 20px;
  box-shadow: 0 4px 12px #eeeeee;
  overflow: hidden;
  background: #fff;
  width: 100%;
  max-width: 1200px;
  flex-wrap: nowrap;
}
.warning-box .warning-icon {
  background: #ffe7ed;
  color: #d63384;
  font-weight: bold;
  font-size: 100px;
  padding: 40px 20px;
  width: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.warning-box .warning-icon::before {
  content: "!";
  font-size: 100px;
  color: #d63384;
  font-weight: bold;
}
.warning-box .warning-content {
  display: flex;
  flex: 1;
  padding: 30px;
  gap: 30px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.warning-box .warning-column {
  flex: 1 1 300px;
  min-width: 250px;
}
.warning-box .warning-column h3 {
  color: #e73085;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 0;
  font-family: MontserratBold;
}
.warning-box .warning-column ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}
.warning-box .warning-column ul li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #084454;
}
.warning-box .warning-column ul strong {
  font-weight: bold;
}

/* yellow variant */
.warning-box.yellow-theme .warning-icon {
  background: #fff8cc;
}
.warning-box.yellow-theme .warning-icon::before {
  color: #00b6be;
}
.warning-box.yellow-theme .warning-column h3 {
  color: #00b6be;
}

/* Responsive tweaks */
@media (max-width: 1024px) {
  .warning-box {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .warning-content {
    flex-direction: column;
    padding: 20px;
  }
  .warning-column {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .warning-box {
    flex-direction: row;
  }
  .warning-icon {
    width: 60px;
    padding: 20px;
    align-items: flex-start;
  }
  .warning-content {
    padding: 15px;
    gap: 20px;
  }
  .warning-column h3 {
    font-size: 15px;
  }
  .warning-column ul li {
    font-size: 13px;
  }
}
.gutena-tabs-block {
  margin-top: 40px !important;
}
@media (max-width: 992px) {
  .gutena-tabs-block {
    margin-top: 20px;
  }
}

h2.wp-block-heading {
  text-transform: uppercase;
  font-family: "MontserratExtraBold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #00ADBA;
}
@media (max-width: 992px) {
  h2.wp-block-heading {
    font-size: 40px;
  }
}

.general_heading, .__heading {
  text-transform: uppercase;
  font-family: "MontserratExtraBold", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #00ADBA;
}
@media (max-width: 992px) {
  .general_heading, .__heading {
    font-size: 40px;
  }
}

.secondary_heading, .__secondary_heading {
  font-family: "PacificoLatin400", "PacificoCyrillic400", sans-serif;
  font-size: 48px;
  font-weight: 100;
  color: #D1438B;
}

.__content {
  font-size: 14px;
  color: #084454;
  line-height: 1.5rem;
}

.general_subheading {
  text-transform: none;
  font-family: "PacificoLatin400", "PacificoCyrillic400", sans-serif;
  font-size: 2rem;
  font-weight: 100;
  color: #D1438B;
}
@media (max-width: 992px) {
  .general_subheading {
    text-align: center;
  }
}

.__subheading {
  font-family: "MontserratBold", sans-serif;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 700;
  color: #084454;
  text-transform: uppercase;
}

.general-button {
  display: flex;
  padding: 12px 50px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  color: #FFFCC9;
  align-items: center;
  justify-content: center;
}
.general-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.general-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.general-button--primary {
  background-color: #00ADBA;
  color: #FFFCC9;
}
.general-button--primary:hover {
  background-color: #00ADBA;
}
.general-button--secondary {
  background-color: #D1438B;
  color: #FFFCC9;
  border-color: #084454;
}
.general-button--secondary:hover {
  color: #ffffff;
  background-color: #D1438B;
}
.general-button--outline {
  background-color: transparent;
  color: #FFFCC9;
}
.general-button--outline:hover {
  color: #FFFBAB;
}

.__item-icon-svg {
  background-repeat: no-repeat;
  background-size: contain;
}

.obx-ticket-with-icons__button,
.__button,
.general_button,
.submit-button,
.styled-button,
.obx-button {
  display: inline-block;
  padding: 20px 80px;
  font-family: "MontserratBold", sans-serif;
  cursor: pointer !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.25rem;
  border-radius: 35px !important;
  text-transform: uppercase;
  text-align: center;
}
.obx-ticket-with-icons__button:hover,
.__button:hover,
.general_button:hover,
.submit-button:hover,
.styled-button:hover,
.obx-button:hover {
  transform: translateY(-2px);
  color: #f8f9fa;
}
@media (max-width: 992px) {
  .obx-ticket-with-icons__button,
  .__button,
  .general_button,
  .submit-button,
  .styled-button,
  .obx-button {
    padding: 20px 40px;
  }
}

.__bold {
  font-weight: 700 !important;
}

.blue__button {
  background-color: #00ADBA;
  color: #FFFBAB;
}
.blue__button:hover {
  background-color: rgb(0, 125.564516129, 135);
  color: #ffffff;
}

.pink__button {
  background: #D1438B;
  color: #FFFBAB;
}
.pink__button:hover {
  background: rgb(180.7692307692, 44.2307692308, 113.4615384615);
  color: #f8f9fa;
}

.yellow__button {
  background-color: #FFFBAB;
  color: #00ADBA !important;
}
.yellow__button:hover {
  background-color: rgb(255, 248.5714285714, 120);
  color: #00ADBA;
}

.wp-block-gallery {
  margin-top: 80px;
}
.obx-price-table {
  padding: 80px 40px;
}
.obx-price-table {
  padding: 80px 40px;
}
@media (max-width: 992px) {
  .obx-price-table {
    padding: 40px 20px;
  }
}
.obx-price-table.alignfull {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .obx-price-table.alignfull {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.obx-price-table.alignwide {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.obx-price-table.text-left .obx-ticket-with-icons__header {
  text-align: left;
}
.obx-price-table.text-left .obx-ticket-with-icons__heading {
  text-align: left;
}
.obx-price-table.text-left .obx-ticket-with-icons__intro-text,
.obx-price-table.text-left .obx-ticket-with-icons__tagline {
  text-align: left;
  margin-left: 0;
}
.obx-price-table.text-center .obx-ticket-with-icons__header {
  text-align: center;
}
.obx-price-table.text-center .obx-ticket-with-icons__heading {
  text-align: center;
}
.obx-price-table.text-center .obx-ticket-with-icons__intro-text,
.obx-price-table.text-center .obx-ticket-with-icons__tagline {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.obx-price-table.text-right .obx-ticket-with-icons__header {
  text-align: right;
}
.obx-price-table.text-right .obx-ticket-with-icons__heading {
  text-align: right;
}
.obx-price-table.text-right .obx-ticket-with-icons__intro-text,
.obx-price-table.text-right .obx-ticket-with-icons__tagline {
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}
.obx-price-table__container {
  max-width: 1140px;
  margin: 0 auto;
}
.obx-price-table__container {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .obx-price-table__container {
    max-width: 100% !important;
  }
}
.obx-price-table__header {
  text-align: center;
}
.obx-price-table__tagline {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00ADBA;
  font-weight: 1000;
  font-size: 2.5rem;
}
.obx-price-table__heading {
  font-weight: 1000;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
  color: #00ADBA;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.obx-price-table__heading {
  font-size: 2.5rem;
}
@media (max-width: 992px) {
  .obx-price-table__heading {
    font-size: 2rem;
  }
}
.obx-price-table__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 80px 0;
}
.obx-price-table__table-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.obx-price-table__table, .obx-price-table :not(.obx-price-table__table) > table,
.obx-price-table .obx-price-table__content table {
  width: 100%;
  max-width: 900px;
  margin-top: 20px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 15px;
  box-shadow: none;
  border: none;
}
@media (max-width: 768px) {
  .obx-price-table__table, .obx-price-table :not(.obx-price-table__table) > table,
  .obx-price-table .obx-price-table__content table {
    max-width: 80vw;
    width: 80vw;
  }
}
.obx-price-table__table, .obx-price-table :not(.obx-price-table__table) > table,
.obx-price-table .obx-price-table__content table {
  border: none !important;
  box-shadow: none !important;
}
.obx-price-table__table caption, .obx-price-table :not(.obx-price-table__table) > table caption,
.obx-price-table .obx-price-table__content table caption {
  caption-side: top;
  display: table-caption;
  text-align: left;
  font-size: 1.25rem;
  font-weight: bold;
  color: #FFFBAB;
  background-color: #00ADBA;
  border-bottom: 2px solid #f8f9fa;
  margin-bottom: 0;
  padding: 0.7rem 1rem;
  text-transform: uppercase;
}
.obx-price-table__table th, .obx-price-table :not(.obx-price-table__table) > table th,
.obx-price-table .obx-price-table__content table th, .obx-price-table__table td, .obx-price-table :not(.obx-price-table__table) > table td,
.obx-price-table .obx-price-table__content table td {
  padding: 1.25rem 1rem;
  border: 1px solid #999999;
  text-align: center;
  background: #fff;
  font-size: 1.1rem;
}
.obx-price-table__table th:first-child, .obx-price-table :not(.obx-price-table__table) > table th:first-child,
.obx-price-table .obx-price-table__content table th:first-child, .obx-price-table__table td:first-child, .obx-price-table :not(.obx-price-table__table) > table td:first-child,
.obx-price-table .obx-price-table__content table td:first-child {
  background: #00ADBA;
  color: #fff !important;
  font-weight: bold;
  border-right: 2px solid #fff;
  border-left: none;
  text-align: left;
  min-width: 160px;
}
@media (max-width: 992px) {
  .obx-price-table__table th:first-child, .obx-price-table :not(.obx-price-table__table) > table th:first-child,
  .obx-price-table .obx-price-table__content table th:first-child, .obx-price-table__table td:first-child, .obx-price-table :not(.obx-price-table__table) > table td:first-child,
  .obx-price-table .obx-price-table__content table td:first-child {
    min-width: 100px;
  }
}
@media (max-width: 768px) {
  .obx-price-table__table th:first-child, .obx-price-table :not(.obx-price-table__table) > table th:first-child,
  .obx-price-table .obx-price-table__content table th:first-child, .obx-price-table__table td:first-child, .obx-price-table :not(.obx-price-table__table) > table td:first-child,
  .obx-price-table .obx-price-table__content table td:first-child {
    min-width: 90px;
  }
}
.obx-price-table__table th:not(:first-child), .obx-price-table :not(.obx-price-table__table) > table th:not(:first-child),
.obx-price-table .obx-price-table__content table th:not(:first-child), .obx-price-table__table td:not(:first-child), .obx-price-table :not(.obx-price-table__table) > table td:not(:first-child),
.obx-price-table .obx-price-table__content table td:not(:first-child) {
  background: #fff;
  color: #999999 !important;
  border-left: none;
}
.obx-price-table__table tr td:first-child, .obx-price-table :not(.obx-price-table__table) > table tr td:first-child,
.obx-price-table .obx-price-table__content table tr td:first-child {
  border-top: none;
  border-bottom: 2px solid #fff;
}
.obx-price-table__table tr:last-child td:first-child, .obx-price-table :not(.obx-price-table__table) > table tr:last-child td:first-child,
.obx-price-table .obx-price-table__content table tr:last-child td:first-child {
  border-bottom: 1px solid #999999;
}
.obx-price-table__table th, .obx-price-table :not(.obx-price-table__table) > table th,
.obx-price-table .obx-price-table__content table th, .obx-price-table__table td, .obx-price-table :not(.obx-price-table__table) > table td,
.obx-price-table .obx-price-table__content table td {
  border-top: none;
  border-bottom: 1px solid #999999;
}
.obx-price-table__table thead th, .obx-price-table :not(.obx-price-table__table) > table thead th,
.obx-price-table .obx-price-table__content table thead th, .obx-price-table__table thead td, .obx-price-table :not(.obx-price-table__table) > table thead td,
.obx-price-table .obx-price-table__content table thead td {
  border-bottom: 1px solid #999999;
}
.obx-price-table__table thead th:first-child, .obx-price-table :not(.obx-price-table__table) > table thead th:first-child,
.obx-price-table .obx-price-table__content table thead th:first-child {
  border-bottom: 2px solid #fff;
}
.obx-price-table__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  border-bottom: 1px solid #e2e4e7;
  position: relative;
}
.obx-price-table__row:last-child {
  border-bottom: none;
}
.obx-price-table__row.is-selected {
  background-color: #f8f8f8;
}
.obx-price-table__cell {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.obx-price-table__cell.is-heading {
  background-color: #f8f8f8;
  font-weight: 700;
  text-align: left;
  justify-content: flex-start;
}
.obx-price-table__cell-content {
  margin: 0;
  width: 100%;
}
.obx-price-table__row-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 5px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.obx-price-table__row:hover .obx-price-table__row-actions {
  opacity: 1;
}
.obx-price-table__actions {
  display: flex;
  gap: 20px;
  margin-top: 80px;
  justify-content: center;
}
.obx-price-table__add-row, .obx-price-table__add-column {
  padding: 20px 40px;
  border: 2px dashed #e2e4e7;
  border-radius: 30px;
}
.obx-price-table__add-row:hover, .obx-price-table__add-column:hover {
  background-color: #f8f8f8;
}
@media (max-width: 992px) {
  .obx-price-table {
    padding: 2rem 1rem;
  }
  .obx-price-table__table th, .obx-price-table :not(.obx-price-table__table) > table th,
  .obx-price-table .obx-price-table__content table th, .obx-price-table__table td, .obx-price-table :not(.obx-price-table__table) > table td,
  .obx-price-table .obx-price-table__content table td {
    padding: 10px;
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  .obx-price-table__table, .obx-price-table :not(.obx-price-table__table) > table,
  .obx-price-table .obx-price-table__content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
/**
  MAPA text grid styles
**/
.location-info-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1rem 20%;
}
.location-info-flex .location-item {
  flex: 1 1 calc(33.333% - 1rem);
  display: flex;
  align-items: center;
  font-weight: 500;
  font-family: "MontserratBold", sans-serif;
  font-size: 1rem;
  color: #084454;
  min-width: 240px;
}
.location-info-flex .location-item .marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #d63c87;
  color: white;
  font-weight: bold;
  margin-right: 12px;
  font-size: 1rem;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .location-item {
    flex: 1 1 calc(50% - 1rem);
  }
}
@media (max-width: 600px) {
  .location-item {
    flex: 1 1 100%;
  }
}

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