/* =========================
   BASE TYPOGRAPHY
========================= */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

/* =========================
   OVERWRITE ONLINE BOOTSRAP
========================= */
.btn-check:focus + .btn-primary, .btn-primary:focus{
    background-color:var(--bs-primary);
    border-color: var(--bs-primary);
}
.bg-light{
    background-color:#fff !important;
}


/* =========================
   BASE TYPOGRAPHY
========================= */
body {
  font-family: "Cairo", sans-serif;
  color: #2b2b2b;
  font-size:12px;
  font-weight:300;
  /*direction:rtl;*/
}

.navbar-brand strong,
.hero-title {
  font-family: "Cairo", sans-serif;
}


.fs-10{
    font-size:10px !important;
}

.fs-12{
    font-size:12px !important;
}

.fs-300{
    font-weight:300 !important;
}

.fs-400{
    font-weight:400 !important;
}

.fs-500{
    font-weight:500 !important;
}

.fs-600{
    font-weight:600 !important;
}

.fs-700{
    font-weight:700 !important;
}

.fs-800{
    font-weight:800 !important;
}

.desk-hide{
    display:none;
}

@media (max-width: 767px) {
    .mob-hide{
        display:none !important;
    }
    .desk-hide{
        display:block !important;
    }
}


.top-status {
  font-size: 0.85rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,0.05);
  color: #2b2b2b;
}

.status-warning {
  background: rgba(255,193,7,0.25);
  color: #8a6d00;
}

.top-weather {
  font-size: 0.85rem;
}


.lang-select {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f3f6f8;
}

.lang-select select {
  border: none;
  background: transparent;
  font-size: 0.85rem;
  padding-right: 18px;
}

.dropdown-menu {
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  padding: 8px 0;
}

.dropdown-item {
  font-size: 12px;
  padding: 8px 16px;
}

.dropdown-item:hover {
  background-color: rgba(31,111,139,0.08);
  color: #1f6f8b;
}




/* =========================
   NAVIGATION
========================= */

.nav-link {
  font-weight: 300;
  color: inherit;
  transition: color 0.2s ease;
  font-size:13px;
}

.nav-link:hover {
  color: #1f6f8b;
}

.icon {
  width: 26px;
  height: 26px;
  stroke-width: 1.75;
  color: currentColor;
  flex-shrink: 0;
  transition: color 0.2s ease;
}

.icon-sm { width: 18px; height: 18px; }
.icon-lg { width: 28px; height: 28px; }

