/*---------------------------------
  Phase 2: shared components
  Loaded last, so it restyles the existing theme markup without editing
  templates. Uses the tokens in tokens.css. Header/menu are Phase 3a.
-----------------------------------*/

/* ===== Section header (INKURU ZIGEZWEHO, AMATANGAZO, ...) =====
   Was: right-aligned skewed green box with 4 stripes (.a1-.a4).
   Now: left-aligned title with a green accent bar on a thin rule. */
.imv-header-nav {
  height: auto;
  display: flex;
  align-items: flex-end;
  border-bottom: 2px solid var(--line);
  margin: 0 0 var(--space-4);
  clear: both;   /* the "Reba ... zindi" buttons above are floated */
}
.imv-header-nav-title {
  position: relative;
  bottom: auto;
  right: auto;
  height: auto;
  background: none;
  padding: 0 0 var(--space-2);
  margin-bottom: -2px;
  border-bottom: 3px solid var(--green-600);
  font-family: var(--secondaryFont);
  font-size: var(--text-base);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--ink);
}
.imv-header-nav-title:before,
.imv-header-nav .a1, .imv-header-nav .a2,
.imv-header-nav .a3, .imv-header-nav .a4 { display: none; }

/* ===== Category label on images =====
   Was: large green skewed tab. Now: small uppercase label, top-left. */
