* { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --text: #1a1f2e;
  --bg: #f4f6f9;
  --maincolor: #1a4b8c;
  --maincolor-mid: #1e3a6e;
  --border: #e2e8f0;
  --white: #ffffff;
  --forest: #1a4b8c;
  --forest-darker: #0f1e40;
  --forest-mid: #2563eb;
  --forest-light: #93c5fd;
  --cream2: #eff6ff;
  --box-shadow-1: 0 1px 3px 0 rgba(34, 40, 42, 0.1);
  --box-shadow-2: 0 4px 20px 0 rgba(33, 37, 41, 0.05);
  --box-shadow-3: 0 4px 20px 0 rgba(33, 37, 41, 0.15);
}

body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* ── LOGO ── */
.logo {
  max-width: 120px;
}

.logo a {
  display: flex;
  text-decoration: none;
}

.nav-inner > .logo {
  flex-shrink: 0;
  margin-right: 32px;
}

/* ── NAV ── */
nav { background: #fff; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 0; height: 60px; }
.nav-cats { display: flex; gap: 2px; overflow-x: auto; scrollbar-width: none; flex: 1; }
.nav-cats::-webkit-scrollbar { display: none; }
.nav-cat { text-decoration: none; font-size: 13px; font-weight: 600; color: #475569; padding: 6px 12px; border-radius: 6px; white-space: nowrap; transition: all .15s; }
.nav-cat:hover { background: #eff6ff; color: var(--maincolor); }
.nav-cta { margin-left: 16px; flex-shrink: 0; background: var(--maincolor); color: #fff; padding: 8px 18px; border-radius: 8px; font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.nav-cta:hover { background: var(--maincolor-mid); }

/* ── HERO ── */
.hero { background: linear-gradient(145deg, #0f1e40 0%, #1a4b8c 50%, #2563eb 100%); padding: 64px 24px 56px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.05) 1px, transparent 0); background-size: 30px 30px; }
.hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
.hero-left {}
.hero-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 20px; padding: 5px 14px; font-size: 13px; color: #93c5fd; font-weight: 600; margin-bottom: 20px; backdrop-filter: blur(4px); }
.hero h1 { font-size: 44px; font-weight: 900; color: #fff; line-height: 1.1; letter-spacing: -1.5px; margin-bottom: 16px; }
.hero h1 em { font-style: normal; color: #60a5fa; }
.hero-sub { font-size: 16px; color: rgba(255,255,255,0.72); line-height: 1.65; margin-bottom: 32px; max-width: 450px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-btn-primary { background: #fff; color: var(--maincolor); font-size: 14px; font-weight: 800; padding: 12px 24px; border-radius: 10px; text-decoration: none; transition: all .15s; }
.hero-btn-primary:hover { background: #eff6ff; transform: translateY(-1px); }
.hero-btn-secondary { background: rgba(255,255,255,0.12); border: 1.5px solid rgba(255,255,255,0.3); color: #fff; font-size: 14px; font-weight: 700; padding: 12px 22px; border-radius: 10px; text-decoration: none; transition: all .15s; }
.hero-btn-secondary:hover { background: rgba(255,255,255,0.2); }

/* ── FEATURED CARD ── */
.hero-card { background: #fff; border-radius: 20px; box-shadow: 0 16px 56px rgba(0,0,0,0.28), 0 2px 8px rgba(0,0,0,0.1); overflow: hidden; }
.hcard-top { background: linear-gradient(135deg, #1a4b8c, #2563eb, #3b82f6); padding: 22px 24px 20px; }
.hcard-eyebrow { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.65); margin-bottom: 8px; }
.hcard-title { font-size: 19px; font-weight: 800; color: #fff; line-height: 1.3; margin-bottom: 8px; }
.hcard-desc { font-size: 13px; color: rgba(255,255,255,0.72); line-height: 1.55; margin-bottom: 16px; }
.hcard-cta { display: inline-flex; align-items: center; gap: 6px; background: #fff; color: var(--maincolor); font-size: 13px; font-weight: 800; padding: 9px 18px; border-radius: 8px; text-decoration: none; transition: all .15s; }
.hcard-cta:hover { background: #eff6ff; }
.hcard-cta-arrow { font-size: 12px; }
.hcard-body { padding: 18px 20px 20px; }
.hcard-list-label { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .9px; color: #94a3b8; margin-bottom: 12px; }
.hcard-links { display: flex; flex-direction: column; gap: 1px; }
.hcard-link { display: flex; align-items: center; gap: 10px; padding: 10px 2px; border-bottom: 1px solid #f1f5f9; text-decoration: none; font-size: 13.5px; font-weight: 600; color: #334155; transition: color .15s; }
.hcard-link:last-child { border-bottom: none; }
.hcard-link:hover { color: #2563eb; }
.hcard-link-icon { font-size: 15px; flex-shrink: 0; }
.hcard-link-arrow { margin-left: auto; font-size: 11px; color: #cbd5e1; transition: color .15s; }
.hcard-link:hover .hcard-link-arrow { color: #2563eb; }

/* ── PILLS ── */
.hero-pills { max-width: 1100px; margin: 40px auto 0; position: relative; z-index: 1; }
.pills-label { font-size: 11.5px; font-weight: 700; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: .8px; margin-bottom: 10px; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pill { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.1); border: 1.5px solid rgba(255,255,255,0.2); border-radius: 100px; padding: 7px 14px; font-size: 13px; color: rgba(255,255,255,0.88); transition: all .15s; white-space: nowrap; font-weight: 500; backdrop-filter: blur(4px); text-decoration: none; }
.pill:hover { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.5); color: #fff; transform: translateY(-1px); }

/* ── SECTION WRAPPER ── */
.section { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-hd { display: flex; align-items: baseline; gap: 12px; margin-bottom: 20px; padding-top: 52px; }
.section-hd h2 { font-size: 24px; font-weight: 800; color: var(--text); letter-spacing: -.5px; }
.section-hd a { font-size: 13px; font-weight: 600; color: #2563eb; text-decoration: none; margin-left: auto; }
.section-hd a:hover { text-decoration: underline; }
.eyebrow { font-size: 11.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #2563eb; margin-bottom: 6px; }

/* ── FEATURED 3-BLOCK ── */
.featured-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 20px; margin-bottom: 0; }
.feat-main { background: #fff; border-radius: 16px; border: 1px solid var(--border); overflow: hidden; text-decoration: none; display: flex; flex-direction: column; transition: box-shadow .15s; }
.feat-main:hover { box-shadow: 0 8px 32px rgba(37,99,235,0.12); }
.feat-main-img { height: 200px; background: linear-gradient(135deg, #1a4b8c 0%, #2563eb 60%, #60a5fa 100%); display: flex; align-items: center; justify-content: center; font-size: 56px; }
.feat-main-body { display: block; padding: 22px 24px; }
.feat-main-body .eyebrow { display: block; margin-bottom: 8px; }
.feat-main-title {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  line-height: 1.25;
  margin-bottom: 10px;
  letter-spacing: -.3px;
}
.feat-main-desc {
  display: block;
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}
.feat-side { display: flex; flex-direction: column; gap: 12px; }
.feat-card { background: #fff; border-radius: 14px; border: 1px solid var(--border); padding: 18px; text-decoration: none; display: flex; align-items: center; gap: 14px; transition: box-shadow .15s; }
.feat-card:hover { box-shadow: 0 4px 20px rgba(37,99,235,0.1); }
.feat-card-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.feat-card-body { display: block; }
.feat-card-title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
  margin-bottom: 4px;
}
.feat-card-desc {
  display: block;
  font-size: 12.5px;
  color: #64748b;
}

/* ── ARTICLE GRID (1/3 blocks) ── */
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.art-card { background: #fff; border-radius: 14px; border: 1px solid var(--border); padding: 20px; text-decoration: none; display: flex; flex-direction: column; gap: 8px; transition: box-shadow .15s; }
.art-card:hover { box-shadow: 0 4px 20px rgba(37,99,235,0.1); border-color: #bfdbfe; }
.art-cat-tag { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; color: #2563eb; }
.art-card-title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.35;
}
.art-card-arrow { display: block; margin-top: auto; font-size: 12px; font-weight: 600; color: #2563eb; }

/* ── CATEGORY STRIP ── */
.cat-strip { display: grid; grid-template-columns: repeat(auto-fill,minmax(160px,1fr)); gap: 12px; margin-bottom: 0; }
.cat-tile { background: #fff; border-radius: 14px; border: 1px solid var(--border); padding: 20px 16px; text-align: center; text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 10px; transition: all .15s; }
.cat-tile:hover { border-color: #bfdbfe; box-shadow: 0 4px 16px rgba(37,99,235,0.1); transform: translateY(-2px); }
.cat-tile-icon { display: block; font-size: 28px; }
.cat-tile-name { display: block; font-size: 13.5px; font-weight: 700; color: var(--text); }
.cat-tile-count { display: block; font-size: 11.5px; color: #94a3b8; }

/* ── TRUST BAR ── */
.trust-bar { background: #eff6ff; border-top: 1px solid #dbeafe; border-bottom: 1px solid #dbeafe; padding: 20px 24px; margin-top: 52px; }
.trust-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: #1e3a8a; }
.trust-icon { font-size: 18px; }

/* ── 2-COLUMN CONTENT BLOCK ── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.content-block { background: #fff; border-radius: 16px; border: 1px solid var(--border); padding: 28px; }
.content-block h3 { font-size: 18px; font-weight: 800; color: var(--text); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid #eff6ff; }
.article-list { list-style: none; display: flex; flex-direction: column; gap: 0; }
.article-list li a { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid #f1f5f9; text-decoration: none; font-size: 14px; color: #334155; font-weight: 500; transition: color .15s; }
.article-list li:last-child a { border-bottom: none; }
.article-list li a:hover { color: #2563eb; }
.article-list li a::before { content: "→"; color: #93c5fd; font-size: 13px; flex-shrink: 0; }

/* ── FOOTER ── */
footer { background: #0f1e40; color: rgba(255,255,255,0.6); margin-top: 64px; padding: 48px 24px 32px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
footer .footer-brand p { font-size: 13px; line-height: 1.6; margin-top: 10px; color: rgba(255,255,255,0.5); }
.footer-col h4 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: rgba(255,255,255,0.4); margin-bottom: 14px; }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,0.6); text-decoration: none; margin-bottom: 8px; }
.footer-col a:hover { color: #60a5fa; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; font-size: 12.5px; display: flex; flex-direction: column; align-items: center; text-align: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.footer-bottom a { color: rgba(255,255,255,0.5); text-decoration: none; }
.footer-bottom a:hover { color: #60a5fa; }
.divider { height: 1px; background: var(--border); max-width: 1200px; margin: 0 auto; }
.pb-52 { padding-bottom: 52px; }

/* ── RESPONSIVE ── */
@media(max-width:860px) {
  .hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .hero h1 { font-size: 34px; }
  .hero-left { text-align: center; }
  .hero-sub {margin: 0 auto 32px;}
  .hero-btns { justify-content: center; }
  .hero-btns a { width: 100%; max-width: 500px;}
  .hero-pills .pills-label { text-align: center; }
  .hero-pills .pills { justify-content: center; }
  .featured-grid, .two-col { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: repeat(2,1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media(max-width:560px) {
  .article-grid { grid-template-columns: 1fr; }
}

/* ── MOBILE MENU BURGER ── */
.nav-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  padding: 4px;
  border-radius: 6px;
  flex-shrink: 0;
}
.nav-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--maincolor);
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}

/* ── MOBILE MENU DRAWER ── */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 360px;
  max-width: 92vw;
  height: 100%;
  background: #0f1e40;
  z-index: 200;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  overflow-y: auto;
}
.mobile-menu.is-open {
  transform: translateX(0);
}
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 199;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.mobile-menu-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}
.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
.mobile-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.mobile-menu-close span {
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
}
.mobile-menu-close span:first-child { transform: rotate(45deg); }
.mobile-menu-close span:last-child  { transform: rotate(-45deg); }
.mobile-menu-nav {
  display: flex;
  flex-direction: column;
  padding: 8px 0 24px;
  flex: 1;
}
.mobile-nav-cat {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  padding: 13px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition: background 0.15s, color 0.15s;
}
.mobile-nav-cat:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.mobile-nav-cta {
  display: block;
  margin: 20px 24px 0;
  background: #2563eb;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 20px;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  transition: background 0.15s;
}
.mobile-nav-cta:hover {
  background: var(--maincolor);
  color: #fff;
}

@media (max-width: 1180px) {
  .nav-burger { display: flex; }
  .nav-cats   { display: none; }
  .nav-cta    { display: none; }
  .nav-inner  { padding: 0 24px; }
}

/* LAYOUT RESET */
.home .container.main {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.container.layout {
  max-width: 100%;
  padding: 0;
}

.container.layout .row.layout {
  margin: 0;
}

.home .container.layout .row.layout > .cols {
  padding: 0;
}

.pages .main-wrapper .container.main {
  padding: 24px 16px;
}

/* FONTS RESET */
.pages h1,
.pages h2 {
  font-weight: 700;
  color: var(--text);
}

.pages h1,
.pages h2,
.pages h3,
.pages p,
.pages strong {
  color: var(--text);
}

.pages h1 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}

.pages h2 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 40px 0 18px;
}

.pages h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  margin: 24px 0 10px;
}

.pages p {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 16px;
}

.pages strong {
  font-weight: 700;
}

@media (max-width: 768px) {
  .pages h1 {
    font-size: 30px;
    margin-bottom: 16px;
  }

  .pages h2 {
    font-size: 25px;
    margin: 32px 0 16px;
  }

  .pages h3 {
    font-size: 20px;
    margin: 22px 0 8px;
  }

  .pages p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 14px;
  }
}

/* TABLE RESET */
table { margin: 32px 0; }

table th, table td {
  border-color: var(--border) !important;
  padding: 8px 16px !important;
}

table td {
  color: var(--text) !important;
}

table th {
  background: var(--maincolor) !important;
  color: var(--white) !important;
  font-size: 13px !important;
  font-weight: bold !important;
}

table tbody tr:nth-child(even) td {
  background: var(--bg) !important;
}

@media (max-width: 992px) {
  table {
    display: block !important;
    overflow-x: auto !important;
    border: 0 !important;
  }
}

@media (max-width: 768px) {
  .pages h1 {
    font-size: 30px;
    margin-bottom: 16px;
  }

  .pages h2 {
    font-size: 25px;
    margin: 32px 0 16px 0;
  }

  .pages h3 {
    font-size: 20px;
    margin: 22px 0 8px 0;
  }

  .pages p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 14px;
  }
}

/* CONTACT US FORM */
#contact-form {
  margin: 45px auto 0;
  max-width: 500px;
}

#contact-form input,
#contact-form textarea {
  flex: 1;
  border: 2px solid var(--bs-gray-300);
  border-radius: 6px;
  outline: 0;
  padding: 14px 18px;
  font-size: 14px;
  color: var(--text);
  min-width: 100%;
}

#contact-form input:active,
#contact-form input:focus,
#contact-form textarea:active,
#contact-form textarea:focus {
  border: 2px solid var(--maincolor);
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
  color: var(--bs-gray-600);
}

#contact-form button {
  background: var(--maincolor);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  padding: 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.2s;
  white-space: nowrap;
  width: 100%;
}

#contact-form button:hover {
  background: var(--maincolor-mid);
}

/* ═══════════════════════════════════
           WIDGETS
═══════════════════════════════════ */

/* IMAGE STYLE RESET */
.item-current-image img {
  box-shadow: none !important;
  border-radius: 4px !important;
  border-color: var(--bs-gray-300) !important;
}

/* SUBLIST */
.item-sublist a {
  width: 100%;
  height: 100%;
}

.item.item-bubbles {
  margin-bottom: 32px;
}

.item-bubbles .row {
  margin: 0;
}

.bubbles-chip {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  color: var(--text);
  display: flex;
  font-weight: 500;
  height: 100%;
  padding: 16px 48px 16px 24px;
  position: relative;
  transition: padding 0.2s ease-in-out;
}

.bubbles-chip:hover {
  color: var(--forest-darker);
  background: var(--cream2);
  border-color: var(--forest-light);
  padding-left: 20px;
}

.bubbles-chip:active,
.bubbles-chip:focus {
  background: var(--forest-mid);
  color: var(--white);
}

.bubbles-link {
  display: block;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
}

.bubbles-link .bubbles-outer {
  height: 100%;
  padding: 5px;
  max-width: 100%;
}

.sibling.link-button .bubbles-link .bubbles-outer,
.sibling.link-button .bubbles-chip {
  height: auto;
}

.col-gap:has(> .item-bubbles)::before {
  display: none !important;
}

.bubbles-chip::after {
  content: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.87771 7.01782H1.02042C0.737361 7.01782 0.496528 6.91886 0.297917 6.72094C0.0993056 6.52317 0 6.2833 0 6.00136C0 5.71942 0.0993056 5.4781 0.297917 5.2774C0.496528 5.07657 0.737361 4.97615 1.02042 4.97615H8.87771L5.66583 1.76428C5.46111 1.55955 5.35681 1.31719 5.35292 1.03719C5.34889 0.757332 5.45076 0.510249 5.65854 0.295943C5.86632 0.0948319 6.11014 -0.00377823 6.39 0.000110661C6.66986 0.00399955 6.91236 0.108583 7.1175 0.313861L12.0713 5.27407C12.1699 5.37282 12.2464 5.4856 12.3008 5.6124C12.3551 5.73935 12.3823 5.86865 12.3823 6.00032C12.3823 6.13199 12.3551 6.26122 12.3008 6.38803C12.2464 6.51497 12.1727 6.62497 12.0798 6.71803L7.10958 11.688C6.89403 11.9037 6.65368 12.0081 6.38854 12.0012C6.12354 11.9942 5.88715 11.8862 5.67938 11.6772C5.4716 11.4629 5.36771 11.2166 5.36771 10.9382C5.36771 10.6599 5.4716 10.4192 5.67938 10.2162L8.87771 7.01782Z' fill='%232563eb'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
}

.bubbles-chip:hover::after {
  right: 10px;
}

/* SUBLIST CARDS */
.item-sublist:has(.sublist.card) .row > div {
  padding: 5px !important;
}

.sublist.card {
  border: none;
  border-radius: 6px;
  box-shadow: var(--box-shadow-2);
  transition: 0.2s ease-in;
}

.sublist.card:hover {
  box-shadow: var(--box-shadow-3);
  color: var(--forest);
  transform: translateY(-4px);
}

.sublist.card h5 {
  margin-bottom: 0;
  font-weight: 500;
}

.sublist.card .card-body {
  padding: 16px;
}

@media (max-width: 767.98px) {
  .row div:has(> .sublist.card) {
    padding: 0 !important;
  }

  .row:has(> div .sublist.card) {
    margin: 0;
    gap: 10px;
  }

  .sublist.card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .sublist.card .card-img-top {
    border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    width: 120px;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
  }

  .sublist.card .card-body {
    flex: 1;
    padding: 1rem;
  }

  .sublist.card .card-body * {
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .sublist.card .card-body h5 {
    font-size: 16px;
  }
}
