:root{ --primary-brand:#06c290; --primary-contrast:#fff; }
.text-primary-brand{ color:var(--primary-brand)!important }
.bg-primary-brand{ background:var(--primary-brand)!important }
.btn-brand{ background:var(--primary-brand); color:var(--primary-contrast); border:none }
.btn-brand:hover{ filter:brightness(0.95); color:var(--primary-contrast) }
.hero{ background:linear-gradient(180deg, rgba(6,194,144,0.12), rgba(6,194,144,0)); padding:3rem 0; border-bottom:1px solid #eee }
.card-program .badge-cat{ background:var(--primary-brand) }
.price-badge{ background:#fff; color:#198754; border:1px solid #198754; font-weight:600; }

/* DataTables filter header styling */
table.dataTable thead.dt-filters th { padding: .3rem .5rem; }
table.dataTable thead.dt-filters input { width: 100%; }

/* Drag & drop categories */
.cat-tree{ list-style:none; padding-left:0; }
.cat-item{ margin:.35rem 0; }
.cat-row{ display:flex; align-items:center; gap:.5rem; padding:.5rem .6rem; border:1px solid #e6e6e6; border-radius:.75rem; background:#fff; }
.cat-handle{ cursor:grab; user-select:none; font-size:1.1rem; }
.cat-row .meta{ margin-left:auto; display:flex; gap:.5rem; align-items:center; }
.cat-children{ list-style:none; margin:.35rem 0 .35rem 1.6rem; padding-left:0; }
.sortable-ghost{ opacity:.35 }
.sortable-chosen{ background:#f7f7f7 }

.badge-soft-danger{ background: rgba(220,53,69,.12); color:#dc3545; border:1px solid rgba(220,53,69,.25);} 
.badge-soft-success{ background: rgba(25,135,84,.12); color:#198754; border:1px solid rgba(25,135,84,.25);} 
/* ===== FRONT HOME (Mega Sale style) ===== */

.site-header .nav-link { font-weight: 500; }
.site-header .nav-pill{
  padding: .35rem .75rem;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 999px;
  background: rgba(6,194,144,.08);
}

.mega-hero{
  margin-top: .5rem;
}

.mega-hero__card{
  border-radius: 28px;
  padding: 3rem 1.25rem;
  background: radial-gradient(1200px 500px at 50% 0%, rgba(255,80,80,.12), transparent 55%),
              radial-gradient(1200px 500px at 0% 40%, rgba(6,194,144,.10), transparent 55%),
              linear-gradient(180deg, rgba(250,250,252,1), rgba(255,255,255,1));
  border: 1px solid rgba(0,0,0,.06);
}

.countdown-pill{
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .4rem .85rem;
  border-radius: 999px;
  background: #ff3b3b;
  color: #fff;
  font-size: .85rem;
  font-weight: 700;
}

.mega-title{
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.mega-subtitle{
  max-width: 760px;
  margin: .75rem auto 1.25rem auto;
  color: rgba(0,0,0,.68);
}

.mega-search{
  display:flex;
  align-items:center;
  gap:.75rem;
  padding: .55rem .75rem;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  max-width: 1140px;
  margin: 0 auto;
}

.mega-search__item{
  display:flex;
  align-items:center;
  gap:.5rem;
  flex:1;
  min-width: 0;
}

.mega-search__item i{ color: rgba(0,0,0,.5); }
.mega-search__item .form-control:focus{ box-shadow:none; }
.mega-search__divider{
  width:1px;
  height: 28px;
  background: rgba(0,0,0,.10);
}

.chips-row{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  align-items:center;
}

.chip{
  display:inline-flex;
  align-items:center;
  padding: .4rem .8rem;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  color:#111;
  text-decoration:none;
  font-weight:600;
  font-size:.875rem;
}

.chip.active{
  background: #111;
  color:#fff;
  border-color:#111;
}

.offer-card{
  border-radius: 16px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.06);
  background:#fff;
  height:100%;
  position:relative;
}

.offer-card__media{
  position:relative;
  height: 160px;
  background:#f2f2f2;
}

.offer-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.offer-card__placeholder{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color: rgba(0,0,0,.35);
  font-size: 2rem;
}

.offer-badge{
  position:absolute;
  top:10px;
  left:10px;
  padding:.25rem .55rem;
  border-radius: 999px;
  background:#ff3b3b;
  color:#fff;
  font-weight:800;
  font-size:.72rem;
}

.offer-like{
  position:absolute;
  top:10px;
  right:10px;
  width:34px;
  height:34px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.95);
  display:flex;
  align-items:center;
  justify-content:center;
}

.offer-like i{ color: rgba(0,0,0,.55); }
.offer-like:hover i{ color:#ff3b3b; }

.offer-card__body{
  padding: .85rem .9rem 1rem .9rem;
  position:relative;
}

.offer-meta{
  color: rgba(0,0,0,.58);
  font-size:.82rem;
  display:flex;
  align-items:center;
  gap:.35rem;
  margin-bottom: .35rem;
}

.offer-meta .dot{ margin: 0 .25rem; }

.offer-title{
  font-size: 1rem;
  font-weight: 750;
  margin: 0 0 .45rem 0;
  line-height: 1.25;
  min-height: 2.5em;
}

.offer-price{
  font-weight: 800;
  color:#111;
}

/*top bar mobile */
@media (max-width: 510px){
.topbar{
  display:none;
}
}
/* Mobile: stack search bar */
@media (max-width: 991px){
  .mega-search{
    border-radius: 18px;
    flex-direction: column;
    align-items: stretch;
    border-radius:0px;
  }
  .mega-search__divider{ display:none; }
}
.topbar {
  background: linear-gradient(90deg, #0b3a42, #0e5965);
  padding: 6px 0;
}

.topbar .top-link {
  color: #fff;
  text-decoration: none;
}

.topbar .top-link:hover {
  text-decoration: underline;
}

.logo-text {
  font-size: 38px;
  font-weight: 800;
}

.logo-green { color: #9acd32; }
.logo-orange { color: #f5a623; }

.logo-tagline {
  font-size: 12px;
  color: #9adbe8;
}

.main-header .nav-link {
  color: #0b3a42;
}

.main-header .nav-link:hover {
  color: #f5a623;
}

.phone-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #0b3a42;
  font-size: 20px;
}
/* ================= ITINERARY ACCORDION ================= */

.itinerary-accordion .accordion-item {
  border: none;
  border-left: 2px solid #e5e5e5;
  position: relative;
}
/*
.itinerary-accordion .accordion-item::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 22px;
  width: 10px;
  height: 10px;
  background: #111;
  border-radius: 50%;
}
*/
.itinerary-accordion .accordion-button {
  background: #fff;
  font-size: 15px;
  padding-left: 40px;
  box-shadow: none;
}

.itinerary-accordion .accordion-button:not(.collapsed) {
  background: #fff;
  color: #000;
}

.itinerary-accordion .accordion-button::after {
  background-size: 1.2rem;
}

.itinerary-dot {
  position: absolute;
  left: 18px;
  width: 10px;
  height: 10px;
  background: #111;
  border-radius: 50%;
}

.itinerary-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.accommodation-box {
  background: #f5f5f5;
  padding: 10px 12px;
  border-radius: 6px;
}
/* ================= PROGRAM IMAGE GALLERY ================= */

.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
}

.gallery-main img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 18px;
}

.gallery-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.gallery-thumb {
  position: relative;
}

.gallery-thumb img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  border-radius: 16px;
  cursor: pointer;
}

.gallery-img {
  cursor: pointer;
}

.show-all-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  color: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
}

.show-all-overlay i {
  font-size: 28px;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-main img {
    height: 260px;
  }
}
.modal-thumb {
  width: 70px;
  height: 50px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  opacity: .7;
}

.modal-thumb:hover {
  opacity: 1;
}

.gallery-nav {
  position: absolute;
  top: 45%;
  background: #fff;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 26px;
  font-weight: bold;
}

.gallery-nav.prev {
  left: 15px;
}

.gallery-nav.next {
  right: 15px;
}
/* ================= PRICE STYLE (TRAVEL) ================= */

.price-box {
  text-align: right;
  line-height: 1.1;
}

.price-from {
  font-size: 12px;
  color: #e11c2a;
  font-weight: 600;
  margin-bottom: -2px;
}

.price-main {
  display: inline-flex;
  align-items: flex-start;
}

.price-value {
  font-size: 26px;
  font-weight: 800;
  color: #e11c2a;
  line-height: 1;
}
.price-value1 {
  font-size: 26px;
  font-weight: 800;
  color: #e11c2a;
  line-height: 1;
}

.price-currency {
  font-size: 16px;
  font-weight: 700;
  margin-left: 2px;
  margin-top: 2px;
  color: #e11c2a;
}

.price-meta {
  font-size: 12px;
  color: #7a7a7a;
  margin-top: 2px;
}
.offcanvas .accordion-button {
  background: #fff;
  font-weight: 600;
}

.offcanvas .accordion-button:not(.collapsed) {
  background: #f8f9fa;
}

.offcanvas .list-group-item a {
  text-decoration: none;
  color: #333;
}
.language-switcher a {
  text-decoration: none;
  font-weight: 600;
  margin: 0 4px;
}

.language-switcher a.active {
  text-decoration: underline;
}
/* ================= FRONT FOOTER ================= */

.front-footer {
  background: url('/assets/img/footer-bg.jpg') center center / cover no-repeat;
  color: #fff;
  position: relative;
}

.footer-overlay {
  background: linear-gradient(
    rgba(10, 35, 55, 0.85),
    rgba(10, 35, 55, 0.95)
  );
  padding: 60px 0 40px;
}

.footer-logo {
  font-size: 32px;
  font-weight: 800;
}

.logo-jektis {
  color: #3cb4f1;
}

.logo-travel {
  color: #9bd23c;
}

.footer-tagline {
  font-size: 14px;
  opacity: 0.85;
  margin-top: 4px;
}

.footer-description {
  font-size: 15px;
  line-height: 1.6;
}

.footer-divider {
  border-color: rgba(255,255,255,0.6);
}

.footer-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
  font-size: 15px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}
/* ========= SIMPLE FOOTER ========= */

.simple-footer {
  background: #0a2337;
  color: #fff;
  padding: 25px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-logo {
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}

.logo-jektis { color: #3cb4f1; }
.logo-travel { color: #9bd23c; }

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-nav a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  opacity: 0.9;
}

.footer-nav a:hover {
  text-decoration: underline;
  opacity: 1;
}

/* RTL support */
[dir="rtl"] .footer-inner {
  flex-direction: row-reverse;
}
/* ================= SEARCH AREA ================= */

.search-wrapper {
}

/* Tabs */
.search-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.tab {
  border: none;
  padding: 10px 16px;
  background: #eee;
  font-weight: 600;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
}

.tab.active {
  background: #fff;
  color: #e63946;
}

/* Search bar container */
.search-bar {
  display: flex;
  gap: 10px;
  background: rgba(0,0,0,0.85);
  padding: 15px;
  border-radius: 10px;
  align-items: center;
  flex-wrap: wrap;
}

/* Fields */
.search-field {
  position: relative;
  background: #fff;
  border-radius: 6px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  min-width: 150px;
}

.search-field.large {
  flex: 2;
}

/* Input */
.search-field input,
.search-field select {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
}

/* Icons */
.search-field i {
  margin-left: 8px;
}

.clear {
  cursor: pointer;
  padding-left: 6px;
}

/* Button */
.search-btn {
  background: #e63946;
  color: #fff;
  border: none;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
}

.search-btn:hover {
  background: #c91f2c;
}

/* Mobile */
@media (max-width: 992px) {
  .search-bar {
    flex-direction: column;
  }

  .search-btn {
    width: 100%;
  }
}
.tab-pane {
  display: none;
}

.tab-pane.active {
  display: flex;
}

/* smooth transition optional */
.tab-pane {
  transition: all .3s ease;
}

.tab a{
  text-decoration: none;
  color: #000026;
}
    .footer {
      width: 100%;
      min-height: 500px;
      background: #333333;
      color: #ffffff;
      padding-top: 20px;
    }

    .footer-container {
      width: 1160px;
      margin: 0 auto;
    }

    .footer-top {
      display: grid;
      grid-template-columns: 250px 285px 305px 285px;
      column-gap: 35px;
      align-items: start;
    }

    /* Logo / claim */
    .brand-block {
      padding-top: 20px;
    }

    .logo {
      font-size: 61px;
      font-weight: 900;
      letter-spacing: -5px;
      line-height: 0.9;
      color: #ef2b1d;
      font-family: Arial Black, Impact, sans-serif;
      position: relative;
      display: inline-block;
    }

    .logo .palm {
      position: absolute;
      right: 29px;
      top: 4px;
      font-size: 31px;
      color: #333333;
      transform: rotate(-8deg);
    }

    .claim {
      margin-top: 39px;
      color: #f3f3f3;
      font-size: 16px;
      line-height: 1.52;
      font-weight: 800;
      text-transform: uppercase;
      max-width: 250px;
    }

    /* Top form/social line */
    .social-newsletter-search {
      display: contents;
    }

    .social-block {
      padding-top: 0;
    }

    .block-title {
      font-size: 14px;
      line-height: 1;
      font-weight: 900;
      text-transform: uppercase;
      color: #f7f7f7;
      margin-bottom: 17px;
    }

    .social-icons {
      display: flex;
      gap: 12px;
      align-items: center;
    }

    .social-icon {
      width: 31px;
      height: 31px;
      border-radius: 50%;
      background: #ffffff;
      color: #111111;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 17px;
      font-weight: 900;
      text-decoration: none;
    }

    .social-icon.youtube {
      font-size: 13px;
    }

    .social-icon.tiktok {
      font-size: 14px;
    }

    .social-icon.blog {
      font-size: 23px;
      font-family: Arial Black, Arial, sans-serif;
    }

    .newsletter-block,
    .search-block {
      padding-top: 0;
    }

    .newsletter-form,
    .search-form {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .newsletter-form input,
    .search-form input {
      height: 43px;
      border-radius: 5px;
      border: none;
      outline: none;
      background: #ffffff;
      color: #777777;
      font-size: 14px;
      padding: 0 12px;
      font-weight: 400;
    }

    .newsletter-form input {
      width: 218px;
    }

    .search-form input {
      width: 231px;
    }

    .newsletter-form button,
    .search-form button {
      height: 44px;
      border-radius: 5px;
      border: 1px solid #ffffff;
      background: transparent;
      color: #ffffff;
      font-size: 14px;
      font-weight: 900;
      padding: 0 11px;
      cursor: pointer;
    }

    .search-form button {
      width: 45px;
      padding: 0;
      font-size: 15px;
    }

    /* Main columns */
    .footer-main {
      display: grid;
      grid-template-columns: 250px 285px 305px 285px;
      column-gap: 35px;
      margin-top: 36px;
      align-items: start;
    }

    .footer-col-title {
      font-size: 14px;
      line-height: 1;
      font-weight: 900;
      text-transform: uppercase;
      color: #ffffff;
      margin-bottom: 18px;
    }

    .footer-list {
      list-style: none;
    }

    .footer-list li {
      margin-bottom: 8px;
      color: #eeeeee;
      font-size: 12px;
      font-weight: 800;
      line-height: 1.2;
      white-space: nowrap;
    }

    .footer-list li::before {
      content: "›";
      display: inline-block;
      margin-right: 9px;
      color: #ffffff;
      font-size: 24px;
      font-weight: 300;
      vertical-align: -3px;
      line-height: 7px;
    }

    /* Contact */
    .phone {
      font-size: 24px;
      font-weight: 900;
      letter-spacing: 0.3px;
      margin-top: 3px;
      margin-bottom: 7px;
    }

    .phone-note {
      font-size: 8px;
      line-height: 1.35;
      font-weight: 900;
      color: #ffffff;
    }

    .payment {
      margin-top: 76px;
    }

    .payment-title {
      font-size: 14px;
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 14px;
    }

    .payment-grid {
      display: grid;
      grid-template-columns: repeat(4, 45px);
      gap: 10px 9px;
      align-items: center;
    }

    .pay-card {
      width: 45px;
      height: 29px;
      background: #ffffff;
      border-radius: 3px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #111111;
      font-size: 10px;
      font-weight: 900;
      overflow: hidden;
      position: relative;
    }

    .pay-cb {
      color: #008dd2;
      font-size: 20px;
      letter-spacing: -4px;
      padding-right: 3px;
    }

    .pay-master {
      gap: 0;
    }

    .circle {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      display: inline-block;
      margin: -2px;
    }

    .red {
      background: #eb001b;
    }

    .orange {
      background: #f79e1b;
      opacity: 0.95;
    }

    .pay-visa {
      color: #113d86;
      font-size: 14px;
      font-style: italic;
      letter-spacing: -1px;
    }

    .pay-floa {
      color: #1689e8;
      font-size: 8px;
      line-height: 0.9;
      text-align: center;
    }

    .pay-small {
      font-size: 5px;
      color: #d71920;
      text-align: center;
      line-height: 1.1;
      padding: 2px;
    }

    .pay-bancontact {
      flex-direction: column;
      gap: 1px;
    }

    .ban-blue {
      width: 35px;
      height: 8px;
      background: #183f8c;
    }

    .ban-yellow {
      width: 35px;
      height: 8px;
      background: #f7c600;
    }

    .pay-bancontact span {
      font-size: 6px;
      color: #1d1d1d;
      line-height: 1;
    }

    .footer-bottom-line {
      width: 100%;
      height: 1px;
      background: #777777;
      opacity: 0.65;
      margin-top: 57px;
    }

    /* Layout positioning tweaks to match screenshot */
    .top-spacer {
      display: none;
    }

    .footer-top .brand-block {
      grid-column: 1;
      grid-row: 1 / span 2;
    }

    .footer-top .social-block {
      grid-column: 2;
    }

    .footer-top .newsletter-block {
      grid-column: 3;
    }

    .footer-top .search-block {
      grid-column: 4;
    }

    .footer-main .empty-brand-space {
      grid-column: 1;
    }

    @media (max-width: 1200px) {
      .footer-container {
        width: calc(100% - 40px);
      }

      .footer-top,
      .footer-main {
        grid-template-columns: 1fr 1fr;
        row-gap: 35px;
      }

      .footer-top .brand-block,
      .footer-top .social-block,
      .footer-top .newsletter-block,
      .footer-top .search-block {
        grid-column: auto;
      }

      .footer-main .empty-brand-space {
        display: none;
      }
    }

    @media (max-width: 700px) {
      .footer {
        padding-bottom: 30px;
      }

      .footer-top,
      .footer-main {
        grid-template-columns: 1fr;
      }

      .newsletter-form,
      .search-form {
        flex-wrap: wrap;
      }

      .newsletter-form input,
      .search-form input {
        width: 100%;
      }

      .claim {
        max-width: 100%;
      }
    }
    .footer-list a{
        text-decoration: none;
        color: inherit;
    }
.filter-box {
    background: #ffffff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.filter-box .input-group-text {
    background-color: #f8f9fa;
}

.filter-box .form-check-label {
    white-space: nowrap;
}

.filter-box.is-loading {
    opacity: 0.7;
    transform: scale(0.99);
    pointer-events: none;
}

#applyBtn {
    transition: all 0.3s ease;
}

#applyBtn:disabled {
    cursor: not-allowed;
}

@media (max-width: 576px) {
    .filter-box h5 {
        margin-bottom: 8px !important;
    }

    .filter-box .btn {
        font-size: 14px;
    }
}
.pagination-wrapper {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 5px;
}

.custom-pagination {
    gap: 6px;
    margin-bottom: 0;
}

.custom-pagination .page-item .page-link {
    border: none;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    color: #0d6efd;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: all 0.25s ease;
}

.custom-pagination .page-item .page-link:hover {
    background: #0d6efd;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(13, 110, 253, 0.25);
}

.custom-pagination .page-item.active .page-link {
    background: #0d6efd;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(13, 110, 253, 0.35);
}

.custom-pagination .page-item.disabled .page-link {
    background: #f1f3f5;
    color: #adb5bd;
    box-shadow: none;
    pointer-events: none;
    cursor: not-allowed;
}

.custom-pagination .page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Mobile responsive */
@media (max-width: 576px) {
    .pagination-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .custom-pagination {
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        padding: 4px 2px;
    }

    .custom-pagination .page-item .page-link {
        min-width: 38px;
        height: 38px;
        padding: 0 12px;
        border-radius: 10px;
        font-size: 14px;
    }
}
li.page-item
 {
    border: 1px solid lightgray;
    padding: 10px;
    text-decoration: none;
 }
 li.page-item a
 {
    text-decoration: none;
    color: inherit;
 }