.imv-news-categ,
.imv-sl-news-categ {
  top: var(--space-3);
  left: var(--space-3);
  right: auto;
  bottom: auto;
  padding: 5px 8px;
  border-radius: var(--radius-sm);
  background-color: var(--green-700);
  font-family: var(--secondaryFont);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fff;
}
.imv-news-categ:after,
.imv-sl-news-categ:after { display: none; }
.imv-news-categ:hover,
.imv-sl-news-categ:hover { background-color: var(--green-800); color: #fff; }

/* ===== Headlines in every card ===== */
.news-card-two h3 a,
.news-card-three h3 a { color: var(--ink); background-image: none; }
.news-card-two h3 a:hover,
.news-card-three h3 a:hover { color: var(--green-700); background-image: none; }

/* ===== Standard card: image on top (.news-card-two) ===== */
.news-card-two { display: flow-root; }   /* contains the floated date line (.news-metainfo) */
.news-card-two .news-card-img { border-radius: var(--radius); overflow: hidden; }
.news-card-two .news-card-img img {
  height: auto;
  aspect-ratio: 3 / 2;
  border-radius: var(--radius);
  transition: transform .4s ease;
}
.news-card-two:hover .news-card-img img { transform: scale(1.03); }
/* Inkuru Zigezweho sits next to the slider: shorter 16:9 photos keep both
   columns the same height (3:2 left a large gap under the slider) */
.imv-highligh .news-card-two { min-height: 0 !important; }
.imv-highligh .news-card-two .news-card-img img { aspect-ratio: 16 / 9; }
.imv-highligh .news-card-two .news-card-info { margin-top: var(--space-2); }
.imv-highligh .news-card-two .news-card-info h3 { font-size: 16px; margin-bottom: var(--space-1); }
/* Keep the column compact: at most 3 lines per headline, date + time on one line */
.imv-highligh .news-card-two h3,
.imv-highligh ~ .news-card-three h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.imv-highligh ~ .news-card-three h3 { font-size: 14px; line-height: 1.35; }
.imv-highligh .news-metainfo li,
.imv-highligh ~ .news-card-three .news-metainfo li { margin-right: var(--space-2); font-size: 11px; }
.imv-highligh .news-card-two,
.imv-highligh ~ .news-card-three { padding-bottom: var(--space-2); margin-bottom: var(--space-2); }
.news-card-two .news-card-info { margin-top: var(--space-3); }
.news-card-two .news-card-info h3 {
  font-family: var(--secondaryFont);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: var(--space-2);
}

/* ===== Compact card: thumbnail + headline (.news-card-three) ===== */
.news-card-three { flex-wrap: nowrap; align-items: flex-start; }
.news-card-three .imv-all-card-img,
.news-card-three .imv-news-card-img { flex: 0 0 auto; }
.news-card-three .news-card-info,
.news-card-three .imv-news-card-info { flex: 1 1 auto; width: auto; min-width: 0; margin-left: var(--space-3); }
.news-card-three .imv-all-card-img img {
  width: 112px;
  height: 75px;
  border-radius: 6px;
}
.news-card-three .news-card-info h3,
.news-card-three .imv-news-card-info h3 {
  font-family: var(--secondaryFont);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 var(--space-1);
}

/* Narrow columns (side lists next to Sobanukirwa, Imikino, ...): smaller thumb and text.
   Plain column selectors: a container query here collapsed cards whose parent
   sizes to its content (the article page's related list). */
.news-card-three { width: 100%; }
.news-card-three h3 { overflow-wrap: break-word; }
.news-col-two .col-md-5 .news-card-three .imv-all-card-img img,
.news-col-two .col-lg-5 .news-card-three .imv-all-card-img img { width: 84px; height: 56px; }
.news-col-two .col-md-5 .news-card-three .news-card-info h3,
.news-col-two .col-lg-5 .news-card-three .news-card-info h3 { font-size: 13.5px; line-height: 1.35; }

/* Separators between cards: one soft rule everywhere */
.imv-highligh .news-card-two, .imv-highligh .news-card-three,
.imv-bord-news .news-card-three, .imv-bord-news .news-card-four,
.news-col-one .news-card-two, .news-col-one .news-card-three,
.news-col-three .news-card-two, .news-col-three .news-card-three {
  border-bottom-color: var(--line);
  padding-bottom: var(--space-3);
  margin-bottom: var(--space-3);
}
.imv-all-cat .news-card-two, .imv-all-cat .news-card-three {
  border-bottom-color: var(--line) !important;
  padding-bottom: var(--space-4) !important;
}

/* ===== Overlay card: headline on the image (.news-card-four) ===== */
.news-card-four { border-radius: var(--radius); }
.news-card-four img, .imv-section img { border-radius: var(--radius); }
.news-card-four:before {
  border-radius: var(--radius);
  background: linear-gradient(0deg, rgba(10, 20, 16, .88) 0%, rgba(10, 20, 16, .35) 45%, rgba(10, 20, 16, 0) 70%);
}
.news-card-four .news-card-info { left: var(--space-4); bottom: var(--space-3); width: calc(100% - 32px); }
.news-card-four .news-card-info h3 {
  font-family: var(--secondaryFont);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: var(--space-1);
}

/* ===== Date / time-ago line ===== */
.news-metainfo li {
  font-size: var(--text-xs);
  color: var(--muted);
  margin-right: var(--space-4);
  padding-left: 18px;
}
.news-metainfo li i { color: var(--green-600); font-size: 12px; }
.news-card-four .news-card-info .news-metainfo li { color: rgba(255, 255, 255, .85); }
.news-card-four .news-card-info .news-metainfo li i { color: #fff; }

/* ===== Highlight slider ===== */
.carousel-item { height: 440px; }   /* matches the Inkuru Zigezweho column beside it */
.carousel-item img { height: 100%; object-fit: cover; }
.carousel-caption {
  padding: var(--space-6) 130px 64px var(--space-4);   /* bottom: room for the thumbnail strip */
  background: linear-gradient(0deg, rgba(10, 20, 16, .9) 0%, rgba(10, 20, 16, .5) 60%, rgba(10, 20, 16, 0) 100%);
}
.carousel-caption h1 {
  height: auto;
  min-height: 56px;
  font-family: var(--secondaryFont);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
}
.imgthslide { border-radius: var(--radius-sm); }

/* ===== Tabs (Amatangazo, Cyamunara) =====
   Was: green bar, light text, black active tab. Now: pill tabs. */
.imv-header-tab {
  background: none;
  padding: 0 0 var(--space-3);
  border-radius: 0;
}
.imv-header-tab .news-tablist { gap: var(--space-2); flex-wrap: wrap; justify-content: flex-start; margin-left: 0; }
.imv-header-tab .news-tablist .nav-item { margin-right: 0; }
.imv-header-tab .news-tablist .nav-item .nav-link {
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--green-50);
  color: var(--green-800);
  font-family: var(--secondaryFont);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .03em;
  transition: background-color .2s, color .2s;
}
.imv-header-tab .news-tablist .nav-item .nav-link:hover { background: var(--green-100); }
.imv-header-tab .news-tablist .nav-item .nav-link.active {
  padding: 6px 12px;
  background: var(--green-700);
  color: #fff;
}

/* ===== Notice cards inside the tabs =====
   Was: dark grey bubbles on mint. Now: white cards with a green edge. */
.imv-tab-content {
  background: var(--green-50);
  padding: var(--space-3);
  border-radius: var(--radius);
}
ul.list { margin: 0; padding: 0; }
.list li {
  top: 0;
  margin: 0 0 var(--space-2);
  padding: var(--space-3) var(--space-3) var(--space-2);
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--green-600);
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.45;
}
.list li:nth-child(even) { background: #fff; }
.list li:before { display: none; }
.list li:hover { border-left-color: var(--green-700); box-shadow: 0 2px 8px rgba(20, 32, 28, .06); }
.list a { color: var(--ink); }
.list a:hover { color: var(--green-700); }
.list li span {
  margin-top: var(--space-1);
  padding-right: 0;
  font-size: var(--text-xs);
  color: var(--muted);
}
.imv-tab-sc::-webkit-scrollbar-thumb,
.imv-tab-sect-sc::-webkit-scrollbar-thumb { background: var(--green-100); }

/* ===== "Reba Amatangazo yandi" / "Reba Cyamunara zindi" =====
   These buttons carry inline styles in index.php; !important is needed. */
div[style*="#d50000"] {
  background: var(--green-700) !important;
  border: 0 !important;
  border-radius: 6px !important;
  padding: 10px 22px !important;
  margin: var(--space-3) 0 !important;
  font-family: var(--secondaryFont);
  font-size: 14px !important;
  font-weight: 600;
  transition: background-color .2s;
}
div[style*="#d50000"]:hover { background: var(--green-800) !important; }
div[style*="#d50000"] a:after { content: " \2192"; }

/* ===== Pagination ===== */
.page-nav li a,
.page-nav li span.page-numbers {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--green-50);
  color: var(--green-800);
  font-family: var(--secondaryFont);
  font-size: 13px;
  font-weight: 600;
}
.page-nav li a:hover { background: var(--green-700); color: #fff; }
.page-nav li span.current { background: var(--green-700); color: #fff; }

/* ===== Ads: same size and position, just rounded corners ===== */
.promo-img img { border-radius: 6px; }

/* ===== Phones and small tablets ===== */
@media (max-width: 575px) {
  .news-card-two .news-card-info h3 { font-size: 16px; }
  .news-card-three .imv-all-card-img img { width: 96px; height: 64px; }
  .news-card-three .news-card-info h3,
  .news-card-three .imv-news-card-info h3 { font-size: 14px; }
  .news-card-four .news-card-info h3 { font-size: 16px; }
  .carousel-caption { padding-right: var(--space-4); }
  .carousel-caption h1 { font-size: 17px; }
}

/* ===== Dark mode (theme-dark, set by main.js) ===== */
.theme-dark .imv-header-nav { border-bottom-color: rgba(255, 255, 255, .15); }
.theme-dark .imv-header-nav-title,
.theme-dark .news-card-two h3 a,
.theme-dark .news-card-three h3 a,
.theme-dark .list a { color: #fff; }
.theme-dark .imv-tab-content { background: rgba(255, 255, 255, .05); }
.theme-dark .list li,
.theme-dark .list li:nth-child(even) { background: #1B2522; border-color: rgba(255, 255, 255, .12); border-left-color: var(--green-600); }
.theme-dark .imv-header-tab .news-tablist .nav-item .nav-link { background: rgba(255, 255, 255, .08); color: #fff; }
.theme-dark .imv-header-tab .news-tablist .nav-item .nav-link.active { background: var(--green-700); }

/* ===== Inkuru Ziheruka feed (left column, 40 stories) =====
   Kept compact so it ends level with the middle column (no empty space
   at the bottom of the page) */
.news-col-one .news-card-two .news-card-img img { aspect-ratio: auto; height: 150px; }
.news-col-one .news-card-two h3 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.news-col-one .news-card-two .news-card-info { margin-top: var(--space-2); }
.news-col-one .news-card-two .news-card-info h3 { font-size: 16px; margin-bottom: var(--space-1); }
.news-col-one .news-card-three .imv-all-card-img img { width: 96px; height: 64px; }
.news-col-one .news-card-three .news-card-info h3 { font-size: 14px; line-height: 1.35; }
.news-col-one .news-card-two,
.news-col-one .news-card-three { padding-bottom: var(--space-2); margin-bottom: var(--space-2); }
.news-col-one .news-metainfo li { font-size: 11px; margin-right: var(--space-2); }


/* ===== One date per story =====
   imv_time_ago() prints "Hashize ..." for the last week and the date after
   that, so the separate calendar line is hidden on cards. */
[class*="news-card-"] .news-metainfo li:has(.fi-rr-calendar-minus):has(+ li .fi-rr-clock-three),
[class*="news-card-"] .news-metainfo li:has(.fi-rr-calendar-minus):has(~ li .fi-rr-clock-three) { display: none; }
[class*="news-card-"] .news-metainfo li:has(.fi-rr-clock-three) { padding-left: 16px; }
/* Article byline keeps its full date; an old story would otherwise repeat it */
.news-metainfo li:has(.imv-ago-old):not([class*="news-card-"] li) { display: none; }
[class*="news-card-"] .news-metainfo li:has(.imv-ago-old) { display: inline-block; }

/* ===== Highlight slider: thumbnails below the photo, clear arrows, progress ===== */
#carouselExampleDark { padding-bottom: 64px; }
#carouselExampleDark .carousel-inner { border-radius: var(--radius); }
#carouselExampleDark .carousel-item { height: 384px; }
#carouselExampleDark .carousel-caption { padding-bottom: var(--space-4); padding-right: var(--space-5); }
#carouselExampleDark .carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}
#carouselExampleDark .carousel-indicators [data-bs-target] {
  position: relative;
  width: auto;
  height: 56px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  opacity: .55;
  background: none;
  transition: opacity .2s;
}
#carouselExampleDark .carousel-indicators [data-bs-target]:hover { opacity: .9; }
#carouselExampleDark .carousel-indicators .active { opacity: 1; border: 0; box-shadow: inset 0 0 0 2px var(--green-600); }
#carouselExampleDark .carousel-indicators .imgthslide { height: 100%; border-radius: 6px; }
/* progress bar on the active thumbnail, matching Bootstrap's 5s interval */
#carouselExampleDark .carousel-indicators [data-bs-target]:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: var(--green-600);
  transform: scaleX(0);
  transform-origin: left;
}
#carouselExampleDark .carousel-indicators .active:after { animation: imv-slide-progress 5s linear forwards; }
#carouselExampleDark:hover .carousel-indicators .active:after { animation-play-state: paused; }
@keyframes imv-slide-progress { to { transform: scaleX(1); } }
@media (prefers-reduced-motion: reduce) { #carouselExampleDark .carousel-indicators .active:after { animation: none; transform: scaleX(1); } }

#carouselExampleDark .carousel-control-prev,
#carouselExampleDark .carousel-control-next {
  top: calc(50% - 32px - 20px);
  bottom: auto;
  width: 40px;
  height: 40px;
  margin: 0 var(--space-3);
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  opacity: 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
  transition: opacity .2s, transform .2s;
}
#carouselExampleDark:hover .carousel-control-prev,
#carouselExampleDark:hover .carousel-control-next,
#carouselExampleDark .carousel-control-prev:focus-visible,
#carouselExampleDark .carousel-control-next:focus-visible { opacity: 1; }
#carouselExampleDark .carousel-control-prev:hover,
#carouselExampleDark .carousel-control-next:hover { transform: scale(1.06); }
#carouselExampleDark .carousel-control-prev-icon,
#carouselExampleDark .carousel-control-next-icon { width: 18px; height: 18px; filter: none; background-size: 18px 18px; }
/* dark arrows on the white buttons (Bootstrap's are white) */
#carouselExampleDark .carousel-control-prev-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230B6348' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M15 18l-6-6 6-6'/%3e%3c/svg%3e"); }
#carouselExampleDark .carousel-control-next-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230B6348' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M9 18l6-6-6-6'/%3e%3c/svg%3e"); }

/* ===== Homepage story sections (Sobanukirwa, Inkuru Zamamaza, Imikino, Imyidagaduro) =====
   Two overlay cards on the left, a scrolling list on the right that ends
   level with them; a soft fade shows there is more to scroll. */
.news-col-two > .section { margin-top: var(--space-6) !important; }
.news-col-two > .section:first-child { margin-top: 0 !important; }
.news-col-two .col-md-7.imv-bord-news .news-card-four.imv-section { margin-bottom: var(--space-3); padding-bottom: 0; border-bottom: 0; }
.news-col-two .col-md-7.imv-bord-news .news-card-four.imv-section:last-child { margin-bottom: 0; }
.news-card-four.imv-section img { height: 272px; }
.news-col-two .imv-tab-sect-sc {
  height: 556px;   /* 2 x 272px cards + gap */
  /* the row's -12px gutter pushed this column past the section edge; keep the
     list inside the section line with room for the scrollbar */
  padding-right: 22px;
  -webkit-mask-image: linear-gradient(180deg, #000 88%, transparent 100%);
          mask-image: linear-gradient(180deg, #000 88%, transparent 100%);
  scrollbar-width: thin;
  scrollbar-color: var(--green-100) transparent;
}
.news-col-two .imv-tab-sect-sc::-webkit-scrollbar { width: 6px; }
.news-col-two .imv-tab-sect-sc::-webkit-scrollbar-track { background: transparent; }
.news-col-two .imv-tab-sect-sc .news-card-three h3 {
  padding-right: 2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-col-two .imv-tab-sect-sc .news-card-three:last-child { margin-bottom: var(--space-6); }

/* ===== Imvaho TV ===== */
.imv-tv-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius);
  background: #0B1411;
  box-shadow: 0 10px 30px rgba(20, 32, 28, .12);
}
.imv-tv-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.imv-tv-extras { margin-top: var(--space-5) !important; }
.imv-tv-extras-grid {
  display: grid;
  grid-template-columns: 300px 1fr;   /* the 300x400 ad keeps its size */
  gap: var(--space-5);
  align-items: start;
}
.imv-tv-ad { margin: 0; }
.imv-tv-ad img { display: block; width: 300px; max-width: 100%; border-radius: var(--radius); }

.imv-follow {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  padding: var(--space-5);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(180deg, #F7FAF8 0%, #fff 60%);
}
.imv-follow-head { display: flex; align-items: center; gap: var(--space-3); }
.imv-follow-logo {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 50%;
  background: #111;
  color: #fff;
}
.imv-follow-head strong { display: block; font-family: var(--secondaryFont); font-size: 16px; font-weight: 700; color: var(--ink); }
.imv-follow-handle { font-size: 13px; color: var(--muted); }
.imv-follow p { margin: 0; font-size: 14px; line-height: 1.55; color: var(--text); }
.imv-follow-btn {
  align-self: flex-start;
  padding: 9px 18px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-family: var(--secondaryFont);
  font-size: 13px;
  font-weight: 600;
  transition: transform .15s, box-shadow .2s;
}
.imv-follow-btn:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 6px 14px rgba(0, 0, 0, .2); }
/* the embedded timeline appears when X serves it; its fallback link stays hidden */
.imv-follow-timeline a.twitter-timeline { display: none; }
.imv-follow-timeline iframe { border-radius: var(--radius); }

@media (max-width: 1199px) {
  .imv-tv-extras-grid { grid-template-columns: 1fr; }
  .imv-tv-ad { justify-self: center; }
}

.theme-dark .imv-follow { background: rgba(255, 255, 255, .04); border-color: rgba(255, 255, 255, .12); }
.theme-dark .imv-follow-head strong { color: #fff; }


/* ===== Homepage "Izindi nkuru" filler =====
   The middle column stretches to the feed's height; this block takes the
   remaining space and its grid clips to it (JS hides cards that don't fit). */
.news-col-wrap .news-col-two { display: flex; flex-direction: column; }
.news-col-wrap .news-col-two > :not(.imv-fill) { flex-shrink: 0; }   /* only the filler gives way */
.news-col-wrap .news-col-one:has(> .imv-fill) { display: flex; flex-direction: column; }
.news-col-wrap .news-col-one:has(> .imv-fill) > :not(.imv-fill) { flex-shrink: 0; }
.imv-fill.imv-fill-feed { margin-top: 0 !important; }
.imv-fill-feed:not(.has-head) .imv-fill-card:first-child { padding-top: 0; }
.imv-fill.imv-fill-feed.has-head { margin-top: var(--space-5) !important; }
.imv-fill-feed .imv-fill-card { padding: var(--space-2) 0; border-bottom-color: var(--line); }
.imv-fill-feed .imv-fill-grid { grid-template-columns: 1fr; }
.imv-fill { flex: 1 1 0; min-height: 0; display: flex; flex-direction: column; margin-top: var(--space-6) !important; }
.imv-fill-grid {
  flex: 1 1 0;
  min-height: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: max-content;
  align-content: start;
  gap: 0 var(--space-5);
}
.imv-fill-card { border-bottom: 1px solid var(--line); padding: var(--space-3) 0; margin: 0 !important; }
.imv-fill-card .imv-all-card-img img { width: 96px; height: 64px; }
.imv-fill-card .news-card-info h3 {
  font-size: 14px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
