/*
Theme Name: EcoNet Costa Rica
Theme URI: https://ecological-network.com/
Author: EcoNet
Description: Responsive theme for EcoNet Costa Rica, based on the original Joomla design. Standard 1200px width, mobile friendly.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: econet
Tags: green, two-columns, right-sidebar, responsive
*/

/* ---------- tokens ---------- */
:root{
  --green:#2DA94B;        /* top bar + footer */
  --green-tab:#94ba3f;    /* tab buttons + headings */
  --green-tab-dk:#749824;
  --green-head:#577B22;   /* headings */
  --blue-banner:#59B7FF;  /* banner behind logo */
  --blue-page:#D2EDF8;    /* page background */
  --blue-soft:#ECF7FB;    /* sidebar border */
  --link:#0033CC;
  --hover:#FFFF00;
  --topbar-link:#F4EFC9;  /* top bar: secondary to the white tab labels */
  --text:#22282b;
  --muted:#5b666c;
  --rule:#e2eaed;
  --maxw:1200px;
  --gap:36px;
  --radius:6px;
}

/* ---------- base ---------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:var(--blue-page);
  color:var(--text);
  font:400 19px/1.7 "Source Serif 4",Georgia,"Times New Roman",Times,serif;
  text-align:left;
}
img{max-width:100%;height:auto;border:0}
a{color:var(--link);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4{font-family:"Source Serif 4",Georgia,"Times New Roman",Times,serif;line-height:1.25;margin:0 0 .5em}
h1{font-size:34px;color:var(--green-head)}
h2{font-size:27px;color:var(--green-head)}
h3{font-size:21px;color:var(--green-head)}
h4{font-size:19px;color:var(--green-head)}
p{margin:0 0 1.1em}
.shell{max-width:var(--maxw);margin:0 auto;padding:0 20px}
.skip{position:absolute;left:-9999px}
.skip:focus{left:8px;top:8px;background:#fff;padding:8px;z-index:100}

/* ---------- top utility bar ---------- */
.topbar{background:var(--green);font-family:Verdana,Arial,Helvetica,sans-serif}
.topbar .shell{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:28px}
.topbar ul{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}
.topbar li{padding:0 9px;border-right:1px solid rgba(255,255,255,.45)}
.topbar li:last-child{border-right:0}
.topbar a{display:block;color:var(--topbar-link);font-size:11px;font-weight:700;line-height:28px}
.topbar a:hover,.topbar .current-menu-item>a{color:var(--hover);text-decoration:none}
.topbar .phone{color:var(--topbar-link);font-size:11px;font-weight:700;white-space:nowrap}

/* ---------- banner + tabs share one sky ---------- */
.masthead{background:var(--blue-banner) url(images/costa-rica-blue-sky-banner.jpg) center right/cover no-repeat;overflow:hidden}
.banner .shell{display:flex;align-items:center;gap:44px;padding-top:23px;padding-bottom:17px}
.banner .logo{margin-left:16px}
.banner .logo img{display:block;height:45px;width:auto}
.banner .tagline-img{max-height:80px;width:auto}
.banner .tagline{
  color:#e8eff4;font-size:clamp(11px,1.12vw,15.5px);font-style:italic;font-weight:600;
  letter-spacing:.01em;text-shadow:0 1px 3px rgba(22,72,102,.55),0 0 14px rgba(16,48,72,.34);
  margin:0 auto 0 0;white-space:nowrap;
}

