/*============================================================================================*/
/* Detail page */
/*============================================================================================*/

/*-------- GuiaPana Detail Header (TheFork style) --------*/
.gp-detail-header {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 12px;
}

.gp-detail-header__main {
    flex: 1;
    min-width: 0;
}

.gp-detail-header__main h1 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #1a1a2e;
    line-height: 1.2;
}

.gp-detail-header__meta {
    font-size: 14px;
    color: #5a5a72;
    margin-bottom: 8px;
}

.gp-detail-header__meta a {
    color: #00584b;
    font-weight: 500;
    text-decoration: none;
}

.gp-detail-header__meta a:hover {
    text-decoration: underline;
}

.gp-detail-header__tags-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 14px;
    color: #5a5a72;
}

.gp-detail-header__tags-row a.gp-detail-header__cuisine,
a.gp-detail-header__cuisine {
    color: #00584b !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.gp-detail-header__tags-row a.gp-detail-header__cuisine:hover,
a.gp-detail-header__cuisine:hover {
    text-decoration: underline !important;
    color: #003d34 !important;
}

.gp-detail-header__sep {
    color: #ccc;
    margin: 0 2px;
}

.gp-detail-header__price {
    font-weight: 700 !important;
    color: #1a1a2e !important;
    letter-spacing: 0.5px;
}

.gp-detail-header__rating {
    flex-shrink: 0;
    margin-bottom: 12px;
}

.gp-detail-header__rating .gp-rating-pill__score {
    font-size: 22px;
    min-width: 48px;
    height: 42px;
    padding: 0 12px;
}

@media (max-width: 575px) {
    .gp-detail-header {
        flex-direction: column;
        gap: 12px;
    }
    .gp-detail-header__main h1 {
        font-size: 22px;
    }
    .gp-detail-header__rating {
        align-self: flex-start;
    }
}

/*-------- Page head (original) --------*/
.carousel_1 .item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

.box_booking {
  border: 2px dotted #d2d8dd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
  background-color: #fff;
}
.box_booking .head {
  text-align: center;
  padding: 23px 20px 18px 20px;
  background-color: #f8f8f8;
  border-bottom: 2px dotted #d2d8dd;
}
.box_booking .head h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
}
.box_booking .head small {
  display: block;
}
.box_booking .head .offer {
  color: #e74747;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
.box_booking .main {
  padding: 25px;
}
.box_booking .main #datepicker_field {
  display: none;
}
.box_booking .form-group {
  margin: 0 0 10px 0;
}
.box_booking .form-group input, .box_booking .form-group textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px dotted #ccc;
}
.box_booking textarea {
  height: 130px;
}
.box_booking a.close_panel_mobile {
  position: absolute;
  right: 10px;
  top: 0;
  color: #333;
  font-size: 26px;
  font-size: 1.625rem;
  display: none;
}
@media (max-width: 767px) {
  .box_booking.mobile_fixed {
    display: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    position: fixed;
    overflow-y: scroll;
    border: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
  }
  .box_booking.mobile_fixed .head {
    padding: 10px 20px 10px 20px;
    position: relative;
  }
  .box_booking.mobile_fixed .head h3 {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
  }
  .box_booking.mobile_fixed .head .offer {
    display: none;
  }
  .box_booking.mobile_fixed .head a.close_panel_mobile {
    display: inline-block;
  }
  .box_booking.mobile_fixed .main {
    padding-bottom: 50px;
  }
  .box_booking.mobile_fixed .btn_1_mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px;
    background-color: #fff;
    border-top: 1px solid #ededed;
    z-index: 9999999;
  }
  .box_booking.mobile_fixed .btn_1_mobile .text-center {
    display: none;
  }
}

/*-------- Fixed Booking Panel--------*/
.box_booking a.close_panel_mobile {
  position: absolute;
  right: 10px;
  top: 0;
  color: #333;
  font-size: 26px;
  font-size: 1.625rem;
  display: none;
}
@media (max-width: 767px) {
  .box_booking.mobile_fixed {
    display: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    position: fixed;
    overflow-y: scroll;
    border: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
  }
  .box_booking.mobile_fixed .head {
    padding: 10px 20px 10px 20px;
    position: relative;
  }
  .box_booking.mobile_fixed .head h3 {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
  }
  .box_booking.mobile_fixed .head .offer {
    display: none;
  }
  .box_booking.mobile_fixed .head a.close_panel_mobile {
    display: inline-block;
  }
  .box_booking.mobile_fixed .main {
    padding-bottom: 50px;
  }
  .box_booking.mobile_fixed .btn_1_mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #ededed;
    z-index: 9999999;
  }
  .box_booking.mobile_fixed .btn_1_mobile .text-center {
    display: none;
  }
}