.icon-white { color: #ffffff; }
.icon-black { color: #000000; }

.icon-primary { color: #1f6f8b; }
.icon-danger  { color: #e63946; }
.icon-muted   { color: #6c757d; }


    /* Logo fix */
.navbar-brand {
    padding: 0;
}

.navbar-logo {
    height:60px;
    width: auto;
    object-fit: contain;
    padding:5px 0;
}

.back-mobile-link{
    display:none;
}

@media (max-width: 767px) {
    .navbar-logo {
        height:40px;
    }
    .navbar-nav .dropdown-menu{
        position:fixed;
        z-index:100;
        top:70px;
        border:0;
        width:100%;
        min-height:100vh;
        border-radius:0;
        overflow: scroll;
    }
    .dropdown-menu{
        box-shadow:none;
    }
    .back-mobile-link{
        display:block;
        display: block;
        border-bottom: 1px #000 solid;
        border-top: 1px #000 solid;
        padding: 15px 10px;
        font-size: 12px;
        color: var(--bs-primary);
    }
    .mega-menu{
        position: absolute !important;
        top: 0 !important;
    }
    .dropdown-toggle::after{
        position: absolute;
        left: 1rem;
        transform: translateY(-50%);
    }
    
}

.mega-menu{
  left: 0;
  right: 0;
}

.mega-menu .container{
  max-width: 1200px; 
}

.mega-menu .mega-title{
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: .5rem;
  opacity: .85;
}

.mega-menu .dropdown-item{
  padding-left:0px!important;
  padding: .35rem .5rem;
  border-radius: .45rem;
  line-height: 1.25;
  white-space: normal;
}

.mega-menu .mega-links{
  margin-bottom: 0;
}
.mega-menu .row{
  --bs-gutter-y: .75rem; 
  --bs-gutter-x: 1.25rem;
}

.mega-menu{
  overflow-y: auto;
  margin-right:0px !important;
}

.mega-menu .mega-col{
  border-inline-end: 1px solid rgba(0,0,0,.06);
}
.mega-menu .mega-col:last-child{
  border-inline-end: 0;
}


/* =========================
   HERO SECTION
========================= */

.hero-section {
  position: relative;
  padding: 80px 0 120px 0;
  overflow: hidden;
}

.hero-ground {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: #ffffff;
  border-top-left-radius: 60% 100px;
  border-top-right-radius: 60% 100px;
}

/* =========================
   HERO TEXT
========================= */

.hero-title {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 16px;
}

.hero-title span {
  color: #1f6f8b;
}

.hero-text {
  font-size: 1.1rem;
  max-width: 520px;
  color: #999;
  font-weight:300;
}

/* =========================
   SERVICE CARD
========================= */

.service-card {
  border-radius: 20px;
  padding: 24px;
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* =========================
   SERVICE ITEMS
========================= */

.service-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.12);
  color: #ffffff;
}

.service-item strong {
  display: block;
  font-size: 0.95rem;
}

.service-item small {
  font-size: 0.75rem;
  opacity: 0.8;
}

/* =========================
   GOVERNMENT CARD
========================= */

.gov-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gov-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.gov-link {
  font-weight: 600;
  color: #1f6f8b;
  text-decoration: none;
}

.gov-link:hover {
  text-decoration: underline;
}

/* =========================
   Call to action
========================= */

.cta-animals {
  background:
    linear-gradient(
      rgba(47,111,126,0.92),
      rgba(47,111,126,0.92)
    ),
    url('../images/hero-bg.jpg') center / cover no-repeat;
}

.cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
}

.cta-sub {
  color: #d7f1ee;
  font-weight: 500;
}

.cta-divider {
  border-color: rgba(255,255,255,0.25);
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.cta-features span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #e6f4f1;
}

/* =========================
  Animals/Endagered
========================= */

.filter-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.animal-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.animal-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.animal-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.animal-link {
  font-weight: 600;
  color: #1f6f8b;
  text-decoration: none;
}

.animal-link:hover {
  text-decoration: underline;
}

/* =========================
  Pet Adoption Directory
========================= */

.pet-adoption-hero {
  background:
    linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)),
    url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee') center / cover no-repeat;
}

.filter-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.pet-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.pet-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,.12);
}

.pet-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.pet-link {
  font-weight: 600;
  color: #1f6f8b;
  text-decoration: none;
}

.pet-link:hover {
  text-decoration: underline;
}


/* =========================
  Report Abuse
========================= */

.report-hero {
  padding:80px 0;
  background:#fff;
}

.info-card,
.form-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.info-card .icon {
  margin-right: 6px;
}

.report-sidebar {
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.report-options li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 0.95rem;
  color: #2b2b2b;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}

.report-options li .icon {
  color: #6b8f7b;
}

.report-options li:hover {
  background: #f3f6f5;
}

.report-options li.active {
  background: #eef4f1;
  font-weight: 600;
}

.report-options li.active .icon {
  color: #2f6f7e;
}

.incident-options {
  margin-top: 8px;
}

.incident-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #fff;
  cursor: pointer;
  transition: all .15s ease;
  font-size: 0.95rem;
}

.incident-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.incident-card .icon {
  color: #6b8f7b;
}

.incident-card:hover {
  background: #f3f6f5;
  border-color: #cfe3dc;
}

.incident-card input:checked + .icon,
.incident-card input:checked ~ span {
  color: #1f6f8b;
  font-weight: 600;
}

.incident-card input:checked ~ .icon {
  color: #1f6f8b;
}

.incident-card:has(input:checked) {
  background: #eef4f1;
  border-color: #1f6f8b;
}

.incident-grid .col-md-6,
.incident-grid .col-lg-3 {
  display: flex;
}

.incident-tile {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #fff;
  cursor: pointer;
  transition: all .15s ease;
  min-height: 64px; /* 🔒 LOCK HEIGHT */
}

.incident-tile input {
  display: none;
}

.incident-tile .icon {
  width: 22px;
  height: 22px;
  color: #7a9a8b;
  flex-shrink: 0;
}

.incident-tile span {
  font-size: 0.95rem;
  line-height: 1.2;
}

.incident-tile:hover {
  background: #f3f6f5;
  border-color: #cfe3dc;
}

