/* Shimul Publications Manager — Frontend */
:root{
  --spm-navy:#102d40;
  --spm-green:#07594f;
  --spm-green-deep:#033f39;
  --spm-gold:#c99436;
  --spm-cream:#fbf8f1;
  --spm-soft:#edf3f0;
  --spm-border:#dbe3de;
  --spm-text:#435665;
}

.spm-publications-page,
.spm-publications-wrap{
  color:var(--spm-text);
  font-family:inherit;
  box-sizing:border-box;
}
.spm-publications-page *,
.spm-publications-wrap *{box-sizing:border-box}

.spm-publications-hero{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:40px;
  padding:34px 0 30px;
}
.spm-kicker{margin-bottom:9px;color:var(--spm-gold);font-size:10px;font-weight:800;letter-spacing:2px}
.spm-publications-hero h1{margin:0 0 10px;color:var(--spm-navy);font-family:Georgia,"Times New Roman",serif;font-size:clamp(40px,5vw,64px);line-height:1}
.spm-publications-hero p{max-width:720px;margin:0;color:var(--spm-text);font-size:15px;line-height:1.65}
.spm-hero-quote{max-width:260px;color:var(--spm-navy);font-family:Georgia,"Times New Roman",serif;font-size:20px;font-style:italic;line-height:1.4}

.spm-stats{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:0 0 28px}
.spm-stat-card{min-height:105px;padding:18px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--spm-border);border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(11,42,44,.055);text-align:center}
.spm-stat-icon{color:var(--spm-green);font-size:20px;line-height:1;margin-bottom:7px}
.spm-stat-card strong{color:var(--spm-navy);font-family:Georgia,"Times New Roman",serif;font-size:27px;line-height:1;margin-bottom:6px}
.spm-stat-card>span:last-child{font-size:11px;color:var(--spm-text)}