/* ---------- section tabs (inside the header, on the blue banner) ---------- */
.tabnav{background:transparent;border-bottom:3px solid var(--green-tab)}
.tabnav .shell{display:flex;align-items:flex-end;gap:4px;padding-top:0;position:relative}
.tabnav ul{display:flex;gap:4px;list-style:none;margin:0;padding:0;flex:1;position:relative;z-index:2}
/* the sun rises behind the right corner of the Renewable Energy button */
.sunrise{
  position:absolute;right:-48px;bottom:-34px;width:140px;height:140px;z-index:1;pointer-events:none;
  background:url(images/renewable-energy-sunrise.png) center/contain no-repeat;
}
.tabnav li{min-width:0}
/* the Renewable Energy button sits apart, on the right, as it did before */
.tabnav .accent{margin-left:auto;padding-left:22px}
.tabnav a{
  display:block;background:var(--green-tab);color:#fff;
  font:600 clamp(12.5px,1.25vw,16px)/1.25 Oswald,"Arial Narrow",Arial,sans-serif;
  padding:6px clamp(7px,.78vw,11px);border:1px solid var(--green-tab-dk);border-bottom:0;
  border-radius:var(--radius) var(--radius) 0 0;white-space:nowrap;
}
.tabnav a:hover{background:var(--green-tab-dk);color:var(--hover);text-decoration:none}
.tabnav .current-menu-item>a,.tabnav .current_page_item>a{background:#fff;color:var(--green-head)}
.tabnav .accent a{background:var(--green);border-color:#1f8c3a}

/* mobile menu button */
.menu-toggle{
  display:none;align-items:center;gap:9px;margin:8px 0;
  background:var(--green-tab);color:#fff;border:0;border-radius:var(--radius);
  font:600 17px/1 Oswald,"Arial Narrow",Arial,sans-serif;padding:13px 16px;cursor:pointer;width:100%;
}
.menu-toggle .bars{display:inline-block;width:18px;height:2px;background:#fff;box-shadow:0 6px 0 #fff,0 -6px 0 #fff}

/* ---------- layout ---------- */
.page{background:#fff;box-shadow:0 1px 3px rgba(16,42,55,.10);border-top:0}
.layout{display:flex;gap:var(--gap);align-items:flex-start;padding:34px 0 52px}
.content{flex:1 1 auto;min-width:0}
.sidebar{flex:0 0 320px;width:320px}

/* ---------- content ---------- */
.content img{height:auto}
.entry-title{margin-top:0}
.entry,.entry p,.entry li,.entry td{text-align:left!important}
.entry table{width:100%!important;border-collapse:collapse;margin:0 0 1.2em}
.entry table td{vertical-align:top;padding:4px 10px 4px 0;width:auto!important}
.entry ul{padding-left:22px}
.entry li{margin-bottom:.4em}
.entry iframe{max-width:100%;aspect-ratio:16/9;height:auto}
.entry .alignleft,.entry img[align=left]{float:left;margin:4px 20px 12px 0;max-width:45%}
.entry .alignright,.entry img[align=right]{float:right;margin:4px 0 12px 20px;max-width:45%}
.entry::after{content:"";display:block;clear:both}
.entry a:hover{color:#001f7a}

/* lead-in paragraph under a page heading */
.entry .lead{font-size:20.5px;line-height:1.6;color:#2d3a40}
.entry h2{margin-top:38px;padding-bottom:6px;border-bottom:1px solid var(--rule)}
.entry .entry-title,.entry h2:first-child{margin-top:0}
.news-item h2{margin-top:0}

/* article cards on the news page */
.news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}
.news-item{border:1px solid var(--rule);border-radius:10px;padding:20px;background:#fff}
.news-item h2{font-size:21px;border:0;padding:0}
/* the picture sits above the headline, cropped to a even band so the cards line up */
.news-thumb{display:block;margin:0 0 15px;background:#e8f0f5;border-radius:8px;overflow:hidden}
.news-thumb img{display:block;width:100%;height:100%;object-fit:cover;border-radius:0;margin:0}
.news-item .news-thumb{height:165px}
.lead-article .news-thumb{height:280px;margin-bottom:18px}
.readmore .btn{
  display:inline-block;background:var(--green-tab);color:#fff;border-radius:var(--radius);
  font:700 13px/1 Verdana,Arial,Helvetica,sans-serif;padding:10px 14px;
}
.readmore .btn:hover{background:var(--green-tab-dk);color:var(--hover);text-decoration:none}
/* on the news listing the buttons are white with black lettering */
.lead-article .readmore .btn,.news-item .readmore .btn{
  background:#fff;color:#111;border:1px solid #c3d2d8;box-shadow:0 1px 2px rgba(20,45,60,.07);
  transition:border-color .18s ease,box-shadow .18s ease;
}
.lead-article .readmore .btn:hover,.news-item .readmore .btn:hover{
  background:#fff;color:#111;border-color:var(--green-tab);box-shadow:0 3px 10px rgba(20,45,60,.15);
}

/* ---------- services cards (home page) ---------- */
.svc{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;list-style:none;margin:0 0 1.7em;padding:0}
.svc li{margin:0}
.svc a{
  display:flex;align-items:center;gap:15px;height:100%;
  background:#fff;border:1px solid var(--rule);border-top:3px solid #cfe2a8;border-radius:10px;
  color:#17202a;font:600 18.5px/1.4 "Source Serif 4",Georgia,serif;padding:20px 18px;
  transition:border-top-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.svc a::before{
  content:"";flex:0 0 42px;height:42px;border-radius:10px;
  background-color:#eef6e0;background-repeat:no-repeat;background-position:center;background-size:23px 23px;
  transition:background-color .18s ease;
}
.svc a:hover{
  border-top-color:var(--green-tab);box-shadow:0 8px 22px rgba(20,45,60,.12);
  transform:translateY(-3px);text-decoration:none;color:#17202a;
}
.svc a:hover::before{background-color:#dcecc2}
.svc .ico-realestate a::before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235d8a1f'><path d='M12 3 2.5 10.5V21h7v-5.5h5V21h7V10.5z'/><path d='M17.6 2.2c-2.4.3-4.1 1.6-4.6 3.3-.3 1.1 0 2.1.6 2.7.9-1.6 2.3-2.6 4-3.2-1.3.9-2.4 2-3 3.5.9.3 2 .2 2.9-.4 1.5-1 2-3.4.1-5.9z'/></svg>")}
.svc .ico-materials a::before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235d8a1f'><rect x='2' y='4' width='20' height='4.4' rx='1'/><rect x='2' y='9.8' width='13' height='4.4' rx='1'/><rect x='16.4' y='9.8' width='5.6' height='4.4' rx='1'/><rect x='2' y='15.6' width='7' height='4.4' rx='1'/><rect x='10.4' y='15.6' width='11.6' height='4.4' rx='1'/></svg>")}
.svc .ico-hotel a::before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235d8a1f'><path d='M2 8h2v9H2z'/><path d='M4 17h18v-4.2c0-1.6-1.3-2.8-2.8-2.8H4z'/><circle cx='8' cy='7.6' r='2.4'/><path d='M2 18h20v2H2z'/></svg>")}
.svc .ico-energy a::before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235d8a1f'><g transform='rotate(28 18 6)'><path d='M17.25 1.5h1.5v4.6h-1.5z'/><path d='M17.25 1.5h1.5v4.6h-1.5z' transform='rotate(120 18 6)'/><path d='M17.25 1.5h1.5v4.6h-1.5z' transform='rotate(240 18 6)'/></g><circle cx='18' cy='6' r='1.2'/><path d='M17.35 6.7h1.3l.85 13.6h-3z'/><path d='M.8 20 4.6 11.6h11.2L12.4 20z'/><path d='M2.6 15.9h11.5' stroke='%23ffffff' stroke-width='1.8' fill='none'/><path d='M.6 20.4h22.8v1.8H.6z'/></svg>")}
.svc .ico-tourism a::before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235d8a1f'><circle cx='17.6' cy='6' r='2.6'/><path d='M2 20h20L14.4 8.6l-3.6 5.2-2.2-2.6z'/></svg>")}
.svc .ico-farming a::before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235d8a1f'><path d='M11 21h2v-7h-2z'/><path d='M11.4 13.6C10.8 10.4 8.4 8.6 5 8.6c0 3.6 2.4 5.8 6.4 5z'/><path d='M12.8 13.2c.4-3.4 2.6-5.6 6.2-6-.2 3.8-2.6 6-6.2 6z'/><path d='M3 21h18v1.4H3z'/></svg>")}
.svc .ico-consulting a::before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235d8a1f'><path d='M6 3h12a1 1 0 0 1 1 1v17a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z'/><rect x='8.4' y='1.4' width='7.2' height='3.4' rx='1' fill='%23ffffff' stroke='none'/><path d='m8.6 12.6 2.2 2.2 4.6-4.6 1.4 1.4-6 6-3.6-3.6z' fill='%23ffffff'/></svg>")}
.svc .ico-reforestation a::before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235d8a1f'><path d='M7 2 2.6 9.4h2.2L2 14.8h10L9.2 9.4h2.2z'/><path d='M6 14.8h2V21H6z'/><path d='M17 6.6 13.6 12h1.8l-2.2 4.2h7.6L18.6 12h1.8z'/><path d='M16.2 16.2h1.6V21h-1.6z'/></svg>")}
.svc .ico-development a::before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235d8a1f'><path d='M3 3h18v2.6H3z'/><path d='M4.6 6.6h14.8v14.8H4.6z' fill='%23ffffff' stroke='%235d8a1f' stroke-width='1.8'/><path d='M12 8.6 8 19.4h1.9l.8-2.4h2.6l.8 2.4H16z'/></svg>")}
.svc .ico-landscaping a::before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235d8a1f'><path d='M12 2.4C8.6 6.8 6 10.2 6 13.4A6 6 0 0 0 18 13.4c0-3.2-2.6-6.6-6-11z'/><path d='M2 20.6c2-1.4 3.6-1.4 5.6 0 2 1.4 3.6 1.4 5.6 0 2-1.4 3.6-1.4 5.6 0l1.2.8v2H2z'/></svg>")}
@media (max-width:700px){
  .svc{grid-template-columns:1fr;gap:12px}
  .svc a{font-size:17px;padding:16px 15px;gap:13px}
  .svc a::before{flex-basis:36px;height:36px;background-size:20px 20px}
}

/* ---------- slider ---------- */
.slider{position:relative;overflow:hidden;border-radius:var(--radius);background:#0b2a36;margin-bottom:26px}
.slider ul{display:flex;list-style:none;margin:0;padding:0;transition:transform .5s ease}
.slider li{flex:0 0 100%}
.slider img{display:block;width:100%;aspect-ratio:29/14;object-fit:cover}
.slider button{
  position:absolute;top:50%;transform:translateY(-50%);
  background:rgba(0,0,0,.45);color:#fff;border:0;border-radius:50%;
  width:44px;height:44px;font-size:22px;line-height:1;cursor:pointer;
}
.slider button:hover{background:rgba(0,0,0,.7)}
.slider .prev{left:12px}
.slider .next{right:12px}
.slider .dots{position:absolute;left:0;right:0;bottom:12px;display:flex;justify-content:center;gap:9px}
.slider .dots span{width:11px;height:11px;border-radius:50%;background:rgba(255,255,255,.55);cursor:pointer}
.slider .dots span.on{background:#fff}

/* ---------- sidebar ---------- */
.widget{border:1px solid var(--rule);border-radius:10px;margin-bottom:26px;background:#fff;overflow:hidden}
.widget h3{
  background:rgba(148,186,63,.16);color:#4d7717;margin:0;padding:12px 16px 11px;
  border-bottom:2px solid rgba(148,186,63,.55);
  font:700 12px/1.2 Verdana,Arial,Helvetica,sans-serif;letter-spacing:.11em;text-transform:uppercase;
}
.widget .inner{padding:16px}
.card{display:block;margin-bottom:20px;border-radius:8px;overflow:hidden;background:#fff;transition:transform .18s ease,box-shadow .18s ease}
.card:last-child{margin-bottom:0}
.card img{display:block;width:100%;aspect-ratio:11/7;object-fit:cover}
.card span{display:block;color:var(--green-head);font:600 16.5px/1.35 "Source Serif 4",Georgia,serif;padding:10px 2px 2px}
.card:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(16,42,55,.14);text-decoration:none}
.card:hover span{color:var(--link)}

/* ---------- call to action band (home page) ---------- */
.cta-band{background:#eef6e0;border-top:1px solid #dbe9c2;text-align:center}
.cta-band .shell{padding-top:40px;padding-bottom:42px}
.cta-head{font:600 26px/1.35 "Source Serif 4",Georgia,serif;color:var(--green-head);margin:0 0 8px}
.cta-sub{font:400 18px/1.55 "Source Serif 4",Georgia,serif;color:#4a5a4a;margin:0 0 22px}
.cta-btn{
  display:inline-block;background:var(--green);color:#fff!important;
  font:700 16px/1 Verdana,Arial,Helvetica,sans-serif;padding:16px 34px;border-radius:var(--radius);
  box-shadow:0 3px 8px rgba(30,90,45,.22);transition:background .18s ease,transform .18s ease,box-shadow .18s ease;
}
.cta-btn:hover{background:#238c3d;transform:translateY(-2px);box-shadow:0 6px 16px rgba(30,90,45,.28);text-decoration:none}

/* ---------- footer (original design) ---------- */
.site-footer{background:var(--green);color:#fff;font-family:Verdana,Arial,Helvetica,sans-serif;position:relative}
.site-footer .shell{padding-top:26px;padding-bottom:22px}
.foot-top{display:flex;flex-wrap:wrap;gap:24px 40px;justify-content:space-between;align-items:center}
.site-footer a{color:#fff}
.site-footer a:hover{color:var(--hover);text-decoration:none}
.foot-left{flex:1 1 62%;min-width:0}
.foot-links{display:flex;flex-wrap:wrap;gap:8px 20px;list-style:none;margin:0;padding:0;font-size:13px}
.foot-links .foot-contact-item a{font-weight:700;border-bottom:1px solid rgba(255,255,255,.55);padding-bottom:1px}
.foot-links .foot-contact-item a:hover{border-color:var(--hover)}
/* the globe and its sprout lift above the green band, as they did before */
.foot-mark{flex:0 0 auto;margin-left:auto;align-self:flex-start;margin-top:-54px;display:flex;align-items:center;gap:12px}
.foot-mark img{display:block;height:98px;width:auto}
.foot-slogan{
  color:#dcefc0;font:700 15px/1.35 Verdana,Arial,Helvetica,sans-serif;
  padding-top:26px;white-space:nowrap;
}
.copyright{
  border-top:1px solid rgba(255,255,255,.3);margin-top:20px;padding-top:14px;
  font-size:12.5px;color:#eaf6ec;display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;
}

/* language switcher */
.lang{display:inline-flex;align-items:center;gap:10px;font:700 12.5px/1 Verdana,Arial,Helvetica,sans-serif}
.lang::before{
  content:"";width:14px;height:14px;flex:0 0 14px;opacity:.85;background:no-repeat center/contain;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8'><circle cx='12' cy='12' r='9'/><path d='M3 12h18M12 3c2.6 3 2.6 15 0 18M12 3c-2.6 3-2.6 15 0 18'/></svg>");
}
.lang a{color:rgba(255,255,255,.55)}
.lang a.on{color:#fff}
.lang a:hover{color:var(--hover);text-decoration:none}
.lang a+a::before{content:"|";color:rgba(255,255,255,.4);font-weight:400;margin-right:10px}

/* ---------- contact form ---------- */
.form-row{margin-bottom:14px}
.form-row label{display:block;font:700 13px/1.6 Verdana,Arial,sans-serif;color:var(--muted)}
.form-row input,.form-row textarea{
  width:100%;padding:11px 12px;border:1px solid #c6d3d8;border-radius:var(--radius);
  font:400 16px/1.5 Georgia,serif;background:#fff;
}
.form-row input:focus,.form-row textarea:focus{outline:2px solid var(--green-tab);border-color:var(--green-tab)}
.hp{position:absolute;left:-9999px}
.btn-send{background:var(--green-tab);color:#fff;border:0;border-radius:var(--radius);font:700 15px/1 Verdana,Arial,sans-serif;padding:14px 26px;cursor:pointer}
.btn-send:hover{background:var(--green-tab-dk)}
.notice{border-left:4px solid var(--green-tab);background:#f3f8e9;padding:12px 14px;margin-bottom:18px}

/* ---------- tablet ---------- */
@media (max-width:980px){
  :root{--gap:26px}
  /* the tagline is hidden on tablets and phones: the logo carries the header there */
  .banner .tagline-img,.banner .tagline{display:none}
  .layout{flex-direction:column}
  .sidebar{flex:1 1 auto;width:100%}
  .widget .inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .card{margin-bottom:0}
}

/* ---------- phone ---------- */
@media (max-width:700px){
  body{font-size:17.5px}
  h1{font-size:27px}
  h2{font-size:23px}
  .topbar .shell{justify-content:center}
  .topbar ul{display:none}
  .banner .shell{flex-direction:column;text-align:center;gap:8px;padding-top:16px;padding-bottom:12px}
  .banner .logo{margin-left:0}
  .banner .logo img{height:40px}
  .menu-toggle{display:flex;justify-content:center}
  .tabnav ul{display:none;flex-direction:column;width:100%;padding-bottom:10px}
  .tabnav ul.open{display:flex}
  .tabnav a{border-radius:var(--radius);border-bottom:1px solid var(--green-tab-dk);text-align:center;padding:12px;font-size:17px}
  .sunrise{display:none}
  .page{border-left:0;border-right:0}
  .news-grid{grid-template-columns:1fr}
  .lead-article .news-thumb{height:190px}
  .news-item .news-thumb{height:175px}
  .cta-head{font-size:21px}
  .cta-sub{font-size:16px}
  .cta-btn{display:block;padding:15px 20px}
  .foot-top{justify-content:center;text-align:center}
  .foot-left{flex:1 1 100%}
  .foot-links{justify-content:center}
  .foot-mark{margin:6px auto 0;align-self:center}
  .copyright{justify-content:center;text-align:center}
  .foot-mark img{height:82px}
  .foot-slogan{font-size:14px;padding-top:20px}
  .widget .inner{grid-template-columns:1fr}
  .entry .alignleft,.entry .alignright,.entry img[align=left],.entry img[align=right]{float:none;display:block;margin:0 0 16px;max-width:100%}
  .entry table,.entry tbody,.entry tr,.entry td{display:block;width:100%!important}
  .slider button{width:38px;height:38px}
}

/* logo fallback before the real logo is uploaded */
.banner .logo-text{display:block;color:#fff;font:700 34px/1 Georgia,serif;text-shadow:0 1px 2px rgba(0,0,0,.25)}

/* news listing extras */
.lead-article{border-bottom:1px solid var(--rule);padding-bottom:26px;margin-bottom:30px}
.lead-article img,.entry .wp-post-image{border-radius:8px}
.meta{color:var(--muted);font-size:14px;margin-top:-6px}
.pagination{margin-top:30px;font-family:Verdana,Arial,sans-serif;font-size:14px}
.pagination .page-numbers{display:inline-block;padding:9px 13px;border:1px solid var(--rule);border-radius:var(--radius);margin-right:6px}
.pagination .current{background:var(--green-tab);color:#fff;border-color:var(--green-tab)}
