@charset "utf-8";/* BISTRO BUDDY News Layout + Legal Directory v1.0.0 */
html.bb-news-layout-v1 {
  --bb-news-orange: #ef7724;
  --bb-news-blue: #2d7ff9;
  --bb-news-ink: #20263a;
  --bb-news-muted: #667085;
  --bb-news-surface: #ffffff;
  --bb-news-line: rgba(32,38,58,.12);
}

html.bb-news-layout-v1 .blog .row[class*="cols-"] {
  align-items: stretch;
  row-gap: clamp(20px, 2vw, 30px);
}

html.bb-news-layout-v1 .blog .row[class*="cols-"] > [class*="col-"] {
  display: flex;
  min-width: 0;
  margin-bottom: 0 !important;
}

html.bb-news-layout-v1 .blog .article {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--bb-news-line);
  border-radius: 18px;
  background: var(--bb-news-surface);
  box-shadow: 0 12px 34px rgba(19,29,57,.09);
}

html.bb-news-layout-v1 .blog .article-intro-image,
html.bb-news-layout-v1 .blog .article-featured-video,
html.bb-news-layout-v1 .blog .article-feature-gallery {
  float: none !important;
  width: 100%;
  margin: 0 !important;
  overflow: hidden;
  background: #111827;
}

html.bb-news-layout-v1 .blog .article-intro-image img,
html.bb-news-layout-v1 .blog .article-feature-gallery img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

html.bb-news-layout-v1 .blog .article-featured-video .ratio,
html.bb-news-layout-v1 .blog .article-featured-video iframe {
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 16 / 9;
}

html.bb-news-layout-v1 .blog .article-body {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  padding: clamp(16px, 2vw, 24px);
}

html.bb-news-layout-v1 .blog .article-header h2 {
  margin: 0 0 12px;
  font-size: clamp(1.15rem, 1.6vw, 1.55rem);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

html.bb-news-layout-v1 .blog .article-header h2 a {
  color: var(--bb-news-ink);
  text-decoration: none;
}

html.bb-news-layout-v1 .blog .article-header h2 a:hover,
html.bb-news-layout-v1 .blog .article-header h2 a:focus-visible {
  color: var(--bb-news-orange);
}

html.bb-news-layout-v1 .blog .article-info {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
  margin-bottom: 14px;
  color: var(--bb-news-muted);
  font-size: .84rem;
}

html.bb-news-layout-v1 .blog .article-introtext {
  position: relative;
  max-height: 18rem;
  overflow: hidden;
  color: #41495d;
  line-height: 1.65;
}

html.bb-news-layout-v1 .blog .article-introtext::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3.5rem;
  content: "";
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 84%);
}

html.bb-news-layout-v1 .blog .bb-news-readmore {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 7px;
  margin-top: 18px;
  padding: 10px 15px;
  border: 1px solid rgba(239,119,36,.32);
  border-radius: 999px;
  color: #a74610;
  background: rgba(239,119,36,.09);
  font-weight: 800;
  text-decoration: none;
}

html.bb-news-layout-v1 .blog .bb-news-readmore:hover,
html.bb-news-layout-v1 .blog .bb-news-readmore:focus-visible {
  color: #fff;
  background: var(--bb-news-orange);
}

html.bb-news-layout-v1 #sp-news-bottom .sp-module:has([data-bbns]),
html.bb-news-layout-v1 #sp-news-bottom .sp-module:has(#bbns-533) {
  margin-top: clamp(28px, 5vw, 64px);
}

#sp-footer1 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

#sp-footer2 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

#sp-footer1 .sp-copyright {
  display: block;
  margin-bottom: 16px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

#sp-footer1 .bb-legal-directory {
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  color: #f7f9ff;
  background:
    radial-gradient(circle at 12% 0%, rgba(239,119,36,.24), transparent 34%),
    radial-gradient(circle at 90% 4%, rgba(45,127,249,.2), transparent 32%),
    linear-gradient(135deg, #202233, #111827 72%);
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
  text-align: left;
}

#sp-footer1 .bb-legal-head {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(230px, .65fr);
  gap: 16px 22px;
  align-items: end;
  margin-bottom: 20px;
}

#sp-footer1 .bb-legal-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  color: #ffb16f;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

#sp-footer1 .bb-legal-title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.15;
}

#sp-footer1 .bb-legal-subtitle {
  margin: 7px 0 0;
  color: rgba(255,255,255,.72);
  line-height: 1.5;
}

#sp-footer1 .bb-legal-search {
  width: 100%;
  min-height: 46px;
  padding: 10px 15px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  color: #fff;
  background: rgba(255,255,255,.08);
  outline: none;
}

#sp-footer1 .bb-legal-search::placeholder {
  color: rgba(255,255,255,.58);
}

#sp-footer1 .bb-legal-search:focus {
  border-color: #ff9a49;
  box-shadow: 0 0 0 3px rgba(239,119,36,.22);
}

#sp-footer1 .bb-legal-list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 9px 12px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#sp-footer1 .bb-legal-list > li {
  display: block;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}

#sp-footer1 .bb-legal-list > li[hidden] {
  display: none !important;
}

#sp-footer1 .bb-legal-list a {
  display: flex;
  align-items: center;
  min-height: 46px;
  height: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 11px;
  color: rgba(255,255,255,.88) !important;
  background: rgba(255,255,255,.055);
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
  text-decoration: none !important;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

#sp-footer1 .bb-legal-list a:hover,
#sp-footer1 .bb-legal-list a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255,154,73,.7);
  color: #fff !important;
  background: rgba(239,119,36,.16);
}

#sp-footer1 .bb-legal-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

#sp-footer1 .bb-legal-toggle {
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #df681e, #f18a3b);
  box-shadow: 0 8px 22px rgba(239,119,36,.2);
  font-weight: 900;
  cursor: pointer;
}

#sp-footer1 .bb-legal-count {
  align-self: center;
  color: rgba(255,255,255,.66);
  font-size: .85rem;
}

@media (max-width: 991.98px) {
  #sp-footer1 .bb-legal-head {
    grid-template-columns: 1fr;
  }
  #sp-footer1 .bb-legal-list {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 575.98px) {
  html.bb-news-layout-v1 .blog .row[class*="cols-"] > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #sp-footer1 .bb-legal-directory {
    padding: 16px;
    border-radius: 16px;
  }
  #sp-footer1 .bb-legal-list {
    grid-template-columns: 1fr;
  }
}