.spm-filter-form{margin-bottom:18px}
.spm-filter-tabs{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:13px}
.spm-tab{appearance:none;border:1px solid var(--spm-border);border-radius:7px;background:#fff;color:var(--spm-navy);padding:9px 13px;font-size:11px;font-weight:700;cursor:pointer;transition:.2s ease}
.spm-tab:hover,.spm-tab.is-active{background:var(--spm-green);color:#fff;border-color:var(--spm-green)}
.spm-filters-row{display:grid;grid-template-columns:145px 145px minmax(170px,220px) 165px minmax(260px,1fr);gap:10px}
.spm-filters-row select,.spm-search input,.spm-filter-bottom select{width:100%;min-height:42px;border:1px solid var(--spm-border);border-radius:7px;background:#fff;color:var(--spm-navy);padding:0 11px;font:inherit;font-size:11px}
.spm-search{display:grid;grid-template-columns:1fr auto;gap:8px}
.spm-search button{min-width:76px;border:0;border-radius:7px;background:var(--spm-green);color:#fff;font-weight:700;cursor:pointer}
.spm-filter-bottom{display:flex;justify-content:flex-end;align-items:center;gap:14px;margin-top:10px;font-size:11px}
.spm-filter-bottom label{display:flex;align-items:center;gap:7px}
.spm-filter-bottom select{min-width:130px}

.spm-results-head{margin:15px 0 12px;color:#687870;font-size:11px}
.spm-publications-layout{display:grid;grid-template-columns:190px minmax(0,1fr);gap:20px;align-items:start}
.spm-publications-layout.spm-no-sidebar{grid-template-columns:1fr}

.spm-sidebar{position:sticky;top:20px;padding:10px 0}
.spm-sidebar-group{margin-bottom:25px}
.spm-sidebar-group h3{margin:0 0 10px;color:var(--spm-navy);font-family:Georgia,"Times New Roman",serif;font-size:14px}
.spm-sidebar-group a{display:flex;justify-content:space-between;gap:10px;padding:7px 9px;border-left:2px solid transparent;color:#36505d;text-decoration:none;font-size:11px;transition:.2s ease}
.spm-sidebar-group a:hover{border-left-color:var(--spm-green);background:#eef4f1;color:var(--spm-green)}
.spm-sidebar-group b{color:#71807a;font-weight:700}

.spm-publication-list{display:grid;gap:11px}
.spm-publication-card{display:grid;grid-template-columns:112px minmax(0,1fr) 225px;gap:18px;align-items:center;padding:18px;border:1px solid var(--spm-border);border-radius:11px;background:#fff;box-shadow:0 7px 21px rgba(11,42,44,.045);transition:.25s ease}
.spm-publication-card:hover{transform:translateY(-2px);box-shadow:0 15px 32px rgba(11,42,44,.08);border-color:#cbd8d1}
.spm-card-year{min-height:100%;border-right:1px solid #e5ebe7;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-right:12px}
.spm-card-year strong{color:var(--spm-navy);font-family:Georgia,"Times New Roman",serif;font-size:23px}
.spm-card-year span{display:inline-block;margin-top:6px;padding:5px 8px;border-radius:20px;background:#eaf2ee;color:var(--spm-green);font-size:9px;font-weight:700}
.spm-card-main h3{margin:0 0 7px;color:var(--spm-navy);font-family:Georgia,"Times New Roman",serif;font-size:17px;line-height:1.25}
.spm-authors{margin-bottom:7px;color:#314b5b;font-size:11px;line-height:1.5;font-weight:600}
.spm-journal-row{display:flex;flex-wrap:wrap;gap:7px 11px;align-items:center;color:#5f716b;font-size:10px}
.spm-journal-row em{color:#3b5360}
.spm-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}
.spm-badge{display:inline-flex;align-items:center;min-height:22px;padding:4px 7px;border-radius:5px;background:#eef2f0;color:#51635e;font-size:9px;font-weight:700}
.spm-badge-quartile{background:var(--spm-green);color:#fff}
.spm-badge-open{background:#d89527;color:#fff}
.spm-card-actions{display:grid;gap:7px}
.spm-card-actions a{display:flex;align-items:center;justify-content:center;min-height:38px;padding:7px 10px;border:1px solid #aac9c1;border-radius:7px;color:var(--spm-green);background:#fff;text-decoration:none;font-size:10px;font-weight:700;text-align:center;overflow-wrap:anywhere;transition:.2s ease}
.spm-card-actions a:hover,.spm-card-actions .spm-action-primary:hover{background:var(--spm-green);color:#fff}
.spm-card-actions .spm-action-primary{border-color:var(--spm-green)}

.spm-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin-top:24px}
.spm-pagination a{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--spm-border);border-radius:7px;color:var(--spm-navy);background:#fff;text-decoration:none;font-size:11px;font-weight:700}
.spm-pagination a.is-current,.spm-pagination a:hover{background:var(--spm-green);color:#fff;border-color:var(--spm-green)}
.spm-empty{padding:32px;border:1px solid var(--spm-border);border-radius:11px;background:#fff;text-align:center}

@media(max-width:1100px){
  .spm-stats{grid-template-columns:repeat(3,1fr)}
  .spm-filters-row{grid-template-columns:repeat(2,1fr)}
  .spm-publications-layout{grid-template-columns:165px minmax(0,1fr)}
  .spm-publication-card{grid-template-columns:95px minmax(0,1fr)}
  .spm-card-actions{grid-column:2}
}

@media(max-width:780px){
  .spm-publications-hero{display:block}
  .spm-hero-quote{margin-top:18px}
  .spm-stats{grid-template-columns:repeat(2,1fr)}
  .spm-filters-row{grid-template-columns:1fr}
  .spm-filter-bottom{justify-content:flex-start;flex-wrap:wrap}
  .spm-publications-layout{grid-template-columns:1fr}
  .spm-sidebar{position:static;display:none}
  .spm-publication-card{grid-template-columns:1fr;gap:13px}
  .spm-card-year{border-right:0;border-bottom:1px solid #e5ebe7;padding:0 0 11px}
  .spm-card-actions{grid-column:auto}
}

@media(max-width:430px){
  .spm-stats{grid-template-columns:1fr}
}


/* ==========================================================
PDF ACCESS / REQUEST
========================================================== */

.spm-card-actions button.spm-request-pdf-button,
.spm-card-actions .spm-pdf-button{
  display:flex;
  width:100%;
  min-height:40px;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border:1px solid #c99436;
  border-radius:8px;
  background:#fbf8f1;
  color:#8b611e;
  font:inherit;
  font-size:11px;
  font-weight:700;
  line-height:1.25;
  text-align:center;
  text-decoration:none;
  cursor:pointer;
  transition:background .2s ease,color .2s ease,border-color .2s ease;
}

.spm-card-actions button.spm-request-pdf-button:hover,
.spm-card-actions .spm-pdf-button:hover{
  background:#c99436;
  border-color:#c99436;
  color:#fff;
}

.spm-pdf-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
}

.spm-pdf-modal.is-open{
  display:flex;
}

.spm-pdf-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(5,29,35,.64);
  backdrop-filter:blur(4px);
}

.spm-pdf-modal-dialog{
  position:relative;
  z-index:2;
  width:min(100%,560px);
  max-height:90vh;
  overflow:auto;
  padding:32px;
  border:1px solid rgba(16,45,64,.10);
  border-radius:16px;
  background:#fff;
  box-shadow:0 30px 80px rgba(5,29,35,.28);
}

.spm-pdf-modal-close{
  position:absolute;
  top:12px;
  right:14px;
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:#edf3f0;
  color:#102d40;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}

.spm-pdf-modal-dialog h3{
  margin:8px 42px 8px 0;
  color:#102d40;
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
}

.spm-pdf-publication-title{
  margin:0 0 22px;
  color:#526471;
  font-size:13px;
  line-height:1.55;
}

.spm-pdf-request-form{
  display:grid;
  gap:14px;
}

.spm-pdf-request-form label{
  display:grid;
  gap:6px;
  color:#102d40;
  font-size:12px;
  font-weight:700;
}

.spm-pdf-request-form label span{
  color:#75827c;
  font-weight:400;
}

.spm-pdf-request-form input,
.spm-pdf-request-form textarea{
  width:100%;
  border:1px solid #dbe3de;
  border-radius:8px;
  background:#fff;
  color:#102d40;
  padding:11px 12px;
  font:inherit;
  font-size:13px;
}

.spm-pdf-request-form input:focus,
.spm-pdf-request-form textarea:focus{
  outline:2px solid rgba(7,89,79,.14);
  border-color:#07594f;
}

.spm-pdf-submit{
  min-height:46px;
  border:0;
  border-radius:8px;
  background:#07594f;
  color:#fff;
  font:inherit;
  font-weight:700;
  cursor:pointer;
}

.spm-pdf-submit:disabled{
  opacity:.65;
  cursor:wait;
}

.spm-pdf-form-status{
  min-height:18px;
  font-size:12px;
}

.spm-pdf-form-status.is-success{color:#07594f}
.spm-pdf-form-status.is-error{color:#a3362a}

.spm-pdf-privacy-note{
  margin:18px 0 0;
  color:#75827c;
  font-size:11px;
  line-height:1.5;
}

.spm-honeypot{
  position:absolute!important;
  left:-99999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}

@media(max-width:600px){
  .spm-pdf-modal{padding:14px}
  .spm-pdf-modal-dialog{padding:24px 18px}
}


/* ==========================================================
V3.3 — PUBLICATIONS FRONTEND PREMIUM POLISH
========================================================== */

.spm-publications-page{
  --spm-navy:#102d40;
  --spm-green:#07594f;
  --spm-green-deep:#043f39;
  --spm-gold:#c99436;
  --spm-cream:#fbf8f1;
  --spm-soft:#eef4f1;
  --spm-border:#dbe3de;
  --spm-text:#435665;
  width:100%;
}

.spm-publications-hero{
  position:relative;
  overflow:hidden;
  min-height:220px;
  margin-bottom:24px;
  padding:44px 46px;
  align-items:center;
  border:1px solid rgba(16,45,64,.07);
  border-radius:18px;
  background:
    radial-gradient(circle at 87% 23%,rgba(7,89,79,.11),transparent 30%),
    linear-gradient(110deg,#fcfaf5 0%,#fbf8f1 58%,#edf4f0 100%);
  box-shadow:0 16px 42px rgba(11,42,44,.06);
}

.spm-publications-hero::after{
  content:"";
  position:absolute;
  right:-45px;
  bottom:-70px;
  width:240px;
  height:240px;
  border:1px solid rgba(201,148,54,.22);
  border-radius:50%;
  box-shadow:0 0 0 36px rgba(201,148,54,.025);
  pointer-events:none;
}

.spm-publications-hero h1{
  font-size:clamp(42px,4.6vw,62px);
  letter-spacing:-1.5px;
}

.spm-hero-mini{
  margin-top:12px;
  color:#73827c;
  font-size:11px;
  font-weight:600;
  letter-spacing:.25px;
}

.spm-hero-quote{
  position:relative;
  z-index:2;
  max-width:260px;
  padding:20px 24px;
  border-left:2px solid var(--spm-gold);
  background:rgba(255,255,255,.42);
  border-radius:0 12px 12px 0;
}

.spm-hero-quote span{
  display:block;
  height:24px;
  color:var(--spm-gold);
  font-size:38px;
  line-height:.7;
}

.spm-stat-card{
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.spm-stat-card:hover{
  transform:translateY(-2px);
  border-color:rgba(7,89,79,.22);
  box-shadow:0 14px 30px rgba(11,42,44,.08);
}

.spm-filter-form{
  padding:16px;
  border:1px solid var(--spm-border);
  border-radius:13px;
  background:#fff;
  box-shadow:0 7px 22px rgba(11,42,44,.035);
}

.spm-filter-tabs{
  padding-bottom:13px;
  border-bottom:1px solid #edf1ef;
}

.spm-results-head{
  display:flex;
  align-items:center;
  min-height:32px;
  padding:0 3px;
}

.spm-sidebar{
  top:95px;
}

.spm-sidebar-group{
  padding:14px 13px;
  border:1px solid #e3e9e5;
  border-radius:10px;
  background:rgba(255,255,255,.72);
}

.spm-sidebar-group + .spm-sidebar-group{
  margin-top:12px;
}

.spm-sidebar-group{
  margin-bottom:0;
}

.spm-sidebar-static{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:7px 9px;
  color:#36505d;
  font-size:11px;
}
.spm-sidebar-static b{color:#71807a}

.spm-publication-card{
  position:relative;
  overflow:hidden;
}
.spm-publication-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:transparent;
  transition:background .22s ease;
}
.spm-publication-card:hover::before{
  background:var(--spm-green);
}

.spm-card-main h3{
  font-size:18px;
  line-height:1.32;
}

.spm-authors{
  color:#304858;
  font-weight:500;
}

.spm-journal-row > *{
  position:relative;
}
.spm-journal-row > *:not(:last-child)::after{
  content:"";
  display:inline-block;
  width:1px;
  height:10px;
  margin-left:10px;
  vertical-align:-1px;
  background:#d6dfda;
}

.spm-card-actions .spm-action-primary{
  background:var(--spm-green);
  color:#fff;
}
.spm-card-actions .spm-action-primary:hover{
  background:var(--spm-green-deep);
}

.spm-badge-open{
  background:#d99528;
}

@media(max-width:1100px){
  .spm-publications-hero{padding:38px 34px}
}

@media(max-width:780px){
  .spm-publications-hero{
    min-height:0;
    padding:30px 24px;
  }
  .spm-hero-quote{
    max-width:none;
  }
  .spm-filter-form{
    padding:13px;
  }
}


/* ==========================================================
V3.5 — FINAL PREMIUM PUBLICATIONS PAGE POLISH
========================================================== */

/* Hide the theme/page title only when this plugin's full page is present */
body.spm-has-publications-page .entry-header,
body.spm-has-publications-page .page-title,
body.spm-has-publications-page .ct-title-label{
  display:none !important;
}

/* Reduce theme spacing above the publication interface */
body.spm-has-publications-page .site-main,
body.spm-has-publications-page #main,
body.spm-has-publications-page .entry-content{
  padding-top:0 !important;
  margin-top:0 !important;
}

/* Break out of a narrow theme content column, while preserving safe gutters */
.spm-publications-page{
  position:relative;
  left:50%;
  transform:translateX(-50%);
  width:min(1380px, calc(100vw - 72px));
  max-width:none !important;
  margin:22px 0 72px;
  color:var(--spm-text);
}

/* Hero: slightly shorter, wider, stronger typography */
.spm-publications-hero{
  min-height:205px;
  margin-bottom:20px;
  padding:38px 44px;
  border-radius:18px;
}

.spm-publications-hero h1{
  margin-bottom:11px;
  font-size:clamp(44px,4.2vw,60px);
  line-height:.98;
}

.spm-publications-hero p{
  max-width:760px;
  font-size:14px;
  line-height:1.65;
}

.spm-hero-mini{
  font-size:11px;
}

.spm-hero-quote{
  max-width:290px;
  font-size:18px;
  line-height:1.45;
}

/* Statistics: more readable but still compact */
.spm-stats{
  gap:14px;
  margin-bottom:22px;
}

.spm-stat-card{
  min-height:112px;
  padding:17px 14px;
  border-radius:13px;
}

.spm-stat-icon{
  font-size:21px;
}

.spm-stat-card strong{
  font-size:30px;
}

.spm-stat-card > span:last-child{
  font-size:11px;
  font-weight:600;
}

/* Filters: easier to read and visually quieter */
.spm-filter-form{
  margin-bottom:20px;
  padding:17px 18px;
  border-radius:14px;
}

.spm-filter-tabs{
  gap:8px;
  margin-bottom:14px;
}

.spm-tab{
  padding:10px 14px;
  border-radius:8px;
  font-size:11px;
}

.spm-filters-row{
  grid-template-columns:150px 150px minmax(180px,230px) 175px minmax(300px,1fr);
  gap:11px;
}

.spm-filters-row select,
.spm-search input,
.spm-filter-bottom select{
  min-height:44px;
  padding:0 12px;
  font-size:11.5px;
}

.spm-search button{
  min-width:86px;
  border-radius:8px;
  font-size:11.5px;
}

.spm-filter-bottom{
  margin-top:12px;
  gap:18px;
  font-size:11px;
}

/* Main two-column area */
.spm-publications-layout{
  grid-template-columns:205px minmax(0,1fr);
  gap:22px;
}

.spm-sidebar{
  top:90px;
  padding-top:0;
}

.spm-sidebar-group{
  padding:15px 14px;
  border-radius:11px;
}

.spm-sidebar-group h3{
  font-size:15px;
  margin-bottom:11px;
}

.spm-sidebar-group a,
.spm-sidebar-static{
  padding:8px 9px;
  font-size:11.25px;
}

/* Publication cards: larger typography and calmer spacing */
.spm-publication-list{
  gap:13px;
}

.spm-publication-card{
  grid-template-columns:112px minmax(0,1fr) 235px;
  gap:20px;
  padding:20px 20px 20px 22px;
  border-radius:12px;
}

.spm-card-year{
  padding-right:14px;
}

.spm-card-year strong{
  font-size:25px;
}

.spm-card-year span{
  margin-top:8px;
  padding:5px 9px;
  font-size:9.5px;
}

.spm-card-main h3{
  margin-bottom:8px;
  font-size:19px;
  line-height:1.30;
}

.spm-authors{
  margin-bottom:8px;
  font-size:11.5px;
  line-height:1.55;
}

.spm-journal-row{
  gap:8px 11px;
  font-size:10.5px;
  line-height:1.45;
}

.spm-badges{
  gap:7px;
  margin-top:11px;
}

.spm-badge{
  min-height:24px;
  padding:4px 8px;
  font-size:9.5px;
  border-radius:6px;
}

/* Action buttons */
.spm-card-actions{
  gap:8px;
}

.spm-card-actions a,
.spm-card-actions button.spm-request-pdf-button,
.spm-card-actions .spm-pdf-button{
  min-height:42px;
  border-radius:8px;
  font-size:10.5px;
  line-height:1.3;
}

.spm-card-actions .spm-action-primary{
  box-shadow:0 7px 18px rgba(7,89,79,.12);
}

.spm-results-head{
  min-height:30px;
  margin:14px 0 10px;
  font-size:11px;
}

/* Pagination */
.spm-pagination{
  margin-top:28px;
}

.spm-pagination a{
  width:35px;
  height:35px;
  font-size:11px;
}

/* Tablet */
@media(max-width:1180px){
  .spm-publications-page{
    width:min(1120px, calc(100vw - 48px));
  }

  .spm-stats{
    grid-template-columns:repeat(3,1fr);
  }

  .spm-filters-row{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .spm-publications-layout{
    grid-template-columns:180px minmax(0,1fr);
  }

  .spm-publication-card{
    grid-template-columns:100px minmax(0,1fr);
  }

  .spm-card-actions{
    grid-column:2;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

/* Mobile */
@media(max-width:780px){
  .spm-publications-page{
    left:auto;
    transform:none;
    width:calc(100vw - 28px);
    margin:14px auto 48px;
  }

  .spm-publications-hero{
    padding:28px 22px;
    border-radius:14px;
  }

  .spm-publications-hero h1{
    font-size:42px;
  }

  .spm-stats{
    grid-template-columns:repeat(2,1fr);
    gap:10px;
  }

  .spm-stat-card{
    min-height:96px;
  }

  .spm-filter-form{
    padding:13px;
  }

  .spm-filters-row{
    grid-template-columns:1fr;
  }

  .spm-publications-layout{
    grid-template-columns:1fr;
  }

  .spm-sidebar{
    display:none;
  }

  .spm-publication-card{
    grid-template-columns:1fr;
    gap:14px;
    padding:18px;
  }

  .spm-card-year{
    border-right:0;
    border-bottom:1px solid #e5ebe7;
    padding:0 0 12px;
  }

  .spm-card-actions{
    grid-column:auto;
    grid-template-columns:1fr;
  }

  .spm-card-main h3{
    font-size:18px;
  }

  .spm-authors{
    font-size:11px;
  }
}

@media(max-width:430px){
  .spm-stats{
    grid-template-columns:1fr;
  }

  .spm-publications-hero h1{
    font-size:38px;
  }
}

/* ==========================================================
   HOMEPAGE SELECTED PUBLICATIONS — layout="home"
   v3.6.1: aligned to the homepage .sb-container and visually
   integrated with the Selected Publications heading section.
   Full /publications/ page remains untouched.
   ========================================================== */

.spm-publications-wrap.spm-layout-home{
  width:min(1280px,calc(100% - 56px));
  max-width:1280px;
  margin:-92px auto 90px;
  padding:0;
  box-sizing:border-box;
  background:transparent;
}

.spm-layout-home,
.spm-layout-home *{
  box-sizing:border-box;
}

.spm-layout-home .spm-publications-layout,
.spm-layout-home .spm-publications-layout.spm-no-sidebar{
  display:block;
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
}

.spm-layout-home .spm-publication-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  width:100%;
  margin:0;
  padding:0;
}

.spm-layout-home .spm-publication-card{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:0;
  min-width:0;
  min-height:360px;
  margin:0;
  padding:24px;
  overflow:hidden;
  border:1px solid var(--spm-border);
  border-radius:12px;
  background:#fff;
  box-shadow:0 9px 26px rgba(11,42,44,.055);
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;
}

.spm-layout-home .spm-publication-card::before{
  content:"";
  position:absolute;
  top:0;
  left:24px;
  width:42px;
  height:3px;
  background:var(--spm-gold);
  opacity:.9;
}

.spm-layout-home .spm-publication-card:hover{
  transform:translateY(-5px);
  border-color:rgba(201,148,54,.32);
  box-shadow:0 18px 38px rgba(11,42,44,.10);
}

.spm-layout-home .spm-card-year{
  min-height:0;
  width:100%;
  padding:7px 0 14px;
  margin:0 0 17px;
  border-right:0;
  border-bottom:1px solid #e5ebe7;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;
}

.spm-layout-home .spm-card-year strong{
  margin-right:auto;
  color:var(--spm-gold);
  font-family:Georgia,"Times New Roman",serif;
  font-size:15px;
  line-height:1.2;
}

.spm-layout-home .spm-card-year span{
  margin:0;
  padding:5px 9px;
  border-radius:20px;
  background:#eaf2ee;
  color:var(--spm-green);
  font-size:9px;
  font-weight:700;
}

.spm-layout-home .spm-card-main{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  min-width:0;
}

.spm-layout-home .spm-card-main h3{
  margin:0 0 11px;
  color:var(--spm-navy);
  font-family:Georgia,"Times New Roman",serif;
  font-size:20px;
  line-height:1.28;
  letter-spacing:-.15px;
}

.spm-layout-home .spm-authors{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
  margin:0 0 10px;
  color:#526471;
  font-size:11px;
  line-height:1.55;
}

.spm-layout-home .spm-journal-row{
  display:flex;
  flex-wrap:wrap;
  gap:6px 8px;
  margin:0;
  color:#687971;
  font-size:10px;
  line-height:1.5;
}

.spm-layout-home .spm-badges{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:12px;
}

.spm-layout-home .spm-badge{
  min-height:auto;
  padding:5px 8px;
  border-radius:5px;
  font-size:9px;
}

.spm-layout-home .spm-card-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
  width:100%;
  margin-top:auto;
  padding-top:20px;
}

.spm-layout-home .spm-card-actions a,
.spm-layout-home .spm-card-actions button.spm-request-pdf-button,
.spm-layout-home .spm-card-actions .spm-pdf-button{
  min-height:38px;
  padding:7px 9px;
  border-radius:7px;
  font-size:9px;
  font-weight:700;
}

.spm-layout-home .spm-card-actions .spm-action-primary{
  grid-column:1/-1;
  background:var(--spm-green);
  color:#fff;
}

.spm-layout-home .spm-empty{
  grid-column:1/-1;
  padding:22px;
  border:1px solid var(--spm-border);
  border-radius:10px;
  background:#fff;
  text-align:center;
}

@media (max-width:1024px){
  .spm-publications-wrap.spm-layout-home{
    width:calc(100% - 40px);
    margin:-60px auto 74px;
  }
  .spm-layout-home .spm-publication-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:689px){
  .spm-publications-wrap.spm-layout-home{
    width:calc(100% - 32px);
    margin:-34px auto 64px;
  }
  .spm-layout-home .spm-publication-list{
    grid-template-columns:1fr;
    gap:16px;
  }
  .spm-layout-home .spm-publication-card{
    min-height:0;
    padding:20px;
  }
  .spm-layout-home .spm-card-main h3{
    font-size:18px;
  }
}

