@charset "UTF-8";
.tabs-primary {
  padding-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  transform: translateX(-32px);
  border-bottom: 0px solid var(--wp--preset--color--secondary-border);
}
.tabs-primary button {
  font-size: var(--wp--preset--font-size--x-large);
  font-family: var(--wp--preset--font-family--heading);
  text-transform: uppercase;
  color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary-border);
  border-width: 1px;
  border-style: solid;
  border-radius: 500px;
  padding: 0.25rem 1rem;
  transition: all 0.3s ease;
  background-color: white;
  cursor: pointer;
}
.tabs-primary button.is-active {
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
.tabs-primary button:first-of-type {
  padding-left: var(--wp--preset--spacing--large);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tabs-primary button:hover, .tabs-primary button:focus {
  background-color: var(--wp--preset--color--primary-dark);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--primary-dark);
}

.meltingpot-modal .tab-content {
  padding: 0px;
}
.meltingpot-modal .menu-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.meltingpot-modal .menu-content .wp-block-table, .meltingpot-modal .menu-content table {
  width: 100%;
  border-collapse: collapse;
}
.meltingpot-modal .menu-content .wp-block-table tbody tr, .meltingpot-modal .menu-content table tbody tr {
  border-bottom: 1px solid var(--wp--preset--color--primary-light);
}
.meltingpot-modal .menu-content .wp-block-table tbody tr td, .meltingpot-modal .menu-content table tbody tr td {
  padding: var(--wp--preset--spacing--x-small) 0;
}
.meltingpot-modal .menu-content .wp-block-table tbody tr td:last-child, .meltingpot-modal .menu-content table tbody tr td:last-child {
  text-align: right;
  padding-left: var(--wp--preset--spacing--small);
}
.meltingpot-modal .menu-content .wp-block-table thead, .meltingpot-modal .menu-content table thead {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* Empêche le retour à la ligne */
  border: 0;
}
.meltingpot-modal .menu-content-category {
  gap: var(--wp--preset--spacing--x-small);
}
.meltingpot-modal .menu-content-category ul {
  margin-top: 0px;
}
.meltingpot-modal .allergen-info-block {
  margin-left: calc(-1 * var(--wp--preset--spacing--large));
  margin-right: calc(-1 * var(--wp--preset--spacing--large));
  margin-bottom: calc(-1 * var(--wp--preset--spacing--large));
  margin-top: var(--wp--preset--spacing--large);
}

.opening-hours-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
  font-size: var(--wp--preset--font-size--medium);
}
.opening-hours-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--wp--preset--spacing--medium);
  align-items: center;
  row-gap: var(--wp--preset--spacing--x-small);
}
.opening-hours-item.closing-days {
  align-items: flex-start;
  padding-top: var(--wp--preset--spacing--x-small);
}
.opening-hours-comment {
  grid-column: 1/-1;
  font-size: var(--wp--preset--font-size--base);
}
.opening-hours-title {
  font-weight: bold;
  border: 1px solid var(--wp--preset--color--black);
  padding: var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--small);
  border-radius: 999px;
}

.wp-block-youthhostels-meltingpot-info {
  width: 100%;
}
.wp-block-youthhostels-meltingpot-info .modal-tabs button, .wp-block-youthhostels-meltingpot-info .modal-tabs .tab-link {
  color: var(--wp--preset--color--primary);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 0.5rem 1rem;
}
.wp-block-youthhostels-meltingpot-info .modal-tabs button.active, .wp-block-youthhostels-meltingpot-info .modal-tabs .tab-link.active {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
.wp-block-youthhostels-meltingpot-info .modal-tabs button:hover, .wp-block-youthhostels-meltingpot-info .modal-tabs button:focus, .wp-block-youthhostels-meltingpot-info .modal-tabs .tab-link:hover, .wp-block-youthhostels-meltingpot-info .modal-tabs .tab-link:focus {
  background-color: var(--wp--preset--color--primary-light);
}
.wp-block-youthhostels-meltingpot-info .meltingpot-opening-hours {
  padding-bottom: 3rem;
  color: white;
  border-color: white;
}
.wp-block-youthhostels-meltingpot-info .meltingpot-opening-hours .opening-hours-item {
  grid-template-columns: calc(50% - 0.75rem) 1fr;
}
.wp-block-youthhostels-meltingpot-info .meltingpot-opening-hours .opening-hours-title {
  border-color: white;
}
.wp-block-youthhostels-meltingpot-info .meltingpot-opening-hours .opening-hours-title-wrapper {
  display: flex;
  justify-content: flex-end;
}
.wp-block-youthhostels-meltingpot-info .meltingpot-buttons {
  width: 100%;
  gap: 1rem;
  display: flex;
  flex-direction: row;
}
.wp-block-youthhostels-meltingpot-info .meltingpot-buttons .wp-block-button {
  width: 100%;
}