.btn_reserve_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-top: 1px solid #ededed;
  display: none;
  z-index: 9;
}
@media (max-width: 767px) {
  .btn_reserve_fixed {
    display: block;
  }
}

/*! jQuery UI - v1.10.4
* http://jqueryui.com

/* Layout helpers
----------------------------------*/
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-datepicker {
  width: 100%;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: -4px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  font-family: 'ElegantIcons';
  font-size: 26px;
  font-size: 1.625rem;
}

.ui-datepicker .ui-datepicker-prev:before {
  content: "\34";
}

.ui-datepicker .ui-datepicker-next:before {
  content: "\35";
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  background-color: transparent !important;
}

.ui-datepicker .ui-datepicker-next-hover {
  background-color: transparent !important;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 400;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 2px 5px 12px 5px;
  text-align: center;
  text-decoration: none;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget-content {
  color: #362b36;
}

.ui-widget-content a {
  color: #362b36;
}

.ui-widget-header {
  color: #222222;
  font-weight: 500;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px dotted #ccc;
  font-weight: 600;
  color: #444;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #2779aa;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background-color: #dfd;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #3F622A !important;
  color: #fff !important;
}
.ui-state-active:after,
.ui-widget-content .ui-state-active:after,
.ui-widget-header .ui-state-active:after {
  color: #ffff66;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #dfd;
  color: #444;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

.ui-datepicker td a {
  position: relative;
}

.ui-datepicker td a:after {
  display: block;
  color: red;
  font-size: 11px;
  font-size: 0.6875rem;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 500;
  width: 100%;
}

.tabs_detail {
  margin-top: 15px;
}
.tabs_detail .nav-tabs {
  border: none;
  border-bottom: 2px solid #ededed;
  display: flex;
}
@media (max-width: 767px) {
  .tabs_detail .nav-tabs {
    display: none;
  }
}
.tabs_detail .nav-tabs .nav-item {
  text-transform: uppercase;
  font-weight: 500;
}
.tabs_detail .tab-content .card {
  border: none;
  background-color: transparent;
}
.tabs_detail .tab-content .card .card-header {
  padding: 0;
  background-color: transparent;
  border: 0;
  background-color: #f8f8f8;
}
.tabs_detail .tab-content .card .card-header a {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px;
  color: #222;
}
.tabs_detail .tab-content .card .card-body {
  padding: 45px 0 25px 0;
}
@media (max-width: 991px) {
  .tabs_detail .tab-content .card .card-body {
    padding: 25px 0 5px 0;
  }
}
@media (max-width: 991px) {
  .tabs_detail .tab-content .card .card-body.reviews .add_bottom_45 {
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .tabs_detail .tab-content .card {
    border: none;
  }
  .tabs_detail .tab-content .card .card-header {
    display: none;
  }
  .tabs_detail .tab-content .card .collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .tabs_detail .tab-content {
    margin-bottom: 25px;
  }
  .tabs_detail .tab-content .card-header a:after {
    font-family: 'ElegantIcons';
    width: 20px;
    display: block;
    float: right;
  }
  .tabs_detail .tab-content .card-header a.collapsed:after {
    content: "\50";
  }
  .tabs_detail .tab-content .card-header a:after {
    content: "\4f";
  }
  .tabs_detail .tab-content .fade:not(.show) {
    opacity: 1;
  }
  .tabs_detail .tab-content .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

ul.share-buttons {
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0 0 25px 0;
}
ul.share-buttons li {
  display: inline-block;
  margin: 0 5px 5px 5px;
}
ul.share-buttons li a {
  background: #fff;
  border: 1px solid #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 7px 20px;
  transition: 0.3s;
  display: inline-block;
  line-height: 17px;
  font-weight: 500;
}
ul.share-buttons li a:hover {
  color: #fff;
}
ul.share-buttons li a.fb-share {
  color: #3b5998;
}
ul.share-buttons li a.fb-share:hover {
  background: #3b5998;
  color: #fff;
  border-color: #3b5998;
}
ul.share-buttons li a.gplus-share {
  color: #dd4b39;
}
ul.share-buttons li a.gplus-share:hover {
  background: #dd4b39;
  color: #fff;
  border-color: #dd4b39;
}
ul.share-buttons li a.twitter-share {
  color: #1da1f2;
}
ul.share-buttons li a.twitter-share:hover {
  background: #1da1f2;
  color: #fff;
  border-color: #1da1f2;
}
ul.share-buttons li i {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  right: 3px;
  top: 2px;
}

.info_content h2 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
}
.info_content h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.125rem;
}
.info_content hr {
  margin-top: 25px;
  margin-bottom: 25px;
}
.info_content .menu_item h4 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.info_content .menu_item em {
  float: right;
}
.info_content .menu_item p {
  color: #777;
}

/* Menu items with thumbs */
.menu_item.thumbs {
  padding-left: 100px;
  position: relative;
  min-height: 100px;
  display: flex;
  align-items: center;
}
.menu_item.thumbs h4 {
  margin-bottom: 5px;
}
.menu_item.thumbs figure {
  width: 80px;
  height: 80px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
}
.menu_item.thumbs figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.menu_item.thumbs > div {
  width: 100%;
}
@media (max-width: 767px) {
  .menu_item.thumbs > div em {
    float: none;
  }
}
.menu_item.thumbs p {
  padding-right: 80px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .menu_item.thumbs p {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-right: 0;
  }
}

.pictures {
  margin-bottom: 45px;
  text-align: center;
}
.pictures figure {
  margin: 0;
  overflow: hidden;
  position: relative;
  height: 120px;
  width: 120px;
  display: inline-block;
}
@media (max-width: 767px) {
  .pictures figure {
    width: 80px;
    height: 80px;
  }
}
.pictures figure a {
  display: block;
}
.pictures figure a span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
}
.pictures figure a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  z-index: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pictures figure a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -moz-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}

a.show_hide:focus {
  color: #3F622A;
}
a.show_hide:focus:hover {
  color: #111;
}

.special_offers h2 {
  color: #e74747;
}
.special_offers h2:after, .special_offers h2:before {
  display: inline-block;
  width: 50px;
  height: 1px;
  content: '';
  vertical-align: middle;
  background: #e74747;
  margin: 0 8px;
}

.reviews #review_summary {
  text-align: center;
  background-color: #1f2f6a;
  color: #fff;
  padding: 20px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .reviews #review_summary {
    margin-bottom: 15px;
  }
}
.reviews #review_summary strong {
  font-size: 42px;
  font-size: 2.625rem;
  display: block;
  line-height: 1;
}
.reviews #review_summary em {
  font-style: normal;
  font-weight: 500;
  display: block;
}
.reviews .progress {
  margin-bottom: 12px;
  height: 5px;
}
.reviews .progress-bar {
  background-color: #3F622A;
}
.reviews .reviews_sum_details h6 {
  font-size: 14px;
  font-size: 0.875rem;
}
.reviews .reviews_sum_details strong {
  position: relative;
  top: -8px;
}

.review_card {
  border: 1px solid #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 25px 25px 10px 25px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
  -moz-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
  box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
}
.review_card .user_info {
  text-align: center;
}
@media (max-width: 767px) {
  .review_card .user_info {
    margin-bottom: 10px;
  }
}
.review_card .user_info figure {
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .review_card .user_info figure {
    float: left;
  }
}
.review_card .user_info figure img {
  width: 50px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.review_card .user_info h5 {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 767px) {
  .review_card .user_info h5 {
    float: left;
    margin: 18px 0 0 15px;
  }
}
.review_card .review_content h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.review_card .review_content .rating {
  float: left;
  font-weight: 600;
  font-size: 26px;
  font-size: 1.625rem;
  color: #3F622A;
}
.review_card .review_content .rating small {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}
.review_card .review_content .rating strong {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #444;
}
@media (max-width: 575px) {
  .review_card .review_content .rating {
    float: none;
    display: block;
  }
}
@media (max-width: 575px) {
  .review_card .review_content .rating em {
    float: none;
    display: inline-block;
    margin-left: 10px;
  }
}
.review_card .review_content em {
  color: #999;
  float: right;
}
@media (max-width: 575px) {
  .review_card .review_content em {
    float: none;
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}
.review_card .review_content ul {
  margin: 35px 0 25px 0;
  padding: 0;
}
.review_card .review_content ul li {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-right: 0;
}
@media (max-width: 575px) {
  .review_card .review_content ul li span {
    display: none;
  }
}
.review_card .review_content ul li a {
  background-color: #f0f0f0;
  padding: 7px 10px 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #444;
}
.review_card .review_content ul li a:hover {
  background-color: #3F622A;
  color: #fff;
}
.review_card .review_content ul li a i {
  margin-right: 5px;
}
@media (max-width: 575px) {
  .review_card .review_content ul li a i {
    margin-right: 0;
  }
}
.review_card .review_content ul li:last-child {
  float: right;
  margin-right: 0;
}
.review_card .reply {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .review_card .reply .user_info {
    display: none;
  }
}
.review_card .reply .user_info figure {
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.review_card .reply .user_info figure img {
  width: 50px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.review_card .reply .user_info h5 {
  font-size: 14px;
  font-size: 0.875rem;
}
.review_card .reply .review_content {
  border-left: 5px solid #ededed;
  padding-left: 20px;
}
@media (max-width: 575px) {
  .review_card .reply .review_content strong {
    display: block;
  }
}
.review_card .reply .review_content em {
  color: #999;
  font-style: italic;
  float: right;
}
@media (max-width: 575px) {
  .review_card .reply .review_content em {
    float: none;
    display: block;
    margin-top: 10px;
  }
}

.dropdown {
  border: 1px dotted #c8c8c8;
  padding: 0;
  margin-bottom: 5px;
}
.dropdown a {
  padding: 15px 15px 12px 15px;
  line-height: 1;
  color: #444;
  font-weight: 500;
  display: block;
  position: relative;
}
.dropdown a:after {
  font-family: 'food';
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 10px;
  top: 10px;
}
.dropdown.show a {
  color: #333;
}
.dropdown.show a:after {
  transform: rotateY(360deg);
  color: #333;
}
.dropdown .dropdown-menu {
  font-size: 14px;
  font-size: 0.875rem;
  background: #f8f8f8;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 15px;
  width: 100.5%;
  left: -1px !important;
  right: -1px !important;
  margin: 5px 0 0 0;
}
.dropdown .dropdown-menu h4 {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.dropdown.time a:after {
  content: '\0057';
}

.dropdown.people {
  margin-bottom: 25px;
}

.dropdown.people a:after {
  content: '\0059';
}

.radio_select ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.radio_select ul li {
  display: inline-block;
  margin: 0;
  width: 23.5%;
}
.radio_select input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.radio_select label {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 8px;
  border: 1px dotted #c8c8c8;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
.radio_select label em {
  display: block;
  color: red;
  font-style: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
}
.radio_select label:hover {
  background-color: #dfd;
}
.radio_select input[type="radio"]:focus + label {
  border: 1px solid transparent;
  background-color: #3F622A;
  color: #fff;
}
.radio_select input[type="radio"]:focus + label em {
  color: #ffff66;
}
.radio_select input[type="radio"]:checked + label {
  border: 1px solid transparent;
  background-color: #3F622A;
  color: #fff;
}
.radio_select input[type="radio"]:checked + label em {
  color: #ffff66;
}

.other_info {
  background-color: #f9f9f9;
  padding: 25px 25px 5px 25px;
  margin-bottom: 20px;
}
.other_info h2 {
  margin-bottom: 35px;
}

.follow_us_detail a {
  color: #999;
  display: inline-block;
  margin: 5px 5px 0 0;
}
.follow_us_detail a:hover {
  color: #3F622A;
}
.follow_us_detail a i {
  font-size: 24px;
  font-size: 1.5rem;
}

/*============================================================================================*/
/* GuiaPana — TheFork-style detail page */
/*============================================================================================*/

/* Sticky section nav — TheFork exact style */
.detail_sticky_nav {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #fff;
  border-bottom: 0.8px solid #eff0f0;
  display: flex;
  margin: 0;
  padding: 0;
}
.detail_nav_btn {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  color: #020e18;
  background: none;
  border: none;
  padding: 12px 16px 20px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  transition: font-weight 0.15s;
}
.detail_nav_btn:hover {
  color: #000;
}
.detail_nav_btn.active {
  font-weight: 700;
}
.detail_nav_btn.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 4px;
  background: #020e18;
  border-radius: 1000px 1000px 0 0;
}

/* Sections with TheFork spacing */
.detail_section {
  padding: 35px 0;
  border-bottom: 1px solid #eff0f0;
}
.detail_section:last-child {
  border-bottom: none;
}
/* Fix breadcrumb arrow alignment */
.breadcrumbs ul li:after {
  top: 0;
  vertical-align: middle;
}

.detail_section h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #020e18;
  text-align: left;
}

/* Delivery rating badge */
.score_delivery {
  margin-top: 8px;
}
.score_delivery strong {
  background-color: #00b14f;
}

/* Rating summary box — TheFork style */
.rating_summary_box {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}
.rating_summary {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rating_summary_left {
  flex-shrink: 0;
  text-align: center;
}
.rating_number {
  font-size: 36px;
  font-weight: 800;
  color: #020e18;
  line-height: 1;
}
.rating_scale {
  font-size: 13px;
  font-weight: 400;
  color: #999;
  display: block;
  margin-top: 2px;
}
.rating_summary_meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  flex-shrink: 0;
}
.rating_label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #00665a;
  background: #e6f5f0;
  padding: 3px 10px;
  border-radius: 12px;
  width: fit-content;
}
.rating_count {
  font-size: 14px;
  color: #666;
}

/* Sub-ratings with bars */
.sub_ratings_bars {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: auto;
  flex: 1;
  max-width: 320px;
}
.sub_rating_bar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sub_rating_bar_label {
  font-size: 14px;
  font-weight: 500;
  color: #020e18;
  min-width: 70px;
}
.sub_rating_bar_track {
  flex: 1;
  height: 8px;
  background: #eff0f0;
  border-radius: 4px;
}
.sub_rating_bar_fill {
  height: 8px;
  background: #00665a;
  border-radius: 4px;
  display: block;
}
.sub_rating_bar_value {
  font-size: 14px;
  font-weight: 700;
  color: #020e18;
  min-width: 28px;
  text-align: right;
}

/* Delivery bar — same style as others */

/* Menu summary card (TheFork Descripción view) */
.menu_summary_photo {
  display: inline-block;
  margin-bottom: 16px;
}
.menu_summary_photo a {
  display: block;
  position: relative;
  width: 180px;
  cursor: pointer;
}
.menu_summary_photo img {
  width: 180px;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.menu_photo_count {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.65);
  color: #fff;
  font-size: 13px;
  padding: 3px 8px;
  border-radius: 4px;
}
.menu_photo_count i {
  margin-right: 3px;
}
.menu_summary_photo_label {
  margin-top: 6px;
}
.menu_summary_photo_label strong {
  font-size: 14px;
  display: block;
  color: #020e18;
}
.menu_summary_photo_label span {
  font-size: 13px;
  color: #3F622A;
}
.menu_summary_info {
  border: 1px solid #eff0f0;
  border-radius: 8px;
  padding: 0;
  margin-bottom: 20px;
}
.menu_summary_row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid #eff0f0;
  font-size: 14px;
}
.menu_summary_row:last-child {
  border-bottom: none;
}
.menu_summary_row i {
  font-size: 20px;
  color: #999;
  flex-shrink: 0;
}
.menu_summary_row strong {
  font-size: 14px;
  font-weight: 700;
  color: #020e18;
}

/* Popular badge on menu items */
.badge_popular {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: #ff8c00;
  padding: 2px 6px;
  border-radius: 3px;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 5px;
}

/* Show/hide toggle links for menu sections */
a.show_hide_menu {
  color: #3F622A;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin: 10px 0 5px;
}
a.show_hide_menu:hover {
  color: #111;
  text-decoration: underline;
}

/* Description badges row */
.desc_badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

/* Establishment type badge */
.establishment_badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #00665a;
  background: #e6f5f0;
  padding: 4px 12px;
  border-radius: 16px;
  text-transform: capitalize;
  margin-bottom: 0;
}

/* Unique selling point */
.usp_text {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  font-style: italic;
  border-left: 3px solid #00665a;
  padding-left: 12px;
  margin-bottom: 16px;
}

/* Description text with truncation */
.desc_text_wrap {
  font-size: 15px;
  line-height: 1.65;
  color: #374151;
  max-height: 120px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.4s ease;
}
.desc_text_wrap.expanded {
  max-height: none;
}
.desc_text_wrap:not(.expanded)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(transparent, #fff);
}
.desc_read_more {
  background: none;
  border: none;
  color: #00665a;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  padding: 6px 0;
  font-family: inherit;
}
.desc_read_more:hover {
  text-decoration: underline;
}

/* Signature dishes — improved section */
.signature_dishes_section {
  margin: 20px 0 16px;
  padding: 16px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 12px;
}
.signature_dishes_header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.signature_dishes_header strong {
  font-size: 14px;
  font-weight: 700;
  color: #92400e;
}
.signature_dishes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}
.dish_chip {
  display: inline-block;
  font-size: 13px;
  color: #92400e;
  background: #fff;
  border: 1px solid #fde68a;
  padding: 4px 12px;
  border-radius: 16px;
  font-weight: 500;
}

