.bgo-menu-section {
  margin-bottom: 40px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.bgo-menu-heading {
  font-family: 'Georgia', serif;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.bgo-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bgo-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f2f2f2;
}

.bgo-menu-thumbnail img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 16px;
}

.bgo-menu-content {
  flex: 1;
  margin-left: 16px;
}

.bgo-menu-title {
  display: block;
  font-weight: 600;
  font-size: 20px;
}

.bgo-menu-description {
  font-size: 14px;
  color: #777;
}

.bgo-menu-price {
  font-weight: bold;
      font-size: 24px;
    text-align: center;
  white-space: nowrap;
width: 80px;
}
div.bgo-menu-price > span {
    font-size: 14px;
    color: #777;
    display: block;
    text-align: center;
    font-weight: 400;
    letter-spacing: -0.5px;
white-space: nowrap;
}
/* Tabs */
.bgo-tabs { margin-bottom: 32px; }
.bgo-tabs-nav {
  display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; margin-bottom: 20px;
}
.bgo-tab-btn {
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
    display: block;
    padding: 4px;
    margin-bottom: 0px;
    line-height: 1.42857;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    color: #FF6107;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
        padding: 12px;
    font-size: 17px;
}
.bgo-tab-btn:hover { transform: translateY(-1px); background: #FF6107; border-color: #FF6107; color: #fff; }
.bgo-tab-btn.is-active { background: #FF6107; border-color: #FF6107; color: #fff; }

.bgo-tab-panel { display: none; }
.bgo-tab-panel.is-active { display: block; }

/* Lista, items e imagen redonda (como ya tenías) */
.bgo-menu-list { list-style: none; margin: 0; padding: 0; }
.bgo-menu-item {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 12px 0; border-bottom: 1px solid #f2f2f2;
}
.bgo-menu-thumbnail img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.bgo-menu-content { flex: 1; }
.bgo-menu-title { display:block; font-weight: 700; }
.bgo-menu-description { font-size: 14px; color: #777; }
.bgo-alergenos-icons img { vertical-align: middle; margin-right: 6px; }

.bgo-menu-prices {
    text-align: right;
    min-width: 140px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-end;
}
.bgo-menu-price { font-weight: 700; white-space: nowrap; }
.bgo-menu-price span { display:block; font-weight: 400; font-size: 12px; color:#777; line-height: 1; }
/* Botón "Volver arriba" */
.bgo-back-top-wrap { text-align: center; margin: 24px 0 8px; }
.bgo-back-top {
  padding: 10px 16px; border: 1px solid #FF6107; background: #fff; border-radius: 8px;
  cursor: pointer; font-weight: 600; color: #FF6107;
}
.bgo-back-top:hover { background: #FF6107; color: #fff; }
.lightbox-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background: rgba(0,0,0,0.85);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
            display: none;
        }
        .lightbox-overlay img {
            max-width: 90%;
            max-height: 90%;
            box-shadow: 0 0 20px #000;
            border-radius: 8px;
        }
        .lightbox-overlay.show {
            display: flex;
        }
        .lightbox-img {
            cursor: zoom-in;
        }


.alergenos-leyenda {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 2px solid #eee;
}
.leyenda-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
.leyenda-list {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    justify-content: center;
    list-style: none;
padding-left: 0px;
}
.leyenda-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #444;
border: 1px solid #ececec;
    padding: 10px;
}
.leyenda-item img {
  display: inline-block;
}
h3.bgo-subcat-title {
    display: block;
    text-align: center;
    color: #ff6107;
    text-transform: uppercase;
    font-size: 20px;
}
.subcats-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
@media(max-width: 769px){
.bgo-menu-item {
    display: flex;
    grid-template-columns: 14% 50% 25%;
    align-items: center;
    justify-content: space-between;
    gap: 1%;
    padding: 12px 0;
    border-bottom: 1px solid #f2f2f2;
}
.bgo-tabs-panels .entry-content ul{
	    padding-left: 0px;
}
    .bgo-menu-prices {
        text-align: right;
        min-width: 30%;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-end;
            gap: 12px;
    }
.bgo-menu-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    margin: 0px !important;
}
.bgo-menu-content {
    flex: 1;
    margin-left: 0px;
}
.bgo-tab-btn{
	    font-size: 12px;
}

.bgo-tabs-nav {
    gap: 7px;
}
.bgo-menu-list {
    padding-left: 0px!important;
max-width: 90%;
        margin: 0 auto !important;
}
.bgo-menu-title {
    font-size: 15px;
}


div.bgo-menu-price > span {
    font-size: 12px;
}
.bgo-menu-price {
    font-weight: bold;
    font-size: 20px;
	width: auto;
}
.leyenda-list {
    grid-template-columns: 40% 40%;
padding-left: 0px;
}
.lightbox-img {
    cursor: zoom-in;
    max-width: 50px;
    margin-right: 10px;
}
}
