/* 07-sidebar.css — All sidebar & sidebar module styles
   Scope: .sp-sidebar and everything inside it */

/* =========================================================
   BASE WIDGET SHELL  (.sbw / .sbh / .sblbl)
========================================================= */

.sbw{
    background:white;
    border:1px solid var(--bd);
    border-radius:var(--r);
    overflow:hidden;
    margin-bottom:14px;
}

.sbh{
    background:var(--dk);
    padding:11px 14px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.sblbl{
    font-size:11px;
    font-weight:800;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:var(--acc);
}
.sbsub{
    margin:0;
    padding:0;
    color:#9a9389;
    font-size:11px;
    font-weight:700;
    line-height:1;
    letter-spacing:.08em;
    text-transform:uppercase;
    white-space:nowrap;
    }
.sbsub::before,
.rp-live-link::before{
    content:"\203A";
    display:inline-block;
    margin-right:4px;
    color:var(--acc);
    background:none;
    border:none;
}


/* Sidebar vertical rhythm */
.sp-sidebar{margin-top:22px;}
@media(min-width:900px){.sp-sidebar{margin-top:0;}}

.sp-sidebar .sbw-onair,
.sp-sidebar [class*="onair"],
.sp-sidebar .sb-onair{
    margin-bottom:16px !important;
}


/* =========================================================
   ON AIR WIDGET
========================================================= */

body.stigma-page .sp-sidebar .stigma-onair-compact,
body.stigma-page .sp-sidebar .stigma-onair.stigma-onair-compact,
.stigma-onair-compact{
    width:100% !important;
    max-width:100% !important;
    padding:20px 20px 22px !important;
    background:var(--sc-dark) !important;
    color:var(--sc-white) !important;
    border-radius:14px !important;
    overflow:hidden !important;
    box-sizing:border-box;
}

body.stigma-page .sp-sidebar .stigma-onair-compact .stigma-onair-head,
.stigma-onair-compact .stigma-onair-head{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:10px !important;
    margin:0 0 20px !important;
    padding:0 !important;
    line-height:1 !important;
    height:auto !important;
}

body.stigma-page .sp-sidebar .stigma-onair-compact .stigma-live-dot,
.stigma-onair-compact .stigma-live-dot{
    display:block !important;
    width:7px !important;
    height:7px !important;
    min-width:7px !important;
    border-radius:50% !important;
    flex:0 0 7px !important;
    transform:translateY(-1px) !important;
    background:#f07c00 !important;
}

body.stigma-page .sp-sidebar .stigma-onair-compact .stigma-onair-label,
.stigma-onair-compact .stigma-onair-label{
    display:block !important;
    margin:0 !important;
    color:var(--sc-orange);
    font-size:11px;
    font-weight:900;
    line-height:1;
    letter-spacing:.18em;
    text-transform:uppercase;
    white-space:nowrap !important;
}

body.stigma-page .sp-sidebar .stigma-onair-compact .stigma-onair-row,
.stigma-onair-compact .stigma-onair-row{
    display:grid !important;
    grid-template-columns:80px minmax(0,1fr) !important;
    align-items:center !important;
    gap:10px !important;
    margin:0 0 20px !important;
    padding:0 !important;
    text-align:left !important;
}

body.stigma-page .sp-sidebar .stigma-onair-compact .stigma-onair-avatar,
.stigma-onair-compact .stigma-onair-avatar{
    width:80px !important;
    height:80px !important;
    min-width:80px !important;
    border:2px solid var(--sc-orange) !important;
    border-radius:50% !important;
    overflow:hidden !important;
    box-shadow:0 0 0 3px rgba(242,140,24,.10) !important;
}

body.stigma-page .sp-sidebar .stigma-onair-compact .stigma-onair-avatar img,
.stigma-onair-compact .stigma-onair-avatar img{
    width:100% !important;
    height:100% !important;
    display:block !important;
    object-fit:cover !important;
    object-position:center !important;
    border-radius:50% !important;
}

body.stigma-page .sp-sidebar .stigma-onair-compact .stigma-onair-avatar svg,
.stigma-onair-compact .stigma-onair-avatar svg{
    width:38px !important;
    height:38px !important;
    opacity:.20 !important;
}

body.stigma-page .sp-sidebar .stigma-onair-compact .stigma-onair-meta,
.stigma-onair-compact .stigma-onair-meta{
    min-width:0 !important;
    width:100% !important;
    overflow:visible !important;
}

body.stigma-page .sp-sidebar .stigma-onair-compact .stigma-onair-meta h3,
.stigma-onair-compact .stigma-onair-meta h3{
    display:block !important;
    margin:0 0 7px !important;
    color:var(--sc-white) !important;
    font-family:'Montserrat',Arial,sans-serif;
    font-size:20px !important;
    font-weight:900 !important;
    line-height:1.08 !important;
    letter-spacing:0 !important;
    text-transform:none !important;
    white-space:normal !important;
}

body.stigma-page .sp-sidebar .stigma-onair-compact .stigma-onair-djs,
.stigma-onair-compact .stigma-onair-djs{
    margin:0 0 8px !important;
    color:rgba(255,255,255,.78);
    font-size:13px;
    font-weight:500;
    line-height:1.25;
}

body.stigma-page .sp-sidebar .stigma-onair-compact .stigma-onair-time,
.stigma-onair-compact .stigma-onair-time{
    display:flex !important;
    align-items:center !important;
    gap:7px !important;
    margin:0 !important;
    color:var(--sc-orange) !important;
    font-size:16px !important;
    font-weight:900 !important;
    line-height:1 !important;
    white-space:nowrap !important;
}

body.stigma-page .sp-sidebar .stigma-onair-compact .stigma-clock,
.stigma-onair-compact .stigma-clock{
    color:#d8d8d8;
    font-size:12px;
    line-height:1;
}

body.stigma-page .sp-sidebar .stigma-onair-compact .stigma-onair-message,
.stigma-onair-compact .stigma-onair-message{
    display:block !important;
    margin:0 0 16px !important;
    color:#8f8f8f;
    font-size:12px;
    font-weight:900;
    letter-spacing:.07em;
    text-align:center !important;
    text-transform:uppercase;
    white-space:nowrap !important;
}

body.stigma-page .sp-sidebar .stigma-onair-compact .stigma-onair-buttons,
.stigma-onair-compact .stigma-onair-buttons{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:8px !important;
    margin:0 !important;
    width:100% !important;
}

body.stigma-page .sp-sidebar .stigma-onair-compact .stigma-btn,
.stigma-onair-compact .stigma-btn{
    min-width:0 !important;
    width:100% !important;
    height:38px !important;
    padding:0 6px !important;
    border:1px solid rgba(240,124,0,.45) !important;
    border-radius:7px !important;
    background:rgba(255,255,255,.045) !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    box-sizing:border-box;
    font-size:10.5px !important;
    font-weight:900 !important;
    line-height:1 !important;
    text-decoration:none !important;
    transition:transform .18s ease,filter .18s ease !important;
}

body.stigma-page .sp-sidebar .stigma-onair-compact .stigma-btn:hover,
.stigma-onair-compact .stigma-btn:hover{
    transform:translateY(-1px) !important;
    filter:brightness(1.08) !important;
}

.stigma-static-sidebar > .stigma-onair-compact.sbw-onair{margin-bottom:18px !important;}
.stigma-static-sidebar > .stigma-onair-compact.sbw-onair + script + .sbw.sb-schedule,
.stigma-static-sidebar > .stigma-onair-compact.sbw-onair + .sbw.sb-schedule{margin-top:18px !important;}

@media(max-width:768px){
    body.stigma-page .sp-sidebar .stigma-onair-compact .stigma-onair-row,
    .stigma-onair-compact .stigma-onair-row{
        grid-template-columns:94px minmax(0,1fr) !important;
        text-align:left !important;
    }
    body.stigma-page .sp-sidebar .stigma-onair-compact .stigma-onair-time,
    .stigma-onair-compact .stigma-onair-time{justify-content:flex-start !important;}
    body.stigma-page .sp-sidebar .stigma-onair-compact .stigma-onair-buttons,
    .stigma-onair-compact .stigma-onair-buttons{
        grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    }
}

@media(max-width:360px){
    body.stigma-page .sp-sidebar .stigma-onair-compact,
    .stigma-onair-compact{padding:18px 16px 20px !important;}
    body.stigma-page .sp-sidebar .stigma-onair-compact .stigma-onair-meta h3,
    .stigma-onair-compact .stigma-onair-meta h3{font-size:18px !important;}
    body.stigma-page .sp-sidebar .stigma-onair-compact .stigma-btn,
    .stigma-onair-compact .stigma-btn{height:36px !important;padding:0 4px !important;font-size:9.8px !important;}
}

/* =========================================================
   SCHEDULE WIDGET
========================================================= */

body.stigma-page .sp-sidebar .sb-schedule,
.stigma-static-sidebar .sb-schedule{
    background:var(--sc-white) !important;
    border:1px solid #e5e0d8 !important;
    border-radius:7px !important;
    overflow:hidden !important;
    box-shadow:none !important;
}

/* Nav bar — πορτοκαλί pills όπως στα static pages */
body.stigma-page .sp-sidebar .sb-schedule .sc-nav,
.stigma-static-sidebar .sb-schedule .sc-nav{
    height:50px !important;
    background:var(--sc-white) !important;
    display:grid !important;
    grid-template-columns:50px 1fr 50px !important;
    align-items:center !important;
    border-bottom:2px solid #d5cfc7 !important;
}

body.stigma-page .sp-sidebar .sb-schedule .sc-btn,
.stigma-static-sidebar .sb-schedule .sc-btn{
    width:28px !important;
    height:28px !important;
    padding:0 !important;
    margin:0 auto !important;
    border:0 !important;
    border-radius:50% !important;
    background:#e8e4de !important;
    color:var(--sc-dark) !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:13px !important;
    font-weight:700 !important;
    cursor:pointer !important;
    box-shadow:none !important;
    transition:background .15s !important;
}

body.stigma-page .sp-sidebar .sb-schedule .sc-btn:hover,
.stigma-static-sidebar .sb-schedule .sc-btn:hover{
    background:#d5d0c8 !important;
}

body.stigma-page .sp-sidebar .sb-schedule .sc-day-lbl,
.stigma-static-sidebar .sb-schedule .sc-day-lbl{
    background:transparent !important;
    color:#050505;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:14px;
    font-weight:800;
    letter-spacing:.03em;
    text-transform:uppercase;
}

body.stigma-page .sp-sidebar .sb-schedule .sc-day-lbl::before,
body.stigma-page .sp-sidebar .sb-schedule .sc-day-lbl::after,
.stigma-static-sidebar .sb-schedule .sc-day-lbl::before,
.stigma-static-sidebar .sb-schedule .sc-day-lbl::after{display:none !important;content:none !important;}

/* Rows */
body.stigma-page .sp-sidebar .sb-schedule .sc-row,
.stigma-static-sidebar .sb-schedule .sc-row{
    display:grid !important;
    grid-template-columns:46px 38px 1fr auto !important;
    align-items:center !important;
    gap:10px !important;
    min-height:58px !important;
    padding:9px 12px !important;
    background:var(--sc-white) !important;
    border-bottom:1px solid #eee7dd !important;
}

body.stigma-page .sp-sidebar .sb-schedule .sc-row:last-child,
.stigma-static-sidebar .sb-schedule .sc-row:last-child{border-bottom:none !important;}

body.stigma-page .sp-sidebar .sb-schedule .sc-row.now,
.stigma-static-sidebar .sb-schedule .sc-row.now{
    background:#fff8f2 !important;
    border-left:3px solid var(--sc-orange) !important;
    padding-left:9px !important;
}

body.stigma-page .sp-sidebar .sb-schedule .sc-t,
.stigma-static-sidebar .sb-schedule .sc-t{
    color:var(--sc-orange);
    font-size:12px;
    font-weight:800;
    line-height:1;
    white-space:nowrap;
}

body.stigma-page .sp-sidebar .sb-schedule .sc-ph,
.stigma-static-sidebar .sb-schedule .sc-ph{
    width:38px !important;
    height:38px !important;
    border-radius:50% !important;
    background:#e9e5df !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-shrink:0 !important;
    overflow:hidden !important;
}

body.stigma-page .sp-sidebar .sb-schedule .sc-ph img,
.stigma-static-sidebar .sb-schedule .sc-ph img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    border-radius:50% !important;
    display:block !important;
}