/* Tags grouped by category */
.tags_grouped {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tag_group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.tag_group_label {
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  min-width: 90px;
  padding-top: 4px;
  flex-shrink: 0;
}
.tag_group_chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tag_chip {
  display: inline-block;
  font-size: 12px;
  color: #00665a;
  background: #fff;
  border: 1px solid #d1d5db;
  padding: 3px 10px;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.15s;
}
.tag_chip:hover {
  background: #00665a;
  color: #fff;
  border-color: #00665a;
}
@media (max-width: 575px) {
  .tag_group {
    flex-direction: column;
    gap: 6px;
  }
  .tag_group_label {
    min-width: auto;
  }
}

/* Company name */
.company_name_text {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 12px;
  margin-bottom: 0;
}

/*-------- AI Insights Card (GuiaPana style) --------*/
.gp-ai-insights {
    background: linear-gradient(135deg, #e6f2ef 0%, #f0f7f5 100%);
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #d4e8e2;
}

.gp-ai-insights__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.gp-ai-insights__icon {
    width: 32px;
    height: 32px;
    background: #00584b;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.gp-ai-insights__title {
    font-size: 16px;
    font-weight: 700;
    color: #020e18;
}

.gp-ai-insights__subtitle {
    font-size: 11px;
    color: #8e8ea0;
    margin-top: 1px;
}

.gp-ai-insights__summary {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 20px;
}

.gp-ai-insights__ratings {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.gp-ai-rating-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #e8eaed;
    padding: 8px 14px;
    border-radius: 10px;
    flex: 1;
    min-width: 180px;
}

.gp-ai-rating-badge__icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.gp-ai-rating-badge__icon--food {
    background: #e6f5f0;
    color: #00665a;
}

.gp-ai-rating-badge__icon--service {
    background: #e8f0fe;
    color: #1a56db;
}

.gp-ai-rating-badge__icon--ambience {
    background: #f3e8ff;
    color: #7c3aed;
}

.gp-ai-rating-badge__score {
    font-size: 14px;
    font-weight: 700;
    color: #020e18;
}

.gp-ai-rating-badge__text {
    font-size: 12px;
    color: #5a5a72;
    margin-top: 1px;
}

.gp-ai-insights__section-label {
    font-size: 12px;
    font-weight: 700;
    color: #00584b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.gp-ai-dish-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.gp-ai-dish-chip {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    color: #333;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 5px 12px;
    border-radius: 16px;
}

.gp-ai-dish-chip__mentions {
    color: #00665a;
    font-weight: 700;
    margin-left: 6px;
    font-size: 12px;
}

.gp-ai-ideal-chips {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.gp-ai-ideal-chip {
    display: inline-block;
    font-size: 12px;
    color: #00665a;
    background: #fff;
    border: 1px solid #00665a;
    padding: 4px 12px;
    border-radius: 16px;
    transition: all 0.15s;
}

.gp-ai-ideal-chip:hover {
    background: #00665a;
    color: #fff;
}

.gp-ai-insights__fact {
    background: #fff;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e8eaed;
}

.gp-ai-insights__fact-icon {
    color: #f5a623;
    font-size: 18px;
    flex-shrink: 0;
}

.gp-ai-insights__fact-text {
    font-size: 13px;
    color: #5a5a72;
}

.gp-ai-insights__fact-text strong {
    color: #020e18;
}

.gp-ai-insights__footer {
    border-top: 1px solid #d4e8e2;
    padding-top: 14px;
}

.gp-ai-insights__disclaimer {
    font-size: 11px;
    color: #8e8ea0;
    line-height: 1.5;
    margin-bottom: 8px;
}

.gp-ai-insights__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.gp-ai-insights__date {
    font-size: 10px;
    color: #b0b0b0;
}

.gp-ai-insights__feedback {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    color: #8e8ea0;
}

.gp-ai-insights__feedback-btn {
    background: none;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 4px 8px;
    cursor: pointer;
    font-size: 14px;
    color: #8e8ea0;
    transition: all 0.15s;
}

.gp-ai-insights__feedback-btn:hover {
    border-color: #00584b;
    color: #00584b;
    background: #e6f5f0;
}

@media (max-width: 575px) {
    .gp-ai-insights {
        padding: 16px;
    }
    .gp-ai-insights__ratings {
        flex-direction: column;
    }
    .gp-ai-rating-badge {
        min-width: auto;
    }
    .gp-ai-insights__meta {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ── Veredicto banner ── */
.gp-ai-verdict {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #00584b;
    color: #fff;
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 16px;
}
.gp-ai-verdict__icon {
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 1px;
    color: #f5c842;
}
.gp-ai-verdict__text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

/* ── Scorecard ── */
.gp-ai-scorecard {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}
.gp-ai-scorecard__row {
    display: grid;
    grid-template-columns: 120px 1fr 36px auto;
    align-items: center;
    gap: 10px;
}
.gp-ai-scorecard__label {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gp-ai-scorecard__bar-wrap {
    flex: 1;
}
.gp-ai-scorecard__bar-track {
    height: 8px;
    background: #e8eaed;
    border-radius: 999px;
    overflow: hidden;
}
.gp-ai-scorecard__bar-fill {
    height: 100%;
    border-radius: 999px;
    transition: width 0.5s ease;
}
/* Tone colors */
.gp-ai-scorecard__bar-fill--great  { background: #1c8c4c; }
.gp-ai-scorecard__bar-fill--good   { background: #32a067; }
.gp-ai-scorecard__bar-fill--mixed  { background: #f5a623; }
.gp-ai-scorecard__bar-fill--bad    { background: #e74c3c; }

.gp-ai-scorecard__score {
    font-size: 13px;
    font-weight: 700;
    color: #00584b;
    text-align: right;
    white-space: nowrap;
}
.gp-ai-scorecard__detail {
    font-size: 11px;
    color: #8e8ea0;
    white-space: nowrap;
}
.gp-ai-thumb {
    font-size: 10px;
}
.gp-ai-thumb--up   { color: #1c8c4c; }
.gp-ai-thumb--down { color: #e74c3c; }

/* ── Pros / Cons two-column block ── */
.gp-ai-proscons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 20px;
}
.gp-ai-proscons__col {
    background: #fff;
    border-radius: 10px;
    padding: 12px 14px;
    border: 1px solid #e8eaed;
}
.gp-ai-proscons__heading {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.gp-ai-proscons__col--pros .gp-ai-proscons__heading {
    color: #1c8c4c;
}
.gp-ai-proscons__col--cons .gp-ai-proscons__heading {
    color: #f5a623;
}
.gp-ai-chip-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.gp-ai-chip {
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    width: fit-content;
}
.gp-ai-chip--pro {
    background: #e6f5f0;
    color: #00584b;
    border: 1px solid #b2d8ce;
}
.gp-ai-chip--con {
    background: #fff8ec;
    color: #7a5200;
    border: 1px solid #f5d78e;
}

/* ── Dish chip sentiment variants ── */
.gp-ai-dish-chip--positivo {
    border-color: #b2d8ce;
}
.gp-ai-dish-chip--negativo {
    border-color: #f5c6c6;
    color: #7a2020;
}
.gp-ai-dish-chip--neutro {
    border-color: #e0e0e0;
}

/* Linked ideal-para chips keep the existing .gp-ai-ideal-chip styles (hover included) */
a.gp-ai-ideal-chip {
    text-decoration: none;
    cursor: pointer;
}

/* ── Responsive: scorecard collapses on mobile ── */
@media (max-width: 575px) {
    .gp-ai-scorecard__row {
        grid-template-columns: 90px 1fr 32px;
        grid-template-rows: auto auto;
    }
    .gp-ai-scorecard__detail {
        grid-column: 1 / -1;
        font-size: 10px;
    }
    .gp-ai-proscons {
        grid-template-columns: 1fr;
    }
    .gp-ai-verdict {
        padding: 10px 12px;
    }
}

/*============================================================================================*/
/* TheFork-style Gallery Grid */
/*============================================================================================*/
.gallery_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 4px;
    border-radius: 12px;
    overflow: hidden;
    height: 400px;
    margin-bottom: 20px;
}
.gallery_grid__main {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}
.gallery_grid__top-right {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}
.gallery_grid__mid-right {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}
.gallery_grid__bot-right {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}
.gallery_grid a {
    display: block;
    overflow: hidden;
    position: relative;
}
.gallery_grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.gallery_grid a:hover img {
    transform: scale(1.03);
}
.gallery_grid__more {
    cursor: pointer;
}
.gallery_grid__count {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .gallery_grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: 250px;
    }
    .gallery_grid__top-right,
    .gallery_grid__mid-right,
    .gallery_grid__bot-right {
        display: none;
    }
    .gallery_grid__main {
        grid-row: 1;
        grid-column: 1;
    }
}

/*============================================================================================*/
/* FAQ Accordion */
/*============================================================================================*/
.faq_accordion {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}
.faq_item {
    border-bottom: 1px solid #e5e7eb;
}
.faq_item:last-child {
    border-bottom: none;
}
.faq_question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    background: none;
    border: none;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    color: #020e18;
    text-align: left;
    cursor: pointer;
    transition: background 0.15s;
}
.faq_question:hover {
    background: #f9fafb;
}
.faq_chevron {
    flex-shrink: 0;
    color: #9ca3af;
    transition: transform 0.25s ease;
}
.faq_item.open .faq_chevron {
    transform: rotate(180deg);
}
.faq_answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.faq_item.open .faq_answer {
    max-height: 500px;
}
.faq_answer p {
    padding: 0 20px 16px;
    font-size: 14px;
    line-height: 1.6;
    color: #374151;
    margin: 0;
}

/*============================================================================================*/
/* Info Accordions (Más Información) */
/*============================================================================================*/
.info_accordion {
    border-bottom: 1px solid #e5e7eb;
}
.info_accordion:first-of-type {
    border-top: 1px solid #e5e7eb;
}
.info_accordion__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 0;
    background: none;
    border: none;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    color: #020e18;
    cursor: pointer;
}
.info_accordion__trigger:hover {
    color: #00665a;
}
.info_accordion__icon {
    color: #00665a;
    flex-shrink: 0;
    display: flex;
}
.info_accordion__label {
    flex: 1;
    text-align: left;
}
.info_accordion__chevron {
    flex-shrink: 0;
    color: #9ca3af;
    transition: transform 0.25s ease;
}
.info_accordion.open .info_accordion__chevron {
    transform: rotate(180deg);
}
.info_accordion__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 0 0 32px;
}
.info_accordion.open .info_accordion__body {
    max-height: 800px;
    padding-bottom: 16px;
}
.hours_grid {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.hours_row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 4px 0;
}
.hours_row--today {
    font-weight: 700;
    color: #00665a;
}
.hours_day {
    font-weight: 500;
    min-width: 100px;
}
.hours_closed {
    color: #dc2626;
    font-weight: 500;
}
.hours_peak {
    margin-top: 12px;
    font-size: 13px;
    color: #e65100;
    display: flex;
    align-items: center;
    gap: 6px;
}
.info_link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #00665a;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    margin-top: 6px;
}
.info_link:hover {
    text-decoration: underline;
}
.info_phones {
    margin-top: 10px;
}
.info_phone_link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #020e18;
    font-size: 14px;
    text-decoration: none;
    margin-right: 16px;
}
.info_phone_link:hover {
    color: #00665a;
}
.info_social {
    margin-top: 12px;
    display: flex;
    gap: 8px;
}
.info_social_link {
    color: #999;
    font-size: 24px;
    transition: color 0.15s;
}
.info_social_link:hover {
    color: #00665a;
}
.info_badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 16px;
    margin-bottom: 12px;
    margin-right: 6px;
}
.info_badge--delivery {
    background: #e6f5f0;
    color: #00665a;
}
.info_badge--reservations {
    background: #e8f0fe;
    color: #1a56db;
}
.info_sub_heading {
    font-size: 13px;
    font-weight: 700;
    color: #020e18;
    margin: 12px 0 6px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.info_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.info_tag {
    font-size: 13px;
    color: #555;
    background: #f5f5f5;
    border: 1px solid #e5e7eb;
    padding: 3px 10px;
    border-radius: 16px;
}

/*============================================================================================*/
/* Similar Dishes Grid */
/*============================================================================================*/
.similar_dishes_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
@media (max-width: 767px) {
    .similar_dishes_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}
.similar_dish_card {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s, transform 0.2s;
    cursor: pointer;
}
.similar_dish_card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transform: translateY(-2px);
    color: inherit;
    text-decoration: none;
}
.similar_dish_card__img {
    position: relative;
    height: 150px;
    overflow: hidden;
    background: #f5f5f5;
}
.similar_dish_card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.similar_dish_card__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.similar_dish_card__body {
    padding: 10px 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}
.similar_dish_card__name {
    font-size: 14px;
    font-weight: 600;
    color: #020e18;
    line-height: 1.3;
}
.similar_dish_card__restaurant {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.3;
}
.similar_dish_card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
}
.similar_dish_card__price {
    font-size: 13px;
    font-weight: 600;
    color: #020e18;
}
.similar_dish_card__rating {
    font-size: 12px;
    font-weight: 700;
    color: #00665a;
    background: #e6f5f0;
    padding: 2px 8px;
    border-radius: 6px;
}

/*============================================================================================*/
/* Related Restaurants — Horizontal Scroll */
/*============================================================================================*/
.related_section {
    padding: 32px 0;
    border-bottom: 1px solid #eff0f0;
}
.related_section:last-child {
    border-bottom: none;
}
.related_section h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #020e18;
    margin-bottom: 16px;
}
.related_scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    scrollbar-width: thin;
    scrollbar-color: #d1d5db transparent;
}
.related_scroll::-webkit-scrollbar {
    height: 6px;
}
.related_scroll::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}
.related_card {
    flex: 0 0 260px;
    scroll-snap-align: start;
    text-decoration: none;
    color: inherit;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    transition: box-shadow 0.2s, transform 0.2s;
    cursor: pointer;
}
.related_card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}
.related_card__img {
    height: 160px;
    overflow: hidden;
    background: #f5f5f5;
}
.related_card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.related_card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
}
.related_card__body {
    padding: 12px;
}
.related_card__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 4px;
}
.related_card__name {
    font-size: 15px;
    font-weight: 600;
    color: #020e18;
    line-height: 1.3;
}
.related_card__rating {
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 700;
    color: #00665a;
    background: #e6f5f0;
    padding: 2px 8px;
    border-radius: 6px;
}
.related_card__meta {
    display: block;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
}

/*-------- On-demand Google photos: skeleton placeholders --------*/
/* The loader reuses the real .detail_gallery grid layout, so the skeleton
   tiles occupy the exact spots the photos will fill. */
.photo_skeleton {
  position: relative;
  overflow: hidden;
  background: #e9ecef;
  border-radius: 8px;
  display: block;
}
/* Shimmer sweep */
.photo_skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.55) 50%,
    rgba(255, 255, 255, 0) 100%);
  animation: photo_shimmer 1.3s infinite;
}
@keyframes photo_shimmer { 100% { transform: translateX(100%); } }
/* Skeleton anchors have no href; keep the cursor neutral while loading. */
.detail_gallery_loading .photo_skeleton { cursor: default; }