.incident-tile:has(input:checked) {
  background: #eef4f1;
  border-color: #1f6f8b;
}

.incident-tile:has(input:checked) .icon,
.incident-tile:has(input:checked) span {
  color: #1f6f8b;
  font-weight: 600;
}

.upload-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 2px dashed #dbe3ea;
  border-radius: 14px;
  background: #f9fbfc;
  cursor: pointer;
  transition: all .15s ease;
}

.upload-box:hover {
  background: #f3f6f8;
  border-color: #cfe3dc;
}

.upload-box input {
  display: none;
}

.upload-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.upload-left strong {
  font-size: 0.95rem;
}

.upload-left small {
  display: block;
  font-size: 0.8rem;
  color: #6b7280;
}

.upload-right {
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 320px;
  font-size: 0.8rem;
  color: #6b7280;
}

.upload-right .icon {
  flex-shrink: 0;
}



/* =========================
  Footer
========================= */

.footer-animals {
  background: #1f2a2f;
  color: #d7e7ea;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 12px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 6px;
}

.footer-list a {
  color: #b8d3d9;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-list a:hover {
  text-decoration: underline;
  color: #ffffff;
}

.footer-brand strong {
  font-size: 1.1rem;
}

.budget-pill {
  background: rgba(255,255,255,0.08);
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 0.95rem;
}

.footer-divider {
  border-color: rgba(255,255,255,0.1);
}

/**pageView**/

.paper-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.related-item {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.related-item:last-child { border-bottom: none; }

.journal-logo {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #edf6f1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.share-box {
  background: rgba(47, 111, 85, .06);
  border: 1px solid rgba(47, 111, 85, .18);
}

/**results page**/
.hero-title { letter-spacing: -0.02em; }

.search-input {
  border-radius: 14px;
  padding-right: 44px;
}
.search-btn {
  border-radius: 14px;
  min-width: 130px;
}
.search-clear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px;
  line-height: 1;
  padding: 6px 10px;
  opacity: .9;
}
.search-clear:hover { opacity: 1; }

/* Cards */
.ui-card {
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
}

/* Scroll area */
.results-scroll {
  max-height: 560px;
  overflow: auto;
  padding-right: 6px;
}

/* Result items */
.result-item {
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  padding: 12px 12px;
  border-radius: 16px;
  margin-bottom: 10px;
  transition: all .15s ease;
}
.result-item:hover {
  border-color: rgba(47, 111, 85, .35);
  box-shadow: 0 10px 18px rgba(0, 0, 0, .06);
}
.result-item.active {
  border-color: rgba(47, 111, 85, .55);
  background: rgba(47, 111, 85, .06);
}
.result-title { line-height: 1.25; }

/* Detail panel */
.details-title { line-height: 1.2; }
.details-box {
  background: rgba(47, 111, 85, .06);
  border: 1px solid rgba(47, 111, 85, .18);
}

/* Meta cards */
.meta-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
}

/* Soft badges */
.badge-soft {
  background: rgba(47, 111, 85, .08);
  border: 1px solid rgba(47, 111, 85, .18);
  color: #1f4f3b;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 999px;
}

/* Small dot separator */
.dot-sep { opacity: .5; }

/* Action strip */
.action-strip {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
}

/* Skeleton helpers */
.skeleton-line {
  height: 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.08);
}
.w-40 { width: 40%; }
.w-90 { width: 90%; }
.w-80 { width: 80%; }



/**citation modal**/
@media (max-width: 575.98px) {
  #citationModal .modal-dialog { margin: 0.75rem; }
}


/***Mobile Responsiveness**/
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}




