/*
Theme Name: Clout CEO
Theme URI: https://cloutceo.com
Description: Clout CEO — Where influence meets leadership. Authority, personal brand, and the strategies behind business influence.
Version: 1.0.0
Author: PR Launch Network
Text Domain: ceo
*/

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap');

/* Override GeneratePress container width */
body { max-width: none !important; }
.site, #page, .site-content, .content-area, main { max-width: none !important; width: 100% !important; }


*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{font-size:16px;scroll-behavior:smooth;}
body{font-family:'Space Grotesk',system-ui,sans-serif;background:#080808;color:#E8E8E8;-webkit-font-smoothing:antialiased;line-height:1.6;}
a{color:inherit;text-decoration:none;}
img{display:block;max-width:100%;height:auto;}
ul{list-style:none;}

.ceo-wrap{max-width:1120px;margin:0 auto;padding:0 36px;}
.ceo-wrap--narrow{max-width:720px;margin:0 auto;padding:0 36px;}

/* ════════════════════
   HEADER
════════════════════ */
.ceo-header{
  background:rgba(8,8,8,0.95);
  backdrop-filter:blur(12px);
  border-bottom:1px solid #111;
  position:sticky;
  top:0;
  z-index:200;
}
.ceo-header__inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 0;
}
.ceo-logo{
  font-family:'Space Grotesk',sans-serif;
  font-size:22px;
  font-weight:700;
  color:#fff;
  letter-spacing:-1px;
  line-height:1;
}
.ceo-logo span{color:#3B82F6;}
.ceo-nav{overflow-x:auto;scrollbar-width:none;}
.ceo-nav::-webkit-scrollbar{display:none;}
.ceo-nav ul{display:flex;gap:0;white-space:nowrap;}
.ceo-nav ul li a{
  display:block;
  font-size:11px;
  font-weight:600;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#404040;
  padding:8px 0 8px 22px;
  transition:color .15s;
  border-bottom:1px solid transparent;
}
.ceo-nav ul li a:hover,
.ceo-nav ul li.current-menu-item a{color:#3B82F6;}

/* ════════════════════
   HERO — full dark with blue glow
════════════════════ */
.ceo-hero{
  position:relative;
  min-height:620px;
  background:#080808;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
}
/* Blue glow effect */
.ceo-hero::before{
  content:'';
  position:absolute;
  top:-100px;right:-100px;
  width:600px;height:600px;
  background:radial-gradient(circle,rgba(59,130,246,0.12) 0%,transparent 70%);
  pointer-events:none;
}
.ceo-hero::after{
  content:'';
  position:absolute;
  bottom:0;left:0;right:0;
  height:1px;
  background:linear-gradient(90deg,transparent,#3B82F6,transparent);
}
.ceo-hero__img{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
  opacity:.18;
  mix-blend-mode:luminosity;
}
.ceo-hero__placeholder{
  position:absolute;inset:0;
  width:100%;height:100%;
  opacity:.25;
}
.ceo-hero__overlay{
  position:absolute;inset:0;
  background:linear-gradient(
    to bottom,
    rgba(8,8,8,0) 0%,
    rgba(8,8,8,.2) 30%,
    rgba(8,8,8,.75) 65%,
    rgba(8,8,8,.98) 100%
  );
}
.ceo-hero__content{
  position:relative;z-index:3;
  padding:0 0 60px;
  width:100%;max-width:820px;
}
.ceo-hero__tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(59,130,246,.1);
  border:1px solid rgba(59,130,246,.3);
  color:#3B82F6;
  font-size:10px;
  font-weight:600;
  letter-spacing:2px;
  text-transform:uppercase;
  padding:5px 14px;
  margin-bottom:22px;
}
.ceo-hero__tag::before{
  content:'';
  width:6px;height:6px;
  border-radius:50%;
  background:#3B82F6;
  display:block;
  animation:pulse 2s infinite;
}
@keyframes pulse{0%,100%{opacity:1;}50%{opacity:.4;}}
.ceo-hero__title{
  font-size:60px;
  font-weight:700;
  line-height:1.05;
  color:#fff;
  letter-spacing:-2px;
  display:block;
  margin-bottom:20px;
}
.ceo-hero__title span{color:#3B82F6;}
.ceo-hero__title:hover{color:#f0f0f0;}
.ceo-hero__excerpt{
  font-size:17px;
  line-height:1.7;
  color:#606060;
  margin-bottom:32px;
  max-width:580px;
  font-weight:300;
}
.ceo-hero__bottom{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
.ceo-avatar{
  width:34px;height:34px;
  border-radius:50%;
  background:#1a1a2e;
  border:1px solid #3B82F6;
  color:#3B82F6;
  display:flex;align-items:center;justify-content:center;
  font-size:12px;font-weight:700;flex-shrink:0;
}
.ceo-avatar--sm{
  width:26px;height:26px;
  font-size:9px;
  background:#111;
  border:1px solid #222;
  color:#3B82F6;
}
.ceo-author-name{font-size:12px;font-weight:600;color:#aaa;}
.ceo-author-role{font-size:10px;color:#404040;display:block;}
.ceo-meta-sep{width:1px;height:12px;background:rgba(255,255,255,.2);display:block;}
.ceo-meta-text{font-size:11px;color:#404040;}
.ceo-read-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#3B82F6;
  color:#fff;
  font-size:11px;
  font-weight:700;
  letter-spacing:.5px;
  padding:11px 24px;
  transition:background .15s;
  flex-shrink:0;
  border-radius:2px;
}
.ceo-read-btn:hover{background:#2563EB;}
.ceo-read-btn::after{content:'→';font-size:14px;}

/* ════════════════════
   HOME BODY
════════════════════ */
.ceo-home-body{padding:60px 0 80px;}

.ceo-section-label{
  display:flex;align-items:center;gap:14px;
  margin-bottom:28px;
}
.ceo-section-label span{
  font-size:10px;font-weight:700;
  letter-spacing:2.5px;text-transform:uppercase;
  color:#3B82F6;white-space:nowrap;
}
.ceo-section-label::before{
  content:'';
  width:20px;height:1px;
  background:#3B82F6;display:block;flex-shrink:0;
}
.ceo-section-label::after{
  content:'';flex:1;height:1px;
  background:#111;
}

/* ── HORIZONTAL CARDS ── */
.ceo-card-list{display:flex;flex-direction:column;}
.ceo-hcard{
  display:grid;
  grid-template-columns:280px 1fr;
  border-bottom:1px solid #111;
  padding:28px 0;
  transition:border-color .15s;
}
.ceo-hcard:first-child{border-top:1px solid #111;}
.ceo-hcard:hover{border-bottom-color:#1a1a2e;}
.ceo-hcard__img{
  display:block;
  width:100%;height:176px;
  overflow:hidden;
  background:#0f0f0f;
  flex-shrink:0;
  border:1px solid #111;
}
.ceo-hcard__img img{
  width:100%;height:100%;
  object-fit:cover;
  opacity:.7;
  transition:opacity .3s,transform .5s cubic-bezier(.25,.46,.45,.94);
}
.ceo-hcard:hover .ceo-hcard__img img{opacity:.9;transform:scale(1.05);}
.ceo-hcard__img-placeholder{width:100%;height:100%;display:block;opacity:.6;}
.ceo-hcard__body{
  padding:0 0 0 28px;
  display:flex;flex-direction:column;justify-content:center;
}
.ceo-hcard__cat{
  font-size:9px;font-weight:700;
  letter-spacing:2px;text-transform:uppercase;
  color:#3B82F6;margin-bottom:10px;
  display:flex;align-items:center;gap:8px;
}
.ceo-hcard__cat::before{width:16px;height:1px;background:#3B82F6;content:'';display:block;}
.ceo-hcard__title{
  font-size:22px;font-weight:700;
  line-height:1.2;letter-spacing:-.5px;
  color:#E8E8E8;display:block;margin-bottom:10px;
  transition:color .15s;
}
.ceo-hcard:hover .ceo-hcard__title{color:#fff;}
.ceo-hcard__excerpt{
  font-size:13px;line-height:1.65;color:#444;
  margin-bottom:14px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.ceo-hcard__meta{display:flex;align-items:center;gap:8px;}
.ceo-hcard__author{font-size:11px;color:#404040;font-weight:500;}
.ceo-hcard__dot{color:#222;font-size:10px;}
.ceo-hcard__date{font-size:11px;color:#333;}

/* ── GRID ── */
.ceo-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#111;}
.ceo-vcard{
  background:#080808;
  padding:24px;
  display:flex;flex-direction:column;
  transition:background .15s;
}
.ceo-vcard:hover{background:#0d0d0d;}
.ceo-vcard__img{
  display:block;width:100%;aspect-ratio:16/9;
  overflow:hidden;background:#0f0f0f;
  margin-bottom:14px;border:1px solid #111;
}
.ceo-vcard__img img{width:100%;height:100%;object-fit:cover;opacity:.65;transition:opacity .3s,transform .5s ease;}
.ceo-vcard:hover .ceo-vcard__img img{opacity:.85;transform:scale(1.04);}
.ceo-vcard__img-placeholder{width:100%;height:100%;display:block;opacity:.6;}
.ceo-vcard__cat{
  font-size:9px;font-weight:700;letter-spacing:2px;
  text-transform:uppercase;color:#3B82F6;margin-bottom:8px;
}
.ceo-vcard__title{
  font-size:17px;font-weight:700;line-height:1.25;
  letter-spacing:-.3px;color:#D0D0D0;display:block;
  flex:1;transition:color .15s;
}
.ceo-vcard:hover .ceo-vcard__title{color:#fff;}
.ceo-vcard__meta{
  font-size:10px;color:#333;
  margin-top:12px;padding-top:12px;
  border-top:1px solid #111;
  display:flex;gap:6px;align-items:center;
}

/* ════════════════════
   SINGLE POST
════════════════════ */
.ceo-single-hero{background:#080808;
  position:relative;
  background:#080808;
  overflow:hidden;
  min-height:520px;
  display:flex;
  align-items:flex-end;
}
.ceo-single-hero::before{
  content:'';
  position:absolute;
  top:-80px;right:-80px;
  width:500px;height:500px;
  background:radial-gradient(circle,rgba(59,130,246,0.08) 0%,transparent 65%);
  pointer-events:none;
}
.ceo-single-hero::after{
  content:'';position:absolute;bottom:0;left:0;right:0;
  height:1px;background:linear-gradient(90deg,transparent,#3B82F6,transparent);
}
.ceo-single-hero__img{display:block;max-width:860px;width:100%;height:460px;margin:0 auto;object-fit:cover;object-position:center center;opacity:1;}
.ceo-single-hero__img-div{position:absolute;inset:0;opacity:.25;}
.ceo-single-hero__overlay{display:none;}
.ceo-single-hero__content{padding:44px 0 32px;width:100%;max-width:860px;}
.ceo-single-hero__tag{
  display:inline-flex;align-items:center;gap:6px;
  background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.3);
  color:#3B82F6;font-size:9px;font-weight:700;
  letter-spacing:2px;text-transform:uppercase;
  padding:4px 12px;margin-bottom:16px;
}
.ceo-single-hero__tag::before{content:'';width:5px;height:5px;border-radius:50%;background:#3B82F6;display:block;}
.ceo-single-hero__title{
  font-size:52px;font-weight:700;
  line-height:1.05;letter-spacing:-2px;
  color:#ffffff;margin-bottom:20px;
}
.ceo-single-hero__meta{
  display:flex;align-items:center;gap:12px;
  padding-top:18px;border-top:1px solid #111;
}
.ceo-single-hero__author{font-size:12px;font-weight:600;color:rgba(255,255,255,.9);}
.ceo-single-hero__role{font-size:9px;color:rgba(255,255,255,.45);display:block;}
.ceo-single-hero__date{font-size:10px;color:rgba(255,255,255,.55);}

.ceo-single-body{padding:52px 0 80px;}
.ceo-single-layout{
  display:grid;
  grid-template-columns:1fr 268px;
  gap:56px;align-items:start;
}
.ceo-content{
  font-family:'Space Grotesk',sans-serif;
  font-size:17px;line-height:1.85;color:#888;
}
.ceo-content p{margin-bottom:1.5em;}
.ceo-content h2{
  font-size:26px;font-weight:700;
  letter-spacing:-1px;color:#E8E8E8;
  margin:2.2em 0 .6em;
  border-left:3px solid #3B82F6;padding-left:14px;
}
.ceo-content h3{font-size:20px;font-weight:700;letter-spacing:-.5px;color:#D0D0D0;margin:1.8em 0 .5em;}
.ceo-content blockquote{
  border-left:2px solid #3B82F6;
  padding:12px 22px;margin:2em 0;
  font-size:18px;color:#555;
  background:#0d0d0d;
  font-family:'Space Mono',monospace;
}
.ceo-content a{color:#3B82F6;text-decoration:underline;}
.ceo-content img{width:100%;margin:2em 0;}
.ceo-content .ebd-lead,
.ceo-content p.ebd-lead{
  font-size:19px;color:#666;
  margin-bottom:2em;font-weight:300;line-height:1.8;
  border-left:2px solid #3B82F6;padding-left:18px;
}
.ceo-content strong{color:#D0D0D0;font-weight:700;}

.ceo-author-box{
  background:#0d0d0d;
  border-left:3px solid #3B82F6;
  padding:24px 28px;display:flex;gap:16px;
  margin-top:48px;
}
.ceo-author-box__label{font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#3B82F6;margin-bottom:5px;display:block;}
.ceo-author-box__name{font-size:18px;font-weight:700;letter-spacing:-.5px;color:#E8E8E8;margin-bottom:3px;}
.ceo-author-box__role{font-size:9px;color:#3B82F6;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px;display:block;}
.ceo-author-box__bio{font-size:13px;line-height:1.65;color:#555;}

.ceo-sidebar{}
.ceo-sidebar__section{background:#0d0d0d;border:1px solid #111;padding:18px;margin-bottom:16px;}
.ceo-sidebar__label{
  font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;
  color:#3B82F6;margin-bottom:14px;padding-bottom:8px;
  border-bottom:1px solid #3B82F6;
}
.ceo-sidebar-item{padding:10px 0;border-bottom:1px solid #0f0f0f;}
.ceo-sidebar-item:last-child{border-bottom:none;padding-bottom:0;}
.ceo-sidebar-item__title{
  font-size:13px;font-weight:600;letter-spacing:-.3px;
  line-height:1.3;color:#888;display:block;transition:color .15s;
}
.ceo-sidebar-item__title:hover{color:#E8E8E8;}
.ceo-sidebar-item__meta{font-size:9px;color:#333;margin-top:3px;}

/* ════════════════════
   ARCHIVE
════════════════════ */
.ceo-archive-hero{
  background:#080808;
  border-bottom:1px solid #111;
  padding:56px 0 44px;position:relative;overflow:hidden;
}
.ceo-archive-hero::before{
  content:'';position:absolute;
  top:-60px;right:-60px;
  width:400px;height:400px;
  background:radial-gradient(circle,rgba(59,130,246,0.07) 0%,transparent 65%);
}
.ceo-archive-hero::after{
  content:'';position:absolute;bottom:0;left:0;right:0;
  height:1px;background:linear-gradient(90deg,transparent,#3B82F6,transparent);
}
.ceo-archive-hero__label{font-size:9px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#3B82F6;margin-bottom:10px;}
.ceo-archive-hero__title{font-size:48px;font-weight:700;letter-spacing:-2px;color:#fff;}
.ceo-archive-hero__count{font-size:11px;color:#333;margin-top:8px;}
.ceo-archive-body{padding:44px 0 80px;}

.ceo-pagination{display:flex;gap:4px;justify-content:center;padding:48px 0 0;}
.ceo-pagination a,.ceo-pagination span{
  display:inline-flex;align-items:center;justify-content:center;
  width:36px;height:36px;font-size:12px;font-weight:600;
  border:1px solid #111;color:#404040;transition:all .15s;
}
.ceo-pagination a:hover,.ceo-pagination span.current{background:#3B82F6;color:#fff;border-color:#3B82F6;}

/* ════════════════════
   PAGE
════════════════════ */
.ceo-page-hero{background:#080808;border-bottom:1px solid #111;padding:56px 0 44px;position:relative;overflow:hidden;}
.ceo-page-hero::before{content:'';position:absolute;top:-60px;right:-60px;width:400px;height:400px;background:radial-gradient(circle,rgba(59,130,246,0.07) 0%,transparent 65%);}
.ceo-page-hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#3B82F6,transparent);}
.ceo-page-hero__label{font-size:9px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#3B82F6;margin-bottom:10px;}
.ceo-page-hero__title{font-size:44px;font-weight:700;letter-spacing:-1.5px;color:#fff;}
.ceo-page-body{padding:52px 0 100px;}
.ceo-page-content{font-size:16px;line-height:1.85;color:#666;}
.ceo-page-content p{margin-bottom:1.4em;}
.ceo-page-content h2{
  font-size:22px;font-weight:700;letter-spacing:-.5px;color:#E8E8E8;
  margin:2em 0 .6em;border-left:3px solid #3B82F6;padding-left:12px;
}
.ceo-page-content h3{font-size:17px;font-weight:600;color:#C0C0C0;margin:1.5em 0 .4em;}
.ceo-page-content strong{color:#C0C0C0;font-weight:700;}
.ceo-page-content a{color:#3B82F6;text-decoration:underline;}
.ceo-page-content ul{margin:.8em 0 1.4em 1.4em;list-style:disc;}
.ceo-page-content ul li{margin-bottom:.5em;color:#555;}
.ceo-page-content .ceo-highlight,
.ceo-page-content .ebd-highlight{
  background:#0d1a2e;
  border-left:3px solid #3B82F6;padding:18px 22px;margin:2em 0;
}
.ceo-page-content .ceo-highlight p,
.ceo-page-content .ebd-highlight p{margin-bottom:0;color:#666;}

/* ════════════════════
   FOOTER
════════════════════ */
.ceo-footer{background:#050505;border-top:1px solid #0f0f0f;padding:40px 0 28px;}
.ceo-footer__inner{
  display:flex;justify-content:space-between;align-items:flex-start;
  flex-wrap:wrap;gap:20px;
  padding-bottom:24px;border-bottom:1px solid #0f0f0f;margin-bottom:18px;
}
.ceo-footer__logo{font-size:20px;font-weight:700;letter-spacing:-1px;color:#fff;}
.ceo-footer__logo span{color:#3B82F6;}
.ceo-footer__tagline{font-size:10px;color:#2a2a2a;margin-top:5px;letter-spacing:.5px;}
.ceo-footer__links{display:flex;gap:22px;align-items:center;}
.ceo-footer__links a{font-size:12px;font-weight:500;color:#555;transition:color .15s;}
.ceo-footer__links a:hover{color:#3B82F6;}
.ceo-footer__links span{color:#1a1a1a;}
.ceo-footer__copy{font-size:11px;color:#222;}

/* ════════════════════
   RESPONSIVE — TABLET
════════════════════ */
@media(max-width:1100px){
  .ceo-wrap{padding:0 24px;}
  .ceo-wrap--narrow{padding:0 24px;}
  .ceo-hero__title{font-size:50px;}
  .ceo-hcard{grid-template-columns:240px 1fr;}
  .ceo-single-layout{grid-template-columns:1fr 240px;gap:36px;}
  .ceo-single-hero__title{font-size:42px;}
  .ceo-grid-3{grid-template-columns:repeat(2,1fr);}
}

@media(max-width:900px){
  .ceo-hero__title{font-size:40px;}
  .ceo-single-layout{grid-template-columns:1fr;}
  .ceo-single-hero__title{font-size:34px;}
}

/* ════════════════════
   RESPONSIVE — MOBILE
════════════════════ */
@media(max-width:768px){
  .ceo-wrap{padding:0 16px;}
  .ceo-wrap--narrow{padding:0 16px;}

  .ceo-header__inner{padding:14px 0;}
  .ceo-logo{font-size:18px;}
  .ceo-nav ul li a{font-size:10px;padding:8px 0 8px 14px;}

  .ceo-hero{min-height:500px;}
  .ceo-hero__title{font-size:32px;letter-spacing:-1px;}
  .ceo-hero__excerpt{display:none;}
  .ceo-hero__content{padding:0 0 40px;}
  .ceo-read-btn{display:none;}

  .ceo-hcard{grid-template-columns:1fr;gap:0;}
  .ceo-hcard__img{height:180px;margin-bottom:14px;}
  .ceo-hcard__body{padding:0;}
  .ceo-hcard__title{font-size:18px;}
  .ceo-hcard__excerpt{display:none;}

  .ceo-grid-3{grid-template-columns:1fr 1fr;gap:1px;}
  .ceo-vcard{padding:16px;}
  .ceo-vcard__title{font-size:14px;}
  .ceo-vcard__meta{display:none;}

  .ceo-single-hero{min-height:420px;}
  .ceo-single-hero__title{font-size:28px;letter-spacing:-1px;}
  .ceo-single-hero__content{padding:44px 0 32px;width:100%;max-width:860px;}
  .ceo-single-body{padding:32px 0 60px;}
  .ceo-content{font-size:16px;}
  .ceo-author-box{flex-direction:column;}

  .ceo-archive-hero{padding:40px 0 32px;}
  .ceo-archive-hero__title{font-size:32px;}
  .ceo-page-hero{padding:40px 0 32px;}
  .ceo-page-hero__title{font-size:28px;}

  .ceo-footer__inner{flex-direction:column;gap:16px;}
  .ceo-footer__links{flex-wrap:wrap;gap:14px;}
  .ceo-home-body{padding:36px 0 60px;}
}

/* SHARE */
/* AUTHOR BOX UPGRADE */

/* SHARE BUTTONS */
.ceo-share { margin-top:48px; padding:24px 0; border-top:1px solid #E2E8F0; }
.ceo-share__label { display:block; font-size:9px; font-weight:700; letter-spacing:2px; text-transform:uppercase; color:#94A3B8; margin-bottom:14px; }
.ceo-share__buttons { display:flex; gap:10px; flex-wrap:wrap; }
.ceo-share__btn { display:inline-flex; align-items:center; gap:7px; padding:9px 18px; font-size:12px; font-weight:600; border-radius:2px; cursor:pointer; transition:all .15s; text-decoration:none; border:none; font-family:inherit; letter-spacing:.3px; }
.ceo-share__btn--linkedin { background:#0A66C2; color:#fff; }
.ceo-share__btn--linkedin:hover { background:#004182; }
.ceo-share__btn--x { background:#000; color:#fff; }
.ceo-share__btn--x:hover { background:#333; }
.ceo-share__btn--fb { background:#1877F2; color:#fff; }
.ceo-share__btn--fb:hover { background:#0d5fc2; }
.ceo-share__btn--copy { background:#F1F5F9; color:#1E293B; border:1px solid #E2E8F0; }
.ceo-share__btn--copy:hover { background:#E2E8F0; }

/* AUTHOR BOX UPGRADE */
.ceo-author-box__avatar { flex-shrink:0; }
.ceo-author-box__avatar .ceo-avatar { width:72px!important; height:72px!important; font-size:26px!important; border-radius:50%; overflow:hidden; }
.ceo-author-box__body { flex:1; min-width:0; }
.ceo-author-box__header { display:flex; align-items:center; gap:7px; margin-bottom:3px; }
.ceo-author-box__verified { display:inline-flex; align-items:center; flex-shrink:0; }
.ceo-avatar img { width:100%; height:100%; object-fit:cover; border-radius:50%; display:block; }
.ceo-avatar--img { padding:0; background:transparent; }
@media(max-width:480px){
  .ceo-logo{font-size:16px;}
  .ceo-hero__title{font-size:26px;}
  .ceo-grid-3{grid-template-columns:1fr;}
  .ceo-hcard__title{font-size:16px;}
  .ceo-single-hero__title{font-size:24px;}
  .ceo-archive-hero__title{font-size:26px;}        
  .ceo-share__btn span { display:none; }
  .ceo-share__btn--copy span { display:inline; }
  .ceo-share__btn { padding:9px 13px; }
  .ceo-author-box { flex-direction:row; align-items:center; gap:14px; padding:18px; }
  .ceo-author-box__avatar .ceo-avatar { width:52px!important; height:52px!important; font-size:18px!important; }
}