body.stigma-page .sp-sidebar .sb-schedule .sc-ph svg,
.stigma-static-sidebar .sb-schedule .sc-ph svg{width:14px !important;height:14px !important;opacity:.18;}

body.stigma-page .sp-sidebar .sb-schedule .sc-n,
body.stigma-page .sp-sidebar .sb-schedule .sc-n a,
.stigma-static-sidebar .sb-schedule .sc-n,
.stigma-static-sidebar .sb-schedule .sc-n a{
    color:var(--sc-dark);
    font-family:'Montserrat',Arial,sans-serif;
    font-size:13px;
    font-weight:600;
    line-height:1.22;
    letter-spacing:0;
    text-decoration:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

body.stigma-page .sp-sidebar .sb-schedule .sc-n a:hover,
.stigma-static-sidebar .sb-schedule .sc-n a:hover{color:var(--sc-orange);}

body.stigma-page .sp-sidebar .sb-schedule .sc-h,
.stigma-static-sidebar .sb-schedule .sc-h{
    color:#9a9389;
    font-size:11px;
    font-weight:400;
    line-height:1.25;
    margin-top:3px !important;
}

body.stigma-page .sp-sidebar .sb-schedule .sc-badge,
.stigma-static-sidebar .sb-schedule .sc-badge{
    background:var(--sc-orange) !important;
    color:var(--sc-white);
    font-size:10px;
    font-weight:800;
    padding:4px 8px !important;
    border-radius:3px !important;
    white-space:nowrap !important;
    letter-spacing:.04em;
}

body.stigma-page .sp-sidebar .sb-schedule .sc-show-link,
.stigma-static-sidebar .sb-schedule .sc-show-link{
    display:inline-flex;
    align-items:center;
    gap:5px;
    color:var(--sc-dark);
    text-decoration:none;
    font-family:'Montserrat',Arial,sans-serif;
    font-size:13px;
    font-weight:600;
    line-height:1.22;
    letter-spacing:0;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
body.stigma-page .sp-sidebar .sb-schedule .sc-show-link span,
.stigma-static-sidebar .sb-schedule .sc-show-link span{
    font-family:'Montserrat',Arial,sans-serif;
    font-size:13px;
    font-weight:600;
    line-height:1.22;
    letter-spacing:0;
    color:inherit;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
body.stigma-page .sp-sidebar .sb-schedule .sc-show-link:hover,
.stigma-static-sidebar .sb-schedule .sc-show-link:hover{color:var(--sc-orange);}

body.stigma-page .sp-sidebar .sb-schedule .sc-show-icon,
.stigma-static-sidebar .sb-schedule .sc-show-icon{
    display:inline-block;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#ccc8c0;
    flex-shrink:0;
    vertical-align:middle;
    margin-left:2px;
    font-size:0;
}

body.stigma-page .sp-sidebar .sb-schedule .sc-more,
.stigma-static-sidebar .sb-schedule .sc-more{
    display:block;
    text-align:right;
    padding:10px 12px 12px;
    color:var(--sc-orange);
    font-size:12px;
    font-weight:700;
    text-decoration:none;
    border-top:1px solid #eee7dd;
}
body.stigma-page .sp-sidebar .sb-schedule .sc-more:hover,
.stigma-static-sidebar .sb-schedule .sc-more:hover{text-decoration:underline;}

/* =========================================================
   SCHEDULE ROWS  (generic, outside sidebar scope)
========================================================= */

.sc-row{display:flex;align-items:center;gap:9px;padding:9px 13px;border-bottom:1px solid #f5f2ee;}
.sc-row:last-child{border-bottom:none;}
.sc-row.now{background:#fff8f2;border-left:3px solid var(--acc);}
.sc-ph{width:30px;height:30px;border-radius:50%;background:#e8e4de;flex-shrink:0;display:flex;align-items:center;justify-content:center;}
.sc-ph svg{opacity:.2;width:13px;height:13px;}
.sc-t{font-size:12px;font-weight:800;color:var(--acc);min-width:38px;}
.sc-n{font-size:13px;font-weight:700;}
.sc-h{font-size:11px;color:#888;}
.sc-badge{margin-left:auto;font-size:10px;font-weight:800;background:var(--acc);color:white;padding:2px 5px;border-radius:2px;flex-shrink:0;}

/* =========================================================
   RECENTLY PLAYED WIDGET
========================================================= */

.rp-item{display:flex;align-items:center;gap:9px;padding:9px 12px;border-bottom:1px solid #f5f2ee;}
.rp-item:last-child{border-bottom:none;}
.rp-cv{width:56px;height:56px;min-width:56px;border-radius:3px;background:#e8e4de;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:18px;overflow:hidden;}
.rp-cv img{width:100%;height:100%;object-fit:cover;display:block;}
.rp-info{flex:1;min-width:0;}
.rp-t{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.rp-a{font-size:11px;color:#888;margin-top:1px;}
.rp-time{font-size:10px;font-weight:800;color:var(--acc);flex-shrink:0;margin-left:auto;}
.rp-list{background:var(--sc-white);}
.rp-state{padding:18px 12px;text-align:center;color:#9a9389;font-size:12px;font-weight:500;}
.rp-error{color:#c0392b;}
.rp-live-link{color:rgba(255,255,255,.45);font-size:10px;font-weight:800;text-decoration:none;white-space:nowrap;}
.rp-live-link:hover{color:var(--acc);}
.sbw .rp-links{display:flex;align-items:center;gap:4px;margin-top:5px;}
.sbw .rp-lnk{width:15px;height:15px;border-radius:3px;display:inline-flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;line-height:1;transition:transform .16s ease,opacity .16s ease;}
.sbw .rp-lnk:hover{transform:translateY(-1px);opacity:.9;}
.sbw .rp-lnk svg{width:9px;height:9px;display:block;}
.sbw .rp-yt{background:#ff0000;}
.sbw .rp-sp{background:#1db954;}
.sbw .rp-it{background:#111110;}

.sp-sidebar .sb-live-link{color:#9a9389 !important;font-size:11px !important;font-weight:700 !important;text-transform:uppercase !important;text-decoration:none !important;background:none !important;padding:0 !important;border:none !important;border-radius:0 !important;box-shadow:none !important;}
.sp-sidebar .sb-live-link::before{content:none !important;}

/* =========================================================
   CONTACT / CI ITEMS
========================================================= */

.ci-item{display:flex;align-items:center;gap:10px;padding:10px 13px;border-bottom:1px solid #f5f2ee;}
.ci-item:last-child{border-bottom:none;}
.ci-icon{
    width:34px;
    height:34px;
    border:1px solid rgba(240,124,0,.25);
    border-radius:6px;
    background:none;
    color:var(--acc);
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
}

.ci-icon svg{
    width:16px;
    height:16px;
    display:block;
    stroke:currentColor;
}
.ci-lbl{font-size:14px;font-weight:700;}
.ci-sub{font-size:12px;color:#888;}

/* =========================================================
   SAΝ ΣΗΜΕΡΑ WIDGET
========================================================= */

.sp-sidebar .sb-san-simera-card{background:var(--sc-white);border:1px solid #ded8cf;border-radius:8px;overflow:hidden;margin:0 0 14px;}
.sp-sidebar .sb-san-simera-card .sbh{height:43px;padding:0 13px;background:#0f0f0f;display:flex;align-items:center;border:0;}
.sp-sidebar .sb-san-simera-card .sblbl{display:flex;align-items:center;gap:6px;color:var(--sc-orange);font-size:12px;font-weight:900;letter-spacing:.17em;text-transform:uppercase;white-space:nowrap;}
.sp-sidebar .sb-san-pills{display:flex;align-items:center;gap:8px;padding:10px 13px 11px;background:#ffffffaf;border-bottom:1px solid #e8e1d8;flex-wrap:wrap;}
.sp-sidebar .sb-san-pills-icon{font-size:14px;color:var(--sc-orange);flex-shrink:0;}
.sp-sidebar .sb-san-pill{display:inline-flex;align-items:center;min-height:25px;padding:3px 12px;border:1px solid #ddd4c8;border-radius:999px;background:var(--sc-white);color:var(--sc-dark);font-size:13px;font-weight:700;}
.sp-sidebar .sb-san-list{background:var(--sc-white);}
.sp-sidebar .sb-san-row{display:grid;grid-template-columns:48px minmax(0,1fr);gap:8px;align-items:center;min-height:52px;padding:10px 13px;border-bottom:1px solid #e8e1d8;}
.sp-sidebar .sb-san-year{color:var(--sc-orange);font-size:14px;font-weight:900;line-height:1.15;}
.sp-sidebar .sb-san-ico{color:var(--sc-orange);font-size:15px;line-height:1;text-align:center;}
.sp-sidebar .sb-san-text{color:var(--sc-dark);font-size:13px;font-weight:600;line-height:1.3;}
.sp-sidebar .sb-san-empty{padding:14px 13px;color:#777;font-size:12px;}
.sp-sidebar .sb-san-more{padding:11px 13px 13px;text-align:right;background:var(--sc-white);}
.sp-sidebar .sb-san-more a{color:var(--sc-orange);font-size:12px;font-weight:700;text-decoration:none;}
.sp-sidebar .sb-san-more a:hover{text-decoration:underline;}

/* Body-scoped overrides (higher specificity) */
body.stigma-page .sp-sidebar .sb-san-simera-card{background:var(--sc-white) !important;border:1px solid #e5e0d8 !important;border-radius:7px !important;overflow:hidden !important;box-shadow:none !important;}
body.stigma-page .sp-sidebar .sb-san-row{display:grid !important;grid-template-columns:46px minmax(0,1fr) !important;gap:8px !important;align-items:start !important;min-height:42px !important;padding:10px 13px !important;border-bottom:1px solid #eee7dd !important;background:var(--sc-white) !important;}
body.stigma-page .sp-sidebar .sb-san-year{color:var(--sc-orange);font-size:13px;font-weight:700;line-height:1.25;}
body.stigma-page .sp-sidebar .sb-san-ico{font-size:13px;line-height:1.25;}
body.stigma-page .sp-sidebar .sb-san-text{color:var(--sc-dark);font-size:13px;font-weight:500;line-height:1.28;}

/* =========================================================
   PHARMACIES WIDGET
========================================================= */

body.stigma-page .sp-sidebar .stigma-sidebar-pharmacies{background:var(--sc-white) !important;border:1px solid #e5e0d8 !important;border-radius:14px !important;padding:18px !important;margin:22px 0 24px !important;box-shadow:none !important;}
body.stigma-page .sp-sidebar .stigma-sidebar-pharmacies .ssb-head{color:var(--sc-dark);font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px !important;}
body.stigma-page .sp-sidebar .ssb-date{color:#888;font-size:12px;font-weight:400;margin-bottom:16px !important;}
body.stigma-page .sp-sidebar .ssb-pharmacy-item{border-top:1px solid rgba(0,0,0,.08) !important;padding-top:14px !important;margin-top:14px !important;}
body.stigma-page .sp-sidebar .ssb-pharmacy-item:first-of-type{border-top:none !important;padding-top:0 !important;margin-top:0 !important;}
body.stigma-page .sp-sidebar .ssb-pharmacy-name{color:var(--sc-dark);font-size:14px;font-weight:700;line-height:1.25;margin-bottom:6px !important;}
body.stigma-page .sp-sidebar .ssb-pharmacy-hours{color:var(--sc-orange);font-size:12px;font-weight:700;line-height:1.4;}
body.stigma-page .sp-sidebar .ssb-pharmacy-address{color:#666;font-size:13px;font-weight:400;line-height:1.45;margin-top:8px !important;}
body.stigma-page .sp-sidebar .ssb-pharmacy-phone{color:var(--sc-orange);display:inline-block !important;font-size:14px;font-weight:700;margin-top:10px !important;text-decoration:none;}

/* Pharmacies heading alignment */
body.stigma-page .sp-sidebar .stigma-sidebar-pharmacies .ssb-head{min-height:43px !important;display:flex !important;align-items:center !important;margin:0 !important;padding:0 14px !important;background:#111110 !important;border-bottom:2px solid var(--sc-orange,#f07c00) !important;border-radius:6px 6px 0 0 !important;box-sizing:border-box !important;}
body.stigma-page .sp-sidebar .stigma-sidebar-pharmacies .ssb-head span{display:inline-flex !important;align-items:center !important;gap:8px !important;color:#fff !important;font-size:13px !important;font-weight:800 !important;line-height:1 !important;letter-spacing:.08em !important;text-transform:uppercase !important;}
body.stigma-page .sp-sidebar .stigma-sidebar-pharmacies .ssb-head span::before{content:"" !important;display:inline-block !important;width:3px !important;height:16px !important;flex:0 0 3px !important;background:var(--sc-orange,#f07c00) !important;border-radius:2px !important;}

/* =========================================================
   CALENDAR WIDGET
========================================================= */

/* ── CALENDAR WIDGET ── */
.sb-calendar-table{width:100%;border-collapse:collapse;margin:0;}
.sbw section{padding:0 !important;margin:0 !important;}
.sb-calendar-footer{margin-top:0 !important;}
.sb-calendar-table thead th{
    font-size:11px;
    font-weight:800;
    color:var(--sc-dark);
    text-align:center;
    padding:10px 0 6px;
    letter-spacing:.08em;
    border:none !important;
    background:transparent !important;
}
.sb-calendar-table,
.sb-calendar-table thead,
.sb-calendar-table tbody,
.sb-calendar-table tr,
.sb-calendar-table th,
.sb-calendar-table td{
    border:none !important;
    outline:none !important;
}
.sb-calendar-table td{
    text-align:center;
    padding:3px 2px;
    font-size:13px;
    border:none !important;
    background:transparent;
}
.sb-calendar-table td.empty{background:transparent !important;border:none !important;}
.sb-calendar-table tbody tr:last-child td{padding-bottom:0;}
.sb-calendar-table td span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    color:#888480;
    font-weight:600;
    background:#f0ede8;
    border-radius:4px;
}
.sb-calendar-table td.has-posts a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    border-radius:50%;
    background:var(--sc-orange);
    color:#fff;
    font-weight:800;
    font-size:13px;
    text-decoration:none;
    transition:background .15s;
}
.sb-calendar-table td.has-posts a:hover{background:var(--sc-dark);}
.sb-calendar-table td.empty{background:transparent;}
.sb-calendar-table td.today span{color:var(--sc-dark);font-weight:800;}
.sb-calendar-table td.today.has-posts a{
    box-shadow:0 0 0 2px var(--sc-orange),0 0 0 4px rgba(240,124,0,.15);
}

/* Nav bar */
.sb-calendar-nav-wrap{
    display:grid;
    grid-template-columns:44px 1fr 44px;
    align-items:center;
    border-bottom:1px solid #eee7dd;
    height:48px;
}
.sb-calendar-nav-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    height:48px;
    background:none;
    border:none;
    cursor:pointer;
    color:#c0bbb4;
    transition:color .15s;
    text-decoration:none;
}
.sb-calendar-nav-btn:hover{color:var(--sc-orange);}
.sb-calendar-nav-title{
    text-align:center;
    font-size:13px;
    font-weight:800;
    color:var(--sc-dark);
    letter-spacing:.06em;
    text-transform:uppercase;
    font-family:'Montserrat',Arial,sans-serif;
}

/* Footer links */
.sb-calendar-footer{
    display:flex;
    justify-content:space-between;
    padding:10px 14px 12px;
    border-top:none !important;
}
.sb-calendar-footer a{
    font-size:11px;
    font-weight:700;
    color:var(--sc-orange);
    text-decoration:none;
}
.sb-calendar-footer a:hover{text-decoration:underline;}

/* =========================================================
   CONTENT SECTION SPACING  (sp-content module wrappers)
========================================================= */

.sp-content .stigma-home-section{margin-top:32px;}
.sp-content .stigma-recent-wrap,
.sp-content .stigma-charts-wrap,
.sp-content .stigma-schedule-wrap{margin-top:32px;padding-top:0;}
.sp-content .stigma-recent-wrap .sh,
.sp-content .stigma-charts-wrap .sh,
.sp-content .stigma-schedule-wrap .sh{margin-bottom:14px;}

/* =========================================================
   STICKY PLAYER  (mobile)
========================================================= */

.sticky-player{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--dk);border-top:2px solid var(--acc);padding:10px 14px;display:none;align-items:center;gap:11px;box-shadow:0 -4px 20px rgba(0,0,0,.5);}
@media(min-width:900px){.sticky-player{display:none;}}
.sp-btn{width:40px;height:40px;background:var(--acc);border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;flex-shrink:0;cursor:pointer;}
.sp-btn svg{fill:white;width:12px;height:12px;margin-left:2px;}
.sp-info-m{flex:1;min-width:0;}
.sp-oa{font-size:10px;font-weight:800;letter-spacing:1.5px;color:var(--acc);display:flex;align-items:center;gap:4px;}
.sp-show-m{font-size:13px;font-weight:700;color:white;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px;}
.sp-freq{font-size:16px;font-weight:900;color:white;flex-shrink:0;}
.sp-msg-m{display:inline-flex;align-items:center;gap:5px;background:rgba(255,255,255,.07);color:rgba(255,255,255,.75);font-size:11px;font-weight:700;padding:8px 12px;border-radius:20px;border:1px solid rgba(255,255,255,.12);flex-shrink:0;text-decoration:none;}
@media(max-width:899px){body.stigma-page{padding-bottom:0!important;}}

/* ── Namedays block (Γιορτάζουν σήμερα) ─────────────────────── */
.sp-sidebar .sb-san-namedays-block {
    padding: 10px 13px 12px;
    background: #ffffffaf;
    border-bottom: 1px solid #e8e1d8;
}
.sp-sidebar .sb-san-namedays-label {
    display: block;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--sc-orange, #f07c00);
    margin-bottom: 5px;
}
.sp-sidebar .sb-san-namedays-list {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a18;
    line-height: 1.5;
}

/* ── Σαν Σήμερα section title ───────────────────────────────── */
.sp-sidebar .sb-san-section-title {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--sc-orange, #f07c00);
    padding: 10px 13px 4px;
    background: #ffffffaf;
    border-bottom: none;
}

/* ── Anniversaries row (1 στήλη, χωρίς χρόνο) ──────────────── */
.sp-sidebar .sb-san-row--ann {
    grid-template-columns: minmax(0,1fr) !important;
}
body.stigma-page .sp-sidebar .sb-san-row--ann {
    grid-template-columns: minmax(0,1fr) !important;
}

/* ── Feast blocks ────────────────────────────────────────────── */
.sp-sidebar .sb-feast-block {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 13px;
    border-bottom: 1px solid #e8e1d8;
}
.sp-sidebar .sb-feast-block--high {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d1b4e 100%);
    border-bottom: none;
    margin-bottom: 1px;
}
.sp-sidebar .sb-feast-block--normal {
    background: #ffffffaf;
}
.sp-sidebar .sb-feast-icon {
    font-size: 20px;
    flex-shrink: 0;
    line-height: 1;
}
.sp-sidebar .sb-feast-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.sp-sidebar .sb-feast-block--high .sb-feast-title {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    letter-spacing: .01em;
}
.sp-sidebar .sb-feast-block--high .sb-feast-sub {
    font-size: 11px;
    color: rgba(255,255,255,.6);
    font-weight: 500;
}
.sp-sidebar .sb-feast-block--normal .sb-feast-title {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a18;
    line-height: 1.3;
}
.sp-sidebar .sb-feast-block--normal .sb-feast-sub {
    font-size: 11px;
    color: #999;
}

/* ── High feast row highlight in admin ──────────────────────── */
.nd-feast-high { background: #fffbeb !important; }

/* =========================================================
   ΕΊΠΑΝ ΣΤΟΝ ΣΤΊΓΜΑ WIDGET
========================================================= */

.stigma-eipan-module {
    margin-bottom: 14px;
}

/* Header — χρησιμοποιεί τα ίδια classes με τα υπόλοιπα widgets */
.stigma-eipan-module .sbh {
    border-radius: var(--r, 8px) var(--r, 8px) 0 0;
}

/* Grid 3 στήλες */
.stigma-eipan__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 10px;
    background: white;
    border: 1px solid var(--bd, #e5e0d8);
    border-top: none;
}

.stigma-eipan__grid + .stigma-eipan__more-label,
.stigma-eipan__grid + * {
    border-top: none;
}

/* Card */
.stigma-eipan__card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border-radius: 6px;
    overflow: hidden;
    background: #f9f8f6;
    border: 1px solid var(--bd, #e5e0d8);
    transition: transform .18s ease, box-shadow .18s ease;
}
.stigma-eipan__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,.10);
    border-color: var(--sc-orange, #f07c00);
}

/* Image / placeholder */
.stigma-eipan__img-wrap {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    background: #e8e5df;
}
.stigma-eipan__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
}
.stigma-eipan__card:hover .stigma-eipan__img {
    transform: scale(1.05);
}
.stigma-eipan__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8e5df, #d4d0c8);
    font-size: 14px;
    font-weight: 800;
    color: var(--sc-orange, #f07c00);
    letter-spacing: -0.5px;
}

/* Card info */
.stigma-eipan__card-info {
    padding: 5px 6px;
    display: flex;
    flex-direction: column;
    gap: 1px;
    background: white;
}
.stigma-eipan__card-name {
    font-size: 10px;
    font-weight: 700;
    color: var(--sc-dark, #111110);
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.stigma-eipan__card-count {
    font-size: 9px;
    color: var(--sc-orange, #f07c00);
    font-weight: 700;
}
.stigma-eipan__card-count::after {
    content: ' \03C3\03C5\03BD.';
    color: #aaa;
    font-weight: 400;
}

/* "Επίσης" divider + λίστα */
.stigma-eipan__more-label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #bbb;
    padding: 10px 12px 6px;
    background: white;
    border-left: 1px solid var(--bd, #e5e0d8);
    border-right: 1px solid var(--bd, #e5e0d8);
}

.stigma-eipan__list {
    list-style: none;
    margin: 0;
    padding: 0 12px 12px;
    background: white;
    border: 1px solid var(--bd, #e5e0d8);
    border-top: none;
    border-radius: 0 0 var(--r, 8px) var(--r, 8px);
}
.stigma-eipan__list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #ece9e2;
    gap: 6px;
}
.stigma-eipan__list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.stigma-eipan__list a {
    font-size: 12px;
    font-weight: 600;
    color: var(--sc-dark, #111110);
    text-decoration: none;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .15s;
}
.stigma-eipan__list a:hover {
    color: var(--sc-orange, #f07c00);
}
.stigma-eipan__list-count {
    font-size: 10px;
    font-weight: 700;
    color: #ccc;
    flex-shrink: 0;
}

/* Όταν δεν υπάρχει λίστα, το grid κλείνει κάτω */
.stigma-eipan__grid:last-child {
    border-radius: 0 0 var(--r, 8px) var(--r, 8px);
    border-bottom: 1px solid var(--bd, #e5e0d8);
}


/* =========================================================
   FRONTPAGES SIDEBAR — isolated compact carousel
========================================================= */
.sp-sidebar .stigma-frontpages-sidebar,
.sidebar .stigma-frontpages-sidebar,
.stigma-sidebar .stigma-frontpages-sidebar{
    width:100%;
    max-width:100%;
    box-sizing:border-box;
    overflow:hidden;
}

.sp-sidebar .stigma-frontpages-sidebar *{
    box-sizing:border-box;
}

.sp-sidebar .stigma-frontpages-sidebar .sbh{
    min-height:40px;
}

.sp-sidebar .stigma-frontpages-sidebar-date{
    display:none !important;
}

.sp-sidebar .stigma-frontpages-sidebar-shell{
    position:relative;
    padding:10px 36px 8px;
    width:100%;
    max-width:100%;
    overflow:hidden;
}

.sp-sidebar .stigma-frontpages-sidebar-track{
    display:flex;
    flex-direction:row;
    gap:10px;
    width:100%;
    max-width:100%;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:thin;
}

.sp-sidebar .stigma-frontpage-side-item{
    flex:0 0 100%;
    width:100%;
    max-width:100%;
    min-width:0;
    scroll-snap-align:start;
    margin:0;
    padding:0;
}

.sp-sidebar .stigma-frontpage-side-item a{
    display:block;
    color:inherit;
    text-decoration:none;
}

.sp-sidebar .stigma-frontpage-side-item img{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    max-height:420px;
    object-fit:contain;
    background:#f5f3ef;
    border:1px solid var(--bd);
    border-radius:10px;
}

.sp-sidebar .stigma-frontpage-side-item span{
    display:block;
    margin-top:8px;
    font-size:13px;
    font-weight:800;
    line-height:1.2;
    color:#111110;
}

.sp-sidebar .stigma-frontpages-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:2;
    width:28px;
    height:40px;
    border:0;
    border-radius:8px;
    background:var(--acc,#f07c00);
    color:#fff;
    font-size:22px;
    font-weight:900;
    line-height:1;
    cursor:pointer;
}

.sp-sidebar .stigma-frontpages-prev{left:4px;}
.sp-sidebar .stigma-frontpages-next{right:4px;}

.sp-sidebar .stigma-frontpages-sidebar-link{
    border-top:1px solid var(--bd);
    padding:9px 12px 11px;
    text-align:right;
}

.sp-sidebar .stigma-frontpages-sidebar-link a{
    color:var(--acc,#f07c00);
    font-size:13px;
    font-weight:800;
    text-decoration:none;
}

.sp-sidebar .stigma-frontpages-empty-sidebar{
    padding:14px;
    font-size:13px;
    color:#6f6f6f;
}

@media(max-width:899px){
    .sp-sidebar .stigma-frontpages-sidebar-shell{
        padding:8px 34px;
    }
    .sp-sidebar .stigma-frontpage-side-item img{
        max-height:70vh;
    }
}

/* Frontpages lightbox, shared by main page and sidebar */
.stigma-fp-lightbox{
    position:fixed;
    inset:0;
    z-index:999999;
    display:none;
    align-items:center;
    justify-content:center;
    padding:22px;
    background:rgba(0,0,0,.82);
}

.stigma-fp-lightbox.is-open{display:flex;}
.stigma-fp-modal-open{overflow:hidden;}

.stigma-fp-lightbox-panel{
    position:relative;
    width:min(92vw,760px);
    max-height:92vh;
    background:#111110;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 20px 80px rgba(0,0,0,.45);
}

.stigma-fp-lightbox-title{
    padding:12px 56px 12px 16px;
    color:#fff;
    font-size:13px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    border-bottom:2px solid var(--acc,#f07c00);
}

.stigma-fp-lightbox-panel img{
    display:block;
    width:100%;
    max-height:calc(92vh - 48px);
    object-fit:contain;
    background:#f5f3ef;
}

.stigma-fp-lightbox-close{
    position:absolute;
    top:7px;
    right:10px;
    z-index:2;
    width:34px;
    height:34px;
    border:1px solid rgba(255,255,255,.28);
    border-radius:999px;
    background:rgba(255,255,255,.08);
    color:#fff;
    font-size:24px;
    line-height:1;
    cursor:pointer;
}

@media(max-width:600px){
    .stigma-fp-lightbox{padding:10px;}
    .stigma-fp-lightbox-panel{width:96vw; border-radius:10px;}
}

/* =========================================================
   FRONTPAGES SIDEBAR — final isolated sidebar carousel
   Works in homepage + static/internal sidebars, not only .sp-sidebar.
========================================================= */
body.stigma-page .stigma-frontpages-sidebar,
.stigma-frontpages-sidebar{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
    background:#fff !important;
    border:1px solid var(--bd,#e5e0d8) !important;
    border-radius:var(--r,8px) !important;
    margin:0 0 14px !important;
    box-shadow:none !important;
}
body.stigma-page .stigma-frontpages-sidebar *,
.stigma-frontpages-sidebar *{box-sizing:border-box !important;}
body.stigma-page .stigma-frontpages-sidebar > .sbh,
.stigma-frontpages-sidebar > .sbh{
    margin:0 !important;
    min-height:40px !important;
    padding:11px 14px !important;
    background:var(--dk,#111110) !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
}
body.stigma-page .stigma-frontpages-sidebar .sblbl,
.stigma-frontpages-sidebar .sblbl{
    color:var(--acc,#f07c00) !important;
    font-size:11px !important;
    font-weight:900 !important;
    letter-spacing:1.5px !important;
    line-height:1 !important;
    text-transform:uppercase !important;
}
body.stigma-page .stigma-frontpages-sidebar-shell,
.stigma-frontpages-sidebar-shell{
    position:relative !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    padding:10px 34px 8px !important;
    overflow:hidden !important;
    background:#fff !important;
}
body.stigma-page .stigma-frontpages-sidebar-track,
.stigma-frontpages-sidebar-track{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    gap:10px !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scroll-snap-type:x mandatory !important;
    scroll-behavior:smooth !important;
    -webkit-overflow-scrolling:touch !important;
    scrollbar-width:thin !important;
}
body.stigma-page .stigma-frontpages-sidebar-track::-webkit-scrollbar,
.stigma-frontpages-sidebar-track::-webkit-scrollbar{height:5px !important;}
body.stigma-page .stigma-frontpages-sidebar-track::-webkit-scrollbar-thumb,
.stigma-frontpages-sidebar-track::-webkit-scrollbar-thumb{background:#d8d2c8 !important;border-radius:999px !important;}
body.stigma-page .stigma-frontpage-side-item,
.stigma-frontpage-side-item{
    flex:0 0 100% !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    overflow:visible !important;
    box-shadow:none !important;
    scroll-snap-align:start !important;
    transform:none !important;
}
body.stigma-page .stigma-frontpage-side-item:hover,
.stigma-frontpage-side-item:hover{transform:none !important;box-shadow:none !important;}
body.stigma-page .stigma-frontpage-side-item a,
.stigma-frontpage-side-item a{
    display:block !important;
    width:100% !important;
    color:inherit !important;
    text-decoration:none !important;
    cursor:zoom-in !important;
}
body.stigma-page .stigma-frontpage-side-item img,
.stigma-frontpage-side-item img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    max-height:420px !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    margin:0 auto !important;
    padding:0 !important;
    background:#f5f3ef !important;
    border:1px solid var(--bd,#e5e0d8) !important;
    border-radius:8px !important;
}
body.stigma-page .stigma-frontpage-side-item span,
.stigma-frontpage-side-item span{
    display:block !important;
    margin:8px 0 0 !important;
    padding:0 !important;
    color:#111110 !important;
    font-family:'Montserrat',Arial,sans-serif !important;
    font-size:13px !important;
    font-weight:800 !important;
    line-height:1.2 !important;
    text-align:left !important;
}
body.stigma-page .stigma-frontpages-nav,
.stigma-frontpages-nav{
    position:absolute !important;
    top:50% !important;
    z-index:3 !important;
    transform:translateY(-50%) !important;
    width:28px !important;
    height:40px !important;
    min-width:28px !important;
    padding:0 !important;
    border:0 !important;
    border-radius:7px !important;
    background:var(--acc,#f07c00) !important;
    color:#fff !important;
    font-size:22px !important;
    font-weight:900 !important;
    line-height:1 !important;
    cursor:pointer !important;
    box-shadow:none !important;
}
body.stigma-page .stigma-frontpages-prev,
.stigma-frontpages-prev{left:4px !important;}
body.stigma-page .stigma-frontpages-next,
.stigma-frontpages-next{right:4px !important;}
body.stigma-page .stigma-frontpages-sidebar-link,
.stigma-frontpages-sidebar-link{
    margin:0 !important;
    padding:9px 12px 11px !important;
    border-top:1px solid var(--bd,#e5e0d8) !important;
    text-align:right !important;
    background:#fff !important;
}
body.stigma-page .stigma-frontpages-sidebar-link a,
.stigma-frontpages-sidebar-link a{
    color:var(--acc,#f07c00) !important;
    font-size:13px !important;
    font-weight:800 !important;
    line-height:1.2 !important;
    text-decoration:none !important;
}
body.stigma-page .stigma-frontpages-empty-sidebar,
.stigma-frontpages-empty-sidebar{
    padding:14px !important;
    color:#6f6f6f !important;
    font-size:13px !important;
    font-weight:600 !important;
}

@media(max-width:899px){
    body.stigma-page .stigma-frontpages-sidebar-shell,
    .stigma-frontpages-sidebar-shell{padding:8px 34px !important;}
    body.stigma-page .stigma-frontpage-side-item img,
    .stigma-frontpage-side-item img{max-height:70vh !important;}
}