/* =========================
  Search Page Style
========================= */
:root {
        --gs-bg: #f6f8fb;
        --gs-card: #ffffff;
        --gs-text: #8c5709;
        --gs-sub: #475569;
        --gs-line: rgba(15, 23, 42, .10);
        --gs-soft: rgba(15, 23, 42, .06);
        --gs-green: #8c5709;
        --gs-green-2: rgba(63, 111, 84, .14);
        --gs-blue: #245a8d;
        --gs-radius: 14px;
    }

   
    .gs-page {
        background: var(--gs-bg);
        min-height: calc(100vh - 120px);
    }

    
    .gs-hero {
        padding: 22px 0 10px;
        border-bottom: 1px solid var(--gs-line);
        background: radial-gradient(circle at 20% 25%, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .92) 35%, rgba(255, 255, 255, .96) 100%),
        url('{{ asset("build/guest/images/hero-image.png") }}');
        /* change */
        background-size: cover;
        background-position: center;
    }

    .gs-shell {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 18px;
    }

    .gs-search-row {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        margin-top: 6px;
    }

    .gs-search {
        width: 880px;
        max-width: 100%;
        height: 52px;
        border-radius: 12px;
        background: #fff;
        border: 1px solid rgba(15, 23, 42, .14);
        box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
        display: flex;
        align-items: center;
        padding: 0 16px;
        gap: 10px;
    }

    .gs-prefix {
        font-size: 13px;
        font-weight: 800;
        color: #64748b;
        white-space: nowrap;
    }

    .gs-search input {
        border: 0;
        outline: 0;
        width: 100%;
        font-size: 16px;
        color: var(--gs-text);
    }

    .gs-search:focus-within {
        border-color: rgba(63, 111, 84, .35);
        box-shadow: 0 0 0 5px var(--gs-green-2), 0 18px 45px rgba(15, 23, 42, .08);
    }

    .gs-btn-search {
        height: 52px;
        border-radius: 12px;
        border: 0;
        padding: 0 26px;
        background: var(--gs-green);
        color: #fff;
        font-weight: 900;
        box-shadow: 0 18px 45px rgba(15, 23, 42, .10);
    }

    .gs-btn-search:hover {
        filter: brightness(.98);
    }

    .gs-tabs {
        display: flex;
        justify-content: center;
        gap: 28px;
        margin-top: 12px;
        padding-bottom: 2px;
    }

    .gs-tab {
        text-decoration: none;
        font-weight: 900;
        font-size: 14px;
        color: #334155;
        padding: 10px 6px;
        border-bottom: 3px solid transparent;
    }

    .gs-tab.active {
        color: var(--gs-text);
        border-bottom-color: var(--gs-green);
    }

    .gs-body {
        max-width: 1200px;
        margin: 18px auto 0;
        padding: 0 18px 52px;
        display: grid;
        grid-template-columns: 300px 1fr;
        gap: 22px;
        align-items: start;
    }

    .gs-filter {
         position: sticky;
        top: 16px;             
        align-self: start;     
        height: fit-content;    
        background: var(--gs-card);
        border: 1px solid var(--gs-line);
        border-radius: var(--gs-radius);
        box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
        padding: 16px;
    }

    .gs-filter h6 {
        font-weight: 950;
        font-size: 14px;
        color: var(--gs-text);
        margin: 10px 0 10px;
    }

    .gs-select {
        width: 100%;
        height: 40px;
        border-radius: 10px;
        border: 1px solid rgba(15, 23, 42, .14);
        padding: 0 12px;
        font-size: 13px;
        background: #fff;
    }

    .gs-line {
        height: 1px;
        background: var(--gs-line);
        margin: 14px 0;
    }

    .gs-check {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 10px 0;
        font-size: 13px;
        color: #334155;
    }

    .gs-check input {
        width: 16px;
        height: 16px;
        accent-color: var(--gs-green);
    }

    .gs-check .count {
        margin-left: auto;
        font-weight: 800;
        color: #64748b;
    }

    .gs-range {
        display: flex;
        gap: 10px;
        margin-top: 10px;
    }

    .gs-range input,
    .gs-range select {
        height: 38px;
        border-radius: 10px;
        border: 1px solid rgba(15, 23, 42, .14);
        padding: 0 10px;
        font-size: 13px;
        background: #fff;
        width: 100%;
    }

    .gs-results {
        background: var(--gs-card);
        border: 1px solid var(--gs-line);
        border-radius: var(--gs-radius);
        box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
        overflow: hidden;
    }

    .gs-results-head {
        padding: 14px 18px;
        font-size: 13px;
        color: var(--gs-sub);
        border-bottom: 1px solid var(--gs-line);
    }

    .gs-item {
        padding: 18px 18px;
        border-bottom: 1px solid var(--gs-line);
    }

    .gs-item:last-child {
        border-bottom: 0;
    }

    .gs-row {
        display: flex;
        justify-content: space-between;
        gap: 18px;
    }

    .gs-title {
        margin: 0;
        font-size: 20px;
        line-height: 1.25;
        font-weight:700;
    }

    .gs-auth {
        margin-top: 6px;
        font-size: 13px;
        color: #334155;
        font-weight: 600;
    }

    .gs-meta {
        margin-top: 4px;
        font-size: 13px;
        color: var(--gs-sub);
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        align-items: center;
    }

    .gs-chip {
        font-size: 11px;
        font-weight: 900;
        color: #475569;
        background: #f1f5f9;
        border: 1px solid rgba(15, 23, 42, .10);
        padding: 2px 10px;
        border-radius: 999px;
    }

    .gs-doi {
        margin-top: 6px;
        font-size: 13px;
        color: #334155;
    }

    .gs-abs {
        margin-top: 10px;
        font-size: 13px;
        color: #000;
        line-height: 1.55;
        max-width: 720px;
        font-weight:300;
    }

    /* Actions */
    .gs-actions {
        min-width: 220px;
        display: flex;
        gap: 12px;
        justify-content: flex-end;
        align-items: flex-start;
        padding-top: 34px;
    }

    .gs-btn {
        height: 38px;
        border-radius: 10px;
        padding: 0 18px;
        font-weight: 900;
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 8px;
        border: 1px solid rgba(15, 23, 42, .16);
        background: #fff;
        color: #0f172a;
        box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
    }

    .gs-btn.green {
        background: var(--gs-green);
        border: 0;
        color: #fff;
    }

    .luc {
        width: 16px;
        height: 16px;
        stroke-width: 2.2
    }

