.elementor-1602 .elementor-element.elementor-element-2a43ca8{--display:flex;--background-transition:0.3s;}.elementor-1602 .elementor-element.elementor-element-5936bb6 > .elementor-widget-container{margin:80px 0px 80px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-5936bb6 *//* ============================================================
   ASSINATURAS - FULLBELLY
   ============================================================ */

.fubelly-subs {
  font-family: "Assistant", -apple-system, BlinkMacSystemFont, sans-serif;
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 20px 70px;
  color: #333;
}
.fubelly-subs * { box-sizing: border-box; }

.fubelly-subs-title {
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.fubelly-subs-sub {
  font-size: 15px;
  color: #777;
  margin: 8px 0 0;
  padding-bottom: 26px;
  border-bottom: 1px solid #eee;
}

.fubelly-subs-list { margin-top: 34px; }

.fubelly-subs-empty {
  margin-top: 34px;
  color: #999;
  font-size: 15px;
}

/* CARD */
.fubelly-sub-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  border: 1px solid #ececec;
  border-radius: 16px;
  background: #fff;
  padding: 20px 26px;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
}

.fubelly-sub-img { flex: 0 0 96px; }
.fubelly-sub-img img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.fubelly-sub-info {
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 150px; /* espaço para o link no canto */
}

.fubelly-sub-name {
  font-size: 19px;
  font-weight: 600;
  color: #222;
  margin: 0 0 8px;
}

.fubelly-sub-ingredientes {
  font-size: 14px;
  color: #777;
  margin: 0 0 12px;
  line-height: 1.5;
}
.fubelly-sub-ingredientes span:not(:last-child)::after {
  content: "·";
  margin: 0 8px;
  color: #cfcfcf;
}

.fubelly-sub-pagamento {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
}
.fubelly-sub-label { font-size: 13px; color: #999; }
.fubelly-sub-data  { font-size: 14px; color: #333; font-weight: 500; }

/* LINK GERIR */
.fubelly-sub-gerir {
  position: absolute;
  top: 22px;
  right: 26px;
  color: #a36b70;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
.fubelly-sub-gerir:hover { text-decoration: underline; }

/* RESPONSIVO */
@media (max-width: 680px) {
  .fubelly-sub-card {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .fubelly-sub-info { padding-right: 0; }
  .fubelly-sub-gerir {
    position: static;
    margin-top: 14px;
  }
}/* End custom CSS */