.gs-skel-wrap { padding: 6px 0; }

.gs-item.gs-skel {  background: #fff; }
.gs-skel-left { width: 100%; min-width: 0; }

.sk{
  background: #e9eef5;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.sk::after{
  content:"";
  position:absolute;
  top:0; left:-60%;
  width:60%; height:100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.70), transparent);
  animation: sk 1.1s infinite;
}
@keyframes sk{ 0%{ left:-60%; } 100%{ left:140%; } }

.sk-title{ height: 18px; width: 78%; margin-bottom: 10px; }
.sk-auth { height: 12px; width: 52%; margin-bottom: 12px; }

.gs-skel-meta{ display:flex; gap:8px; align-items:center; margin-bottom: 14px; flex-wrap: wrap; }
.sk-chip{ display:inline-block; height: 20px; width: 88px; border-radius: 999px; }

.gs-skel-abs{ display:flex; flex-direction:column; gap:8px; }
.sk-line{ height: 12px; width: 100%; border-radius: 10px; }
.sk-line.short{ width: 74%; }

.sk-btn{ height: 40px; width: 120px; border-radius: 14px; }
.sk-btn.small{ height: 40px; width: 86px; border-radius: 14px; margin-top: 10px; }

@media (max-width: 992px){
  .gs-item.gs-skel .gs-row{ align-items:flex-start; }
  .gs-item.gs-skel .gs-actions{ margin-top: 14px; }
  .sk-btn, .sk-btn.small{ width: 160px; }
  
  
  .gs-filter{
    display: none;
  }
}

    @media (max-width: 992px) {
        .gs-body {
            grid-template-columns: 1fr;
        }

        .gs-row {
            flex-direction: column;
        }

        .gs-actions {
            padding-top: 10px;
            justify-content: flex-start;
            min-width: unset;
        }

        .gs-search-row {
            flex-direction: column;
        }

        .gs-search,
        .gs-btn-search {
            width: 100%;
        }
    }

@media (max-width: 576px) {

  .gs-hero {
    padding: 14px 0 8px;
  }

  .gs-shell {
    padding: 0 14px;
  }

  .gs-search-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .gs-search {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    padding: 0 14px;
  }

  .gs-search input {
    font-size: 14px;
    font-weight: 800;
  }

  .gs-btn-search {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    padding: 0 18px;
  }

  .gs-tabs {
    justify-content: flex-start;
    gap: 10px;
    margin-top: 10px;
    padding-bottom: 6px;

    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

    padding-left: 2px;
    padding-right: 2px;
  }

  .gs-tab {
    white-space: nowrap;
    font-size: 13px;
    padding: 8px 10px;
    border-bottom-width: 2px;
    flex: 0 0 auto;
  }
}

.gs-tabs::-webkit-scrollbar { height: 6px; }
.gs-tabs::-webkit-scrollbar-thumb { background: rgba(15,23,42,.18); border-radius: 999px; }






