:root{
  --bsm-log-ink:#17233b;
  --bsm-log-muted:#627083;
  --bsm-log-line:#dfe4ea;
  --bsm-log-soft:#f5f7fa;
  --bsm-log-accent:#1f2a44;
  --bsm-log-success:#17633a;
  --bsm-log-danger:#9a2f2f;
}

.bsm-log-dashboard [hidden],
.bsm-log-lure-results[hidden],
.bsm-log-raw-lure[hidden]{display:none!important}

.bsm-log-eyebrow{margin:0 0 6px!important;font-size:11px!important;font-weight:900;letter-spacing:.16em;color:var(--bsm-log-muted)}
.bsm-log-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 17px;border:1px solid var(--bsm-log-accent);border-radius:0;background:#fff;color:var(--bsm-log-accent)!important;font-size:14px;font-weight:800;line-height:1.3;text-decoration:none!important;cursor:pointer;box-sizing:border-box}
.bsm-log-button:hover{opacity:.9}
.bsm-log-button:disabled{opacity:.55;cursor:not-allowed}
.bsm-log-button--primary{background:var(--bsm-log-accent);color:#fff!important}
.bsm-log-button--secondary{background:#fff}
.bsm-log-link-button{appearance:none;padding:0;border:0;background:transparent;color:#405473;font:inherit;font-size:13px;font-weight:700;text-decoration:underline;cursor:pointer}
.bsm-log-link-button--danger{color:var(--bsm-log-danger)}

/* Public cards */
.bsm-log-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.bsm-log-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid #d7e0e9;border-radius:18px;background:#fff;color:var(--bsm-log-ink);box-shadow:0 16px 42px rgba(23,35,59,.11);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.bsm-log-card__media{position:relative;display:block;aspect-ratio:5/4;overflow:hidden;background:#dfe6ec}
.bsm-log-card__media::before{position:absolute;z-index:1;inset:0;content:"";background:linear-gradient(135deg,rgba(255,255,255,.12),transparent 42%);pointer-events:none}
.bsm-log-card__media::after{position:absolute;z-index:1;inset:44% 0 0;content:"";background:linear-gradient(180deg,transparent,rgba(9,23,42,.38));pointer-events:none}
.bsm-log-card__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .45s ease,filter .45s ease}
.bsm-log-card:focus-within{border-color:#9baabd;box-shadow:0 0 0 3px rgba(23,35,59,.1),0 18px 46px rgba(23,35,59,.13)}
.bsm-log-card__count{position:absolute;z-index:3;left:14px;bottom:47px;display:inline-flex;width:max-content;min-width:46px;height:46px;align-items:center;justify-content:center;padding:0 8px;border:2px solid rgba(255,255,255,.75);border-radius:999px;background:rgba(16,32,54,.94);box-shadow:0 7px 18px rgba(0,0,0,.24);color:#fff;font-size:12px;font-weight:900;backdrop-filter:blur(7px);box-sizing:border-box}
.bsm-log-card__body{position:relative;isolation:isolate;display:flex;flex:1;flex-direction:column;gap:8px;margin-top:-35px;padding:51px 16px 16px;overflow:hidden;background:#fff;clip-path:polygon(0 35px,72% 35px,100% 0,100% 100%,0 100%)}
.bsm-log-card__body::after{position:absolute;z-index:1;inset:0;content:"";background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 52%,rgba(255,255,255,.64) 100%);pointer-events:none}
.bsm-log-card__body>:not(.bsm-log-card__portrait-media){position:relative;z-index:2}
.bsm-log-card__portrait-media{position:absolute;z-index:0;right:-17px;bottom:-8px;display:block;width:64%;height:74%;overflow:hidden;opacity:.24;clip-path:polygon(37% 0,100% 0,100% 100%,0 100%);pointer-events:none}
.bsm-log-card__portrait-media .bsm-log-card__portrait{display:flex;width:100%;height:100%;max-width:none;align-items:center;justify-content:center;border:0;border-radius:0;box-shadow:none;background:#dce4eb;color:#41536c;font-size:42px;object-fit:cover;object-position:center top}
.bsm-log-card__area{font-size:10px;font-weight:900;letter-spacing:.12em;color:#65758a}
.bsm-log-card__title{margin:0!important;font-size:17px!important;line-height:1.5!important}
.bsm-log-card__title a{color:inherit!important;text-decoration:none!important}
.bsm-log-card__facts{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}
.bsm-log-card__facts li{padding:5px 8px;border:1px solid #e4eaf0;border-radius:5px;background:rgba(246,248,250,.9);color:#34465e;font-size:11px;font-weight:900}
.bsm-log-card__lures{margin:0;color:#46556a;font-size:12px;line-height:1.6}
.bsm-log-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:13px;border-top:1px solid rgba(223,228,234,.9);color:var(--bsm-log-muted);font-size:11px}
.bsm-log-card__author{display:inline-flex;min-width:0;align-items:center;gap:9px}
.bsm-log-card__author .bsm-log-author-avatar{width:46px;height:46px;flex-basis:46px;border:2px solid #fff;box-shadow:0 0 0 2px #dce4ec,0 6px 14px rgba(23,35,59,.16);font-size:13px}
.bsm-log-card__author-copy{display:flex;min-width:0;flex-direction:column;gap:1px}
.bsm-log-card__author-copy small{color:#8090a2;font-size:8px;font-weight:900;letter-spacing:.1em;line-height:1.2}
.bsm-log-card__author-copy strong{overflow:hidden;color:var(--bsm-log-ink);font-size:13px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
.bsm-log-card__detail{display:inline-flex;min-height:34px;flex:0 0 auto;align-items:center;gap:5px;padding:0 11px;border-radius:5px;background:var(--bsm-log-accent);color:#fff!important;font-size:11px;font-weight:900;text-decoration:none!important;box-shadow:0 6px 14px rgba(23,35,59,.18)}
.bsm-log-card__detail span{font-size:14px}
.bsm-crew-name-link{color:inherit!important;font-weight:800;text-decoration:none!important}
.bsm-crew-name-link:hover{text-decoration:underline!important}
.bsm-log-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#e8edf2,#d8e0e8)}
.bsm-log-author-avatar{display:inline-flex;width:24px;height:24px;flex:0 0 24px;align-items:center;justify-content:center;border:1px solid #d9e0e7;border-radius:50%;background:#e9edf2;color:var(--bsm-log-accent);font-size:10px;font-weight:900;line-height:1;object-fit:cover;overflow:hidden;box-sizing:border-box}
.bsm-log-author-avatar--placeholder{text-transform:uppercase}

@media (hover:hover){
  .bsm-log-card:hover{border-color:#c8d4df;box-shadow:0 18px 46px rgba(23,35,59,.15);transform:translateY(-4px)}
  .bsm-log-card:hover .bsm-log-card__media img{filter:saturate(1.06) contrast(1.02);transform:scale(1.04)}
}

/* Home placement: directly below point search and above popular articles. */
.home-section--fishing-logs{
  --bsm-home-log-ink:#0b1d32;
  --bsm-home-log-teal:#648f93;
  --bsm-home-log-fog:#eef3f6;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:56px 0 72px!important;
  border-top:1px solid #e2e9ee;
  border-bottom:1px solid #e3e9ee;
  background:radial-gradient(ellipse at 92% 0,rgba(100,143,147,.13),transparent 32%),linear-gradient(180deg,#f6f9fb 0%,#fbfcfd 64%,#fff 100%);
}
.home-section--fishing-logs .bsm-section-shell{position:relative;z-index:1}
.home-section--fishing-logs .bsm-section-head{width:100%;max-width:1160px;margin:0 auto 28px!important}
.home-section--fishing-logs .bsm-section-head .section-kicker{display:flex;align-items:center;gap:13px;margin-bottom:8px;color:var(--bsm-home-log-teal);font-size:10px;font-weight:900;letter-spacing:.28em}
.home-section--fishing-logs .bsm-section-head .section-kicker::after{width:46px;height:1px;background:rgba(100,143,147,.72);content:""}
.home-section--fishing-logs .bsm-section-head .section-title{color:var(--bsm-home-log-ink)!important;font-size:clamp(27px,2.25vw,38px)!important;font-weight:900!important;letter-spacing:.015em!important}
.home-section--fishing-logs .bsm-section-head .section-line{display:none!important}
.home-section--fishing-logs .bsm-log-grid{width:100%;margin-inline:auto}
.home-section--fishing-logs .bsm-log-card{border:1px solid #d5dfe7;border-radius:16px;background:#fff;box-shadow:0 14px 34px rgba(15,35,55,.09)}
.home-section--fishing-logs .bsm-log-card__media{aspect-ratio:5/4;background:#dce5e9}
.home-section--fishing-logs .bsm-log-card__media::before{background:linear-gradient(135deg,rgba(255,255,255,.11),transparent 38%)}
.home-section--fishing-logs .bsm-log-card__media::after{inset:58% 0 0;background:linear-gradient(180deg,transparent,rgba(7,24,40,.3))}
.home-section--fishing-logs .bsm-log-card__count--editorial{left:16px;bottom:16px;width:auto;min-width:0;height:auto;padding:7px 11px 7px 13px;border:0;border-radius:3px;background:rgba(11,29,50,.93);box-shadow:0 7px 18px rgba(4,17,29,.18);color:#fff;font-size:9px;font-weight:900;line-height:1;letter-spacing:.3em;backdrop-filter:blur(5px)}
.home-section--fishing-logs .bsm-log-card__body{min-height:238px;gap:10px;margin-top:0;padding:20px 18px 17px;overflow:hidden;background:#fff;clip-path:none}
.home-section--fishing-logs .bsm-log-card__body::before{display:none;content:none}
.home-section--fishing-logs .bsm-log-card__body::after{inset:0 auto auto 18px;width:38px;height:2px;background:var(--bsm-home-log-teal);opacity:.7}
.home-section--fishing-logs .bsm-log-card__portrait-media{display:none}
.home-section--fishing-logs .bsm-log-card__area{display:flex;max-width:100%;align-items:center;gap:6px;color:var(--bsm-home-log-teal);font-size:10px;font-weight:900;letter-spacing:.08em}
.home-section--fishing-logs .bsm-log-card__area-icon{width:14px;height:14px;flex:0 0 14px}
.home-section--fishing-logs .bsm-log-card__title{min-height:3em;color:var(--bsm-home-log-ink);font-size:16px!important;font-weight:900!important;line-height:1.5!important;letter-spacing:.01em}
.home-section--fishing-logs .bsm-log-card__facts{align-items:center;gap:0;margin-top:4px}
.home-section--fishing-logs .bsm-log-card__facts li{display:inline-flex;align-items:center;gap:6px;padding:0;border:0;border-radius:0;background:transparent;color:#31465c;font-size:10px;font-weight:900;line-height:1.35}
.home-section--fishing-logs .bsm-log-card__facts li+li{margin-left:12px;padding-left:12px;border-left:1px solid #d8e2e8}
.home-section--fishing-logs .bsm-log-card__facts svg{width:14px;height:14px;flex:0 0 14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}
.home-section--fishing-logs .bsm-log-card__lures{display:block;align-self:auto;max-width:100%;margin-top:1px;padding:0;overflow:hidden;border-radius:0;background:transparent;box-shadow:none;color:#52677a;font-size:11px;line-height:1.55;text-overflow:ellipsis;white-space:nowrap;backdrop-filter:none}
.home-section--fishing-logs .bsm-log-card__footer{gap:8px;margin-top:auto;padding-top:14px;border-top:1px solid #e1e8ed}
.home-section--fishing-logs .bsm-log-card__author{gap:8px}
.home-section--fishing-logs .bsm-log-card__author .bsm-log-author-avatar{width:42px;height:42px;flex-basis:42px;border:2px solid #fff;box-shadow:0 0 0 1px #cfdbe3,0 5px 12px rgba(17,38,58,.13)}
.home-section--fishing-logs .bsm-log-card__author-copy small{color:#758a9b;font-size:7px;letter-spacing:.15em}
.home-section--fishing-logs .bsm-log-card__author-copy strong{color:var(--bsm-home-log-ink);font-size:12px}
.home-section--fishing-logs .bsm-log-card__detail{min-height:36px;padding:0 12px;border-radius:5px;background:var(--bsm-home-log-ink);box-shadow:0 6px 14px rgba(11,29,50,.16);color:#fff!important;font-size:10px;white-space:nowrap}
.home-section--fishing-logs .bsm-log-section-link{display:flex;width:100%;max-width:1160px;justify-content:flex-end;margin:24px auto 0}
.home-section--fishing-logs .bsm-log-section-link a{display:inline-flex;min-height:44px;align-items:center;padding:0 19px;border:1px solid var(--bsm-home-log-ink);border-radius:6px;background:rgba(255,255,255,.86);color:var(--bsm-home-log-ink)!important;font-size:12px;font-weight:900;text-decoration:none;transition:background .2s ease,color .2s ease,transform .2s ease}
.home-section--fishing-logs .bsm-log-section-link a:hover{background:var(--bsm-home-log-ink);color:#fff!important;transform:translateY(-1px)}

@media (hover:hover){
  .home-section--fishing-logs .bsm-log-card:hover{border-color:#c7d5de;box-shadow:0 20px 46px rgba(15,35,55,.14);transform:translateY(-5px)}
}

@media (min-width:641px) and (max-width:1099px){
  .home-section--fishing-logs .bsm-section-head,.home-section--fishing-logs .bsm-log-grid,.home-section--fishing-logs .bsm-log-section-link{max-width:720px}
  .home-section--fishing-logs .bsm-log-grid{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center;gap:22px}
}

@media (min-width:1100px){
  .home-section--fishing-logs .bsm-log-grid{max-width:1160px;grid-template-columns:repeat(4,minmax(0,1fr));justify-content:center;gap:20px}
  .home-section--fishing-logs .bsm-log-card__lures{font-size:12px}
}

/* Area archive and point detail placements */
.bsm-point-log-section,.bsm-area-log-section{margin:30px 0;padding:20px;border:1px solid var(--bsm-log-line);background:#fff}
.bsm-point-log-section__head,.bsm-area-log-section__head{margin-bottom:16px}
.bsm-point-log-section__head h2,.bsm-area-log-section__head h2{margin:0!important;font-size:22px!important}
.bsm-point-log-section__head p,.bsm-area-log-section__head p{margin:0 0 4px;color:var(--bsm-log-muted);font-size:11px;font-weight:900;letter-spacing:.13em}
.bsm-point-log-section .bsm-log-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.bsm-area-log-section .bsm-log-grid{gap:16px}
.bsm-point-log-section .bsm-log-card__title,.bsm-area-log-section .bsm-log-card__title{font-size:15px!important}
.bsm-point-log-section .bsm-log-card__body,.bsm-area-log-section .bsm-log-card__body{padding:48px 12px 12px}
.bsm-context-log-footer{display:flex;justify-content:flex-end;margin-top:18px;padding-top:15px;border-top:1px solid var(--bsm-log-line)}
.bsm-context-log-footer a{display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:0 15px;border:1px solid var(--bsm-log-accent);background:#fff;color:var(--bsm-log-accent)!important;font-size:12px;font-weight:900;text-decoration:none!important}
.bsm-context-log-footer a:hover{background:var(--bsm-log-accent);color:#fff!important}
.bsm-context-log-footer a span{font-size:15px}
.bsm-points-area-log-slot:empty{display:none}

/* Regular article sidebar: latest five fishing logs */
body.single-post .bsm-side-fishing-logs{background:linear-gradient(145deg,#fff,#f7f9fb)!important}
body.single-post .bsm-side-log-list{border-top:1px solid var(--bsm-log-line)}
body.single-post .bsm-side-log{display:grid;grid-template-columns:76px minmax(0,1fr);gap:11px;padding:12px 0;border-bottom:1px solid var(--bsm-log-line);color:var(--bsm-log-ink)!important;text-decoration:none!important}
body.single-post .bsm-side-log__thumb{display:block;width:76px;height:66px;overflow:hidden;background:#e7ebf0}
body.single-post .bsm-side-log__thumb img,body.single-post .bsm-side-log__thumb .bsm-log-placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
body.single-post .bsm-side-log:hover .bsm-side-log__thumb img{transform:scale(1.04)}
body.single-post .bsm-side-log__body{display:flex;min-width:0;flex-direction:column;justify-content:center;gap:2px}
body.single-post .bsm-side-log__date{color:var(--bsm-log-muted);font-size:9px;font-weight:800;letter-spacing:.05em}
body.single-post .bsm-side-log__body strong{display:-webkit-box;overflow:hidden;color:var(--bsm-log-ink);font-size:12px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}
body.single-post .bsm-side-log__result{color:#405473;font-size:10px;font-weight:800}
body.single-post .bsm-side-log__author{display:inline-flex;min-width:0;align-items:center;gap:7px;margin-top:3px;color:var(--bsm-log-muted);font-size:10px;font-weight:800}
body.single-post .bsm-side-log__author>span{display:flex;min-width:0;flex-direction:column;line-height:1.25}
body.single-post .bsm-side-log__author small{color:#8090a2;font-size:7px;font-weight:900;letter-spacing:.08em}
body.single-post .bsm-side-log__author .bsm-log-author-avatar{width:30px;height:30px;flex-basis:30px;border:2px solid #fff;box-shadow:0 0 0 1px #dfe5eb;font-size:9px}
body.single-post .bsm-side-log-list__more{display:block;margin-top:14px;color:var(--bsm-log-accent)!important;font-size:11px;font-weight:900;text-align:right;text-decoration:none!important}

/* Fishing-log sidebar: replace the generic operator bio with an area guide. */
body.single-bsm_fishing_log .bsm-article-sidebar>.bsm-side-profile{display:none!important}
body.single-bsm_fishing_log .bsm-log-area-guide{padding:18px!important;overflow:hidden;border:1px solid #d8e1e9!important;border-radius:16px!important;background:linear-gradient(145deg,#fff,#f7f9fb)!important;box-shadow:0 14px 36px rgba(23,35,59,.1);box-sizing:border-box}
body.single-bsm_fishing_log .bsm-log-area-guide .bsm-side-widget__head{margin-bottom:14px}
body.single-bsm_fishing_log .bsm-log-area-guide .bsm-side-widget__kicker{display:block;margin-bottom:4px;color:#718196;font-size:10px;font-weight:900;letter-spacing:.13em}
body.single-bsm_fishing_log .bsm-log-area-guide .bsm-side-widget__title{margin:0!important;color:var(--bsm-log-ink);font-size:22px!important;line-height:1.35!important}
.bsm-log-area-guide__card{display:block;overflow:hidden;border:1px solid #dce4eb;border-radius:12px;background:#fff;color:var(--bsm-log-ink)!important;text-decoration:none!important;box-shadow:0 8px 22px rgba(23,35,59,.08);transition:transform .22s ease,box-shadow .22s ease}
.bsm-log-area-guide__media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#dfe6ec}
.bsm-log-area-guide__media::after{position:absolute;inset:38% 0 0;content:"";background:linear-gradient(180deg,transparent,rgba(10,25,44,.5));pointer-events:none}
.bsm-log-area-guide__media img,.bsm-log-area-guide__media>.bsm-log-placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.bsm-log-area-guide__index{position:absolute;z-index:1;left:12px;bottom:11px;padding:5px 8px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(17,35,59,.9);color:#fff;font-size:9px;font-weight:900;letter-spacing:.1em}
.bsm-log-area-guide__body{display:flex;flex-direction:column;gap:7px;padding:16px}
.bsm-log-area-guide__body small{color:#718196;font-size:9px;font-weight:900;letter-spacing:.08em}
.bsm-log-area-guide__body strong{font-size:18px;line-height:1.45}
.bsm-log-area-guide__body>span:not(.bsm-log-area-guide__cta){color:#556579;font-size:11px;line-height:1.7}
.bsm-log-area-guide__cta{display:flex;min-height:42px;align-items:center;justify-content:space-between;margin-top:4px;padding:0 13px;border-radius:6px;background:var(--bsm-log-accent);color:#fff;font-size:12px;font-weight:900;box-shadow:0 7px 16px rgba(23,35,59,.18)}
.bsm-log-area-guide__cta b{font-size:16px}
@media (hover:hover){
  .bsm-log-area-guide__card:hover{box-shadow:0 13px 30px rgba(23,35,59,.13);transform:translateY(-2px)}
  .bsm-log-area-guide__card:hover .bsm-log-area-guide__media img{transform:scale(1.035)}
}

/* Archive */
.bsm-log-archive{padding:10px 0 30px}
.bsm-log-archive__head{margin-bottom:24px}
.bsm-log-archive__head h1{margin:0 0 10px;font-size:clamp(28px,3vw,42px);color:var(--bsm-log-ink)}
.bsm-log-archive__head p{max-width:760px;color:var(--bsm-log-muted);line-height:1.8}
.bsm-log-archive__filter{display:flex;align-items:flex-end;gap:12px;margin:0 0 26px;padding:16px;border:1px solid var(--bsm-log-line);background:var(--bsm-log-soft)}
.bsm-log-archive__filter label{display:flex;flex:1;flex-direction:column;gap:6px;font-size:12px;font-weight:800}
.bsm-log-archive__filter select{min-height:44px;padding:8px 10px;border:1px solid #cbd3dd;background:#fff}
.bsm-log-pagination{margin-top:28px;text-align:center}

/* Single log */
.bsm-log-entry .entry-head{padding-bottom:15px;border-bottom:1px solid var(--bsm-log-line)}
.bsm-log-entry .entry-head h1{margin:8px 0 12px!important}
.bsm-log-entry__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;color:var(--bsm-log-muted);font-size:12px}
.bsm-log-entry__meta a{font-weight:800}
.bsm-log-entry__crew{display:flex;align-items:center;gap:14px;margin-top:15px;padding:13px 15px;border:1px solid #dfe5eb;border-left:5px solid var(--bsm-log-accent);background:linear-gradient(135deg,#f3f6f9,#fff)}
.bsm-log-entry__crew .bsm-log-author-avatar{width:72px;height:72px;flex-basis:72px;border:3px solid #fff;box-shadow:0 0 0 2px #dfe5eb,0 8px 20px rgba(23,35,59,.14);font-size:21px}
.bsm-log-entry__crew-copy{display:flex;min-width:0;align-items:flex-start;flex-direction:column;gap:2px}
.bsm-log-entry__crew-copy small,.bsm-log-author-profile__identity small{color:#75869a;font-size:9px;font-weight:900;letter-spacing:.13em}
.bsm-log-entry__crew-copy strong{font-size:18px;line-height:1.35}
.bsm-log-entry__crew-note{color:var(--bsm-log-muted);font-size:11px;font-weight:700}
.bsm-log-entry__crew .bsm-log-author-social{margin-top:6px}
.bsm-log-entry__crew .bsm-log-author-social a{background:#fff}
.bsm-log-entry__hero{margin:20px 0 0;overflow:hidden;background:#e7ebf0}
.bsm-log-entry__hero img{display:block;width:100%;height:auto;max-height:680px;object-fit:contain;background:#eef1f4}
.bsm-log-summary{margin:0;border:1px solid var(--bsm-log-line);background:#fff}
.bsm-log-summary dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0}
.bsm-log-summary__item{display:grid;grid-template-columns:120px 1fr;border-bottom:1px solid #e7ebef}
.bsm-log-summary__item:nth-child(odd){border-right:1px solid #e7ebef}
.bsm-log-summary dt,.bsm-log-summary dd{margin:0;padding:11px 13px;font-size:13px}
.bsm-log-summary dt{background:#f7f8fa;font-weight:800}
.bsm-log-summary dd{font-weight:600}
.bsm-log-entry__section{margin-top:32px}
.bsm-log-entry__section>h2{margin:0 0 16px!important;font-size:22px!important}
.bsm-log-tackle__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;border:1px solid var(--bsm-log-line);background:#fff}
.bsm-log-tackle__list>div{display:grid;grid-template-columns:120px minmax(0,1fr);border-bottom:1px solid #e7ebef}
.bsm-log-tackle__list>div:nth-child(odd){border-right:1px solid #e7ebef}
.bsm-log-tackle__list dt,.bsm-log-tackle__list dd{margin:0;padding:12px 13px;font-size:13px;overflow-wrap:anywhere}
.bsm-log-tackle__list dt{background:#f7f8fa;color:var(--bsm-log-muted);font-weight:800}
.bsm-log-tackle__list dd{font-weight:700}
.bsm-log-catch-public{display:grid;grid-template-columns:minmax(220px,42%) 1fr;gap:22px;margin-bottom:18px;border:1px solid var(--bsm-log-line);background:#fff;overflow:hidden}
.bsm-log-catch-public__photo{display:block;min-height:250px;background:#e7ebf0}
.bsm-log-catch-public__photo img{display:block;width:100%;height:100%;object-fit:cover}
.bsm-log-catch-public__body{padding:20px 20px 20px 0}
.bsm-log-catch-public__number{margin:0 0 10px;color:var(--bsm-log-muted);font-size:11px;font-weight:900;letter-spacing:.13em}
.bsm-log-catch-public__size{margin:0 0 15px;font-size:32px;font-weight:900;color:var(--bsm-log-ink)}
.bsm-log-catch-public dl{margin:0}
.bsm-log-catch-public dl>div{display:grid;grid-template-columns:90px 1fr;padding:8px 0;border-top:1px solid #edf0f3;font-size:13px}
.bsm-log-catch-public dt{font-weight:800;color:var(--bsm-log-muted)}
.bsm-log-catch-public dd{margin:0;font-weight:700}
.bsm-log-comment{padding:20px;border-left:5px solid var(--bsm-log-accent);background:var(--bsm-log-soft);line-height:1.9}
.bsm-log-byline{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-top:24px;padding:15px 0;border-top:1px solid var(--bsm-log-line);border-bottom:1px solid var(--bsm-log-line);font-size:13px}
.bsm-log-byline strong{color:var(--bsm-log-ink)}
.bsm-log-author-profile{display:flex;flex-direction:column;gap:8px}
.bsm-log-author-profile__identity{display:inline-flex;align-items:center;gap:10px}
.bsm-log-author-profile__identity>span{display:flex;flex-direction:column;gap:2px}
.bsm-log-author-profile__identity .bsm-log-author-avatar{width:64px;height:64px;flex-basis:64px;border:3px solid #fff;box-shadow:0 0 0 2px #dfe5eb;font-size:18px}
.bsm-log-author-profile__identity strong{font-size:15px}
.bsm-log-author-social{display:flex;max-width:100%;flex-wrap:wrap;gap:7px}
.bsm-log-author-social a{display:inline-flex;max-width:100%;align-items:center;gap:5px;padding:5px 8px;border:1px solid var(--bsm-log-line);background:var(--bsm-log-soft);color:#405473!important;font-size:11px;font-weight:800;line-height:1.2;text-decoration:none!important;overflow-wrap:anywhere;box-sizing:border-box}
.bsm-log-author-social a span{color:var(--bsm-log-ink);font-weight:900}
.bsm-log-entry__back{margin-top:26px}

/* WRITER public directory */
.bsm-crew-directory,.bsm-crew-profile{width:100%;color:var(--bsm-log-ink)}
.bsm-crew-directory__head{position:relative;margin:0 0 28px;padding:30px;border-left:6px solid var(--bsm-log-accent);background:linear-gradient(135deg,#f5f7fa 0%,#fff 68%)}
.bsm-crew-directory__head h1{margin:0 0 12px!important;font-size:clamp(28px,4vw,46px)!important;line-height:1.25!important}
.bsm-crew-directory__head>p:last-child{max-width:760px;margin:0!important;color:var(--bsm-log-muted);line-height:1.8}
.bsm-crew-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.bsm-crew-card{min-width:0;overflow:hidden;border:1px solid var(--bsm-log-line);background:#fff;box-shadow:0 10px 28px rgba(23,35,59,.06)}
.bsm-crew-card__media{display:block;aspect-ratio:4/3;overflow:hidden;background:#e7ebf0;text-decoration:none!important}
.bsm-crew-card__media img,.bsm-crew-card__media .bsm-crew-photo-placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;object-fit:cover;transition:transform .35s ease}
.bsm-crew-card:hover .bsm-crew-card__media img{transform:scale(1.025)}
.bsm-crew-photo-placeholder{background:linear-gradient(135deg,#1f2a44,#405473);color:#fff;font-size:48px;font-weight:900}
.bsm-crew-card__body{padding:17px}
.bsm-crew-card__role{margin:0 0 4px!important;color:var(--bsm-log-muted);font-size:10px!important;font-weight:900;letter-spacing:.1em}
.bsm-crew-card h2{margin:0 0 7px!important;font-size:21px!important}
.bsm-crew-card h2 a{color:inherit!important;text-decoration:none!important}
.bsm-crew-card__area{margin:0 0 13px!important;color:#46556a;font-size:12px!important}
.bsm-crew-card dl{display:grid;grid-template-columns:1fr 1fr;margin:0 0 14px;border-top:1px solid var(--bsm-log-line);border-bottom:1px solid var(--bsm-log-line)}
.bsm-crew-card dl>div{padding:9px 5px}
.bsm-crew-card dl>div+div{border-left:1px solid var(--bsm-log-line)}
.bsm-crew-card dt{color:var(--bsm-log-muted);font-size:10px;font-weight:700}
.bsm-crew-card dd{margin:2px 0 0;font-size:15px;font-weight:900}
.bsm-crew-card__more{font-size:12px;font-weight:900;text-decoration:none!important}
.bsm-crew-profile__back{display:inline-block;margin-bottom:18px;font-size:13px;font-weight:800;text-decoration:none!important}
.bsm-crew-profile__hero{display:grid;grid-template-columns:minmax(260px,38%) 1fr;gap:30px;overflow:hidden;border:1px solid var(--bsm-log-line);background:#fff;box-shadow:0 12px 34px rgba(23,35,59,.06)}
.bsm-crew-profile__photo{min-height:360px;background:#e7ebf0}
.bsm-crew-profile__photo img,.bsm-crew-profile__photo .bsm-crew-photo-placeholder{display:flex;width:100%;height:100%;min-height:360px;align-items:center;justify-content:center;object-fit:cover}
.bsm-crew-profile__intro{align-self:center;padding:30px 30px 30px 0}
.bsm-crew-profile__intro h1{margin:0 0 10px!important;font-size:clamp(30px,4vw,48px)!important}
.bsm-crew-profile__home{margin:0 0 18px!important;color:var(--bsm-log-muted);font-size:12px!important;font-weight:900;letter-spacing:.06em}
.bsm-crew-profile__bio{margin-bottom:18px;color:#344157;line-height:1.85}
.bsm-crew-profile__facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:20px 0 0;border:1px solid var(--bsm-log-line);background:var(--bsm-log-soft)}
.bsm-crew-profile__facts>div{padding:15px 17px}
.bsm-crew-profile__facts>div+div{border-left:1px solid var(--bsm-log-line)}
.bsm-crew-profile__facts dt{color:var(--bsm-log-muted);font-size:11px;font-weight:800}
.bsm-crew-profile__facts dd{margin:3px 0 0;font-size:21px;font-weight:900}
.bsm-crew-profile__specialties{margin-top:24px;padding:20px;border-left:5px solid var(--bsm-log-accent);background:var(--bsm-log-soft)}
.bsm-crew-profile__specialties h2{margin:0 0 8px!important;font-size:18px!important}
.bsm-crew-profile__specialties p{margin:0!important;line-height:1.8}
.bsm-crew-profile__logs{margin-top:36px}
.bsm-crew-profile__section-head{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--bsm-log-line)}
.bsm-crew-profile__section-head h2{margin:0!important;font-size:24px!important}

/* Supporter dashboard and form */
.bsm-log-dashboard{width:100%;max-width:1040px;margin:0 auto;color:var(--bsm-log-ink)}
.bsm-log-dashboard__head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:0 0 24px;padding-bottom:16px;border-bottom:1px solid var(--bsm-log-line)}
.bsm-log-dashboard__head h2{margin:0!important;font-size:clamp(24px,3vw,34px)!important}
.bsm-log-dashboard__head>.bsm-log-eyebrow{margin:0!important}
.bsm-log-dashboard__head-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}
.bsm-log-dashboard-member{display:flex;min-width:0;align-items:center;gap:10px;padding:8px 11px;border:1px solid #dfe5eb;border-left:4px solid var(--bsm-log-accent);background:linear-gradient(135deg,#f3f6f9,#fff)}
.bsm-log-dashboard-member .bsm-log-author-avatar{width:56px;height:56px;flex-basis:56px;border:3px solid #fff;box-shadow:0 0 0 2px #dfe5eb,0 6px 16px rgba(23,35,59,.12);font-size:17px}
.bsm-log-dashboard-member>span{display:flex;min-width:0;flex-direction:column;gap:2px}
.bsm-log-dashboard-member small{color:#75869a;font-size:8px;font-weight:900;letter-spacing:.1em}
.bsm-log-dashboard-member strong{overflow:hidden;color:var(--bsm-log-ink);font-size:14px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
.bsm-log-notice{margin:0 0 20px;padding:13px 16px;border-left:5px solid var(--bsm-log-danger);background:#fff2f2;color:#6f2525}
.bsm-log-notice--success{border-left-color:var(--bsm-log-success);background:#edf8f1;color:#174d31}
.bsm-log-notice ul{margin:0;padding-left:18px}
.bsm-crew-dashboard-summary{margin:0 0 24px}
.bsm-crew-status-panel{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 18px;border-left:5px solid var(--bsm-log-success);background:#edf8f1}
.bsm-crew-status-panel--paused,.bsm-crew-status-panel--scheduled{border-left-color:#b58a17;background:#fff8e3}
.bsm-crew-status-panel--ended,.bsm-crew-status-panel--expired{border-left-color:var(--bsm-log-danger);background:#fff2f2}
.bsm-crew-status-panel>div{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px 12px}
.bsm-crew-status-panel>div>p{width:100%;margin:0!important;color:var(--bsm-log-muted);font-size:10px!important;font-weight:900;letter-spacing:.12em}
.bsm-crew-status-panel strong{font-size:20px}
.bsm-crew-status-panel span{color:var(--bsm-log-muted);font-size:11px;font-weight:700}
.bsm-crew-status-message{margin:0!important;color:#713333;font-size:12px!important;font-weight:700}
.bsm-crew-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--bsm-log-line);border-top:0;background:#fff}
.bsm-crew-stat{min-width:0;padding:15px 17px}
.bsm-crew-stat+.bsm-crew-stat{border-left:1px solid var(--bsm-log-line)}
.bsm-crew-stat>span{display:block;color:var(--bsm-log-muted);font-size:11px;font-weight:800}
.bsm-crew-stat strong{display:block;margin-top:4px;font-size:25px;line-height:1.2}
.bsm-crew-stat strong small{font-size:12px}
.bsm-crew-progress{height:4px;margin-top:9px;overflow:hidden;background:#e7ebef}
.bsm-crew-progress span{display:block;height:100%;background:var(--bsm-log-accent)}
.bsm-log-profile-editor{margin-top:30px;border:1px solid var(--bsm-log-line);background:#fff}
.bsm-log-profile-editor>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 17px;cursor:pointer;list-style:none}
.bsm-log-profile-editor>summary::-webkit-details-marker{display:none}
.bsm-log-profile-editor__identity{display:flex;align-items:center;gap:12px;min-width:0}
.bsm-log-profile-editor__identity>span:last-child{display:flex;min-width:0;flex-direction:column;gap:2px}
.bsm-log-profile-editor__identity strong{font-size:14px}
.bsm-log-profile-editor__identity small{overflow:hidden;color:var(--bsm-log-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.bsm-log-profile-editor__photo{display:block;width:42px;height:42px;flex:0 0 42px;overflow:hidden;background:#e7ebf0}
.bsm-log-profile-editor__photo img{display:block;width:100%;height:100%;object-fit:cover}
.bsm-log-profile-editor__action{color:var(--bsm-log-accent);font-size:11px;font-weight:900}
.bsm-log-profile-editor__action:after{content:' ＋'}
.bsm-log-profile-editor[open] .bsm-log-profile-editor__action:after{content:' −'}
.bsm-log-profile-card{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(320px,1.2fr);gap:20px;margin:0;padding:20px;border:0;border-top:1px solid var(--bsm-log-line);background:var(--bsm-log-soft)}
.bsm-log-profile-card h2{margin:0 0 5px!important;font-size:18px!important}
.bsm-log-profile-card p{margin:0!important;color:var(--bsm-log-muted);font-size:12px;line-height:1.7}
.bsm-log-profile-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 14px}
.bsm-log-profile-field{display:flex;flex-direction:column;gap:5px;min-width:0;color:#344157;font-size:12px;font-weight:800}
.bsm-log-profile-field--wide{grid-column:1/-1}
.bsm-log-profile-field input,.bsm-log-profile-field textarea{width:100%;min-width:0;min-height:44px;padding:9px 11px;border:1px solid #cbd3dd;background:#fff;box-sizing:border-box;font:inherit}
.bsm-log-profile-field textarea{resize:vertical;line-height:1.7}
.bsm-log-profile-field small{color:var(--bsm-log-muted);font-size:10px;font-weight:500}
.bsm-log-profile-check{display:flex;align-items:center;gap:8px;color:#344157;font-size:12px;font-weight:700}
.bsm-log-profile-check input{width:18px;height:18px;margin:0}
.bsm-log-profile-actions{display:flex;justify-content:flex-end}
.bsm-crew-profile-photo-preview{width:108px;height:108px;margin-top:15px;overflow:hidden;border:3px solid #fff;background:#e7ebf0;box-shadow:0 3px 12px rgba(23,35,59,.12)}
.bsm-crew-profile-photo-preview img{display:block;width:100%;height:100%;object-fit:cover}
.bsm-log-own-list>h2{margin:0 0 14px!important;font-size:21px!important}
.bsm-log-own-list__items{border-top:1px solid var(--bsm-log-line)}
.bsm-log-own-item{display:grid;grid-template-columns:82px minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px 4px;border-bottom:1px solid var(--bsm-log-line)}
.bsm-log-own-item__thumb{display:block;width:82px;height:82px;overflow:hidden;background:#e7ebf0}
.bsm-log-own-item__thumb img,.bsm-log-own-item__thumb .bsm-log-placeholder{display:block;width:100%;height:100%;object-fit:cover}
.bsm-log-own-item__content{min-width:0}
.bsm-log-own-item h3{margin:4px 0 0!important;font-size:16px!important}
.bsm-log-own-item h3 a{text-decoration:none!important}
.bsm-log-own-item__meta,.bsm-log-own-item__byline{margin:0!important;color:var(--bsm-log-muted);font-size:11px}
.bsm-log-own-item__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}
.bsm-log-own-item__actions form{margin:0}
.bsm-log-share{grid-column:1/-1;width:100%;margin-top:2px;border:1px solid #cbd4df;background:#fff;box-shadow:0 8px 24px rgba(23,35,59,.04);box-sizing:border-box}
.bsm-log-share>summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 16px;background:#eef2f7;color:var(--bsm-log-ink);cursor:pointer;list-style:none}
.bsm-log-share>summary::-webkit-details-marker{display:none}
.bsm-log-share>summary:after{content:'＋';font-size:17px;line-height:1}
.bsm-log-share[open]>summary:after{content:'−'}
.bsm-log-share__summary-copy{display:flex;flex-direction:column;gap:2px}
.bsm-log-share__summary-copy strong{font-size:14px;font-weight:900}
.bsm-log-share__summary-copy small{color:var(--bsm-log-muted);font-size:10px;font-weight:700}
.bsm-log-share__intro{display:flex;flex-direction:column;gap:4px;padding:18px 18px 0}
.bsm-log-share__intro strong{font-size:16px;line-height:1.45}
.bsm-log-share__intro>span:not(.bsm-log-share__eyebrow){color:var(--bsm-log-muted);font-size:11px;line-height:1.65}
.bsm-log-share__eyebrow{color:#405473;font-size:9px;font-weight:900;letter-spacing:.14em}
.bsm-log-share__both{margin:14px 18px 0;padding:12px 14px;border:1px solid #dbe2ea;background:#f7f9fb}
.bsm-log-share__both>strong{display:block;margin-bottom:8px;font-size:11px}
.bsm-log-share__both ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:0;padding:0;list-style:none}
.bsm-log-share__both li{display:flex;align-items:center;gap:7px;min-width:0;color:#344157;font-size:10px;font-weight:800}
.bsm-log-share__both li span{display:inline-flex;width:20px;height:20px;flex:0 0 20px;align-items:center;justify-content:center;border-radius:50%;background:var(--bsm-log-accent);color:#fff;font-size:10px}
.bsm-log-share__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:16px 18px}
.bsm-log-share__card{display:flex;min-width:0;flex-direction:column;padding:18px;border:1px solid var(--bsm-log-line);border-top:4px solid #111827;background:#fff;box-shadow:0 5px 18px rgba(23,35,59,.05)}
.bsm-log-share__card--instagram{border-top-color:#c13584}
.bsm-log-share__head{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;margin-bottom:14px}
.bsm-log-share__network{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:50%;background:#111827;color:#fff;font-size:15px;font-weight:900}
.bsm-log-share__card--instagram .bsm-log-share__network{background:linear-gradient(135deg,#833ab4,#e1306c,#f77737);font-size:12px}
.bsm-log-share__head h4{margin:0!important;font-size:16px!important;line-height:1.35!important}
.bsm-log-share__head div>span{display:block;margin-top:1px;color:var(--bsm-log-muted);font-size:9px}
.bsm-log-share__badge{padding:4px 7px;background:#eef2f7;color:#344157;font-size:9px;font-weight:900;white-space:nowrap}
.bsm-log-share__card--instagram .bsm-log-share__badge{background:#fff0f6;color:#962b62}
.bsm-log-share__promise{margin:0 0 13px!important;color:var(--bsm-log-muted);font-size:11px!important;line-height:1.65!important}
.bsm-log-share__promise strong{display:block;color:var(--bsm-log-ink);font-size:12px}
.bsm-log-share__steps{display:flex;flex-direction:column;gap:10px;margin:0 0 15px;padding:0;list-style:none}
.bsm-log-share__steps li{display:grid;grid-template-columns:26px minmax(0,1fr);align-items:start;gap:9px}
.bsm-log-share__steps li>span{display:inline-flex;width:26px;height:26px;align-items:center;justify-content:center;border-radius:50%;background:#e9edf3;color:var(--bsm-log-ink);font-size:11px;font-weight:900}
.bsm-log-share__steps strong{display:block;color:#27354b;font-size:11px;line-height:1.45}
.bsm-log-share__steps small{display:block;margin-top:1px;color:var(--bsm-log-muted);font-size:9px;line-height:1.5}
.bsm-log-share__paste-callout{display:flex;flex-direction:column;gap:2px;margin:0 0 12px;padding:10px 11px;border:2px solid #e6a7c5;background:#fff6fa;text-align:center}
.bsm-log-share__paste-callout span{color:#a52d64;font-size:9px;font-weight:900}
.bsm-log-share__paste-callout strong{color:#7f2450;font-size:12px}
.bsm-log-share__paste-callout small{color:#76586a;font-size:9px;line-height:1.45}
.bsm-log-share__primary{width:100%;min-height:48px;padding:11px 12px;font-size:13px}
.bsm-log-share__card--x .bsm-log-share__primary{border-color:#111827;background:#111827}
.bsm-log-share__card--instagram .bsm-log-share__primary{border-color:#b72d70;background:#b72d70}
.bsm-log-share__primary:disabled{cursor:wait;opacity:.62}
.bsm-log-share__under-button{margin:6px 0 0!important;color:var(--bsm-log-muted);font-size:9px!important;text-align:center}
.bsm-log-share__under-button strong{color:var(--bsm-log-ink)}
.bsm-log-share__status{margin:10px 0 0!important;padding:9px 10px;border-left:4px solid #337447;background:#edf8f0;color:#28593a;font-size:10px!important;line-height:1.55!important}
.bsm-log-share__status:empty{display:none}
.bsm-log-share__edit,.bsm-log-share__fallback{margin-top:13px;border-top:1px solid var(--bsm-log-line)}
.bsm-log-share__edit>summary,.bsm-log-share__fallback>summary{padding:11px 0 0;color:#405473;font-size:10px;font-weight:800;cursor:pointer;list-style-position:inside}
.bsm-log-share__edit>summary span{margin-left:5px;padding:2px 5px;background:#e9edf3;color:var(--bsm-log-muted);font-size:8px}
.bsm-log-share__edit-body{padding-top:9px}
.bsm-log-share__card textarea{display:block;width:100%;min-height:180px;padding:10px;border:1px solid #cbd3dd;background:#fff;color:#26364e;font:12px/1.65 -apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;resize:vertical;box-sizing:border-box}
.bsm-log-share__edit-body .bsm-log-button{width:100%;min-height:38px;margin-top:7px;padding:8px;font-size:10px}
.bsm-log-share__fallback>div{padding-top:8px}
.bsm-log-share__fallback p{margin:0 0 7px!important;color:var(--bsm-log-muted);font-size:9px!important;line-height:1.55!important}
.bsm-log-share__fallback .bsm-log-button{width:100%;min-height:38px;padding:8px;font-size:10px}
.bsm-log-share__note{display:flex;flex-direction:column;gap:2px;margin:0 18px 16px!important;padding:11px 13px;border-left:4px solid #d29b2f;background:#fff9e9;color:#6c5a32;font-size:10px!important;line-height:1.55!important}
.bsm-log-share__note strong{color:#55431e;font-size:11px}
.bsm-log-empty,.bsm-log-login-required{padding:28px;border:1px solid var(--bsm-log-line);background:var(--bsm-log-soft);text-align:center}
.bsm-log-login-required h2{margin-top:0!important}

.bsm-log-form{display:flex;flex-direction:column;gap:24px}
.bsm-log-form-section{margin:0;padding:22px;border:1px solid var(--bsm-log-line);background:#fff}
.bsm-log-form-section--quick{border-left:5px solid var(--bsm-log-accent);background:linear-gradient(135deg,#f1f4f8,#fff)}
.bsm-log-form-section--quick .bsm-log-form-section__head{margin-bottom:8px}
.bsm-log-form-section--quick .bsm-log-help{max-width:720px;margin-bottom:0!important}
.bsm-log-form-grid--quick{grid-template-columns:repeat(4,minmax(0,1fr))}
.bsm-log-optional{display:inline-block;margin-left:7px;padding:2px 6px;background:#e8edf3;color:var(--bsm-log-muted);font-size:9px;font-weight:800;vertical-align:middle}
.bsm-log-form-section>h2,.bsm-log-form-section__head h2{margin:0 0 16px!important;font-size:21px!important}
.bsm-log-form-section__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}
.bsm-log-form-section__head h2{margin-bottom:3px!important}
.bsm-log-help{margin:0 0 15px!important;color:var(--bsm-log-muted);font-size:12px!important;line-height:1.7}
.bsm-log-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 20px}
.bsm-log-form-grid--conditions{grid-template-columns:repeat(3,minmax(0,1fr))}
.bsm-log-form-grid--catch{grid-template-columns:repeat(2,minmax(0,1fr))}
.bsm-log-field{display:flex;flex-direction:column;gap:7px;min-width:0}
.bsm-log-field--wide{grid-column:1/-1}
.bsm-log-field label{font-size:13px;font-weight:800;color:#344157}
.bsm-log-field input[type="text"],
.bsm-log-field input[type="search"],
.bsm-log-field input[type="number"],
.bsm-log-field input[type="date"],
.bsm-log-field input[type="time"],
.bsm-log-field select,
.bsm-log-field textarea{width:100%;min-height:44px;padding:10px 11px;border:1px solid #c7d0da;border-radius:0;background:#fff;color:#1f2937;font:inherit;box-sizing:border-box}
.bsm-log-field textarea{min-height:170px;resize:vertical;line-height:1.75}
.bsm-log-field input:focus,.bsm-log-field select:focus,.bsm-log-field textarea:focus{outline:2px solid rgba(31,42,68,.18);border-color:var(--bsm-log-accent)}
.bsm-log-point-combobox{position:relative}
.bsm-log-point-search{display:none}
[data-point-combobox].is-enhanced .bsm-log-point-search{display:block}
[data-point-combobox].is-enhanced [data-point-select]{display:none}
.bsm-log-point-results{position:absolute;z-index:30;top:calc(100% + 4px);left:0;right:0;max-height:340px;overflow:auto;border:1px solid #aeb8c3;background:#fff;box-shadow:0 14px 34px rgba(23,35,59,.17)}
.bsm-log-point-result{display:flex;width:100%;align-items:center;justify-content:space-between;gap:15px;padding:12px 14px;border:0;border-bottom:1px solid #edf0f3;background:#fff;color:var(--bsm-log-ink);text-align:left;cursor:pointer}
.bsm-log-point-result strong{font-size:14px}
.bsm-log-point-result span{flex-shrink:0;color:var(--bsm-log-muted);font-size:11px;font-weight:800}
.bsm-log-point-result:hover,.bsm-log-point-result:focus{outline:0;background:#eef2f7}
.bsm-log-point-results__empty{padding:14px;color:var(--bsm-log-muted);font-size:12px}
.bsm-required{display:inline-block;margin-left:5px;padding:2px 5px;background:#8f3030;color:#fff;font-size:9px;vertical-align:middle}
.bsm-log-input-unit{display:flex;align-items:center;gap:8px}
.bsm-log-input-unit input{flex:1}
.bsm-log-catches{display:flex;flex-direction:column;gap:18px}
.bsm-log-catch{padding:18px;border:1px solid #cfd7e0;background:var(--bsm-log-soft)}
.bsm-log-catch__head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}
.bsm-log-catch__head h3{margin:0!important;font-size:17px!important}
.bsm-log-photo-preview{margin-bottom:8px;overflow:hidden;border:1px solid var(--bsm-log-line);background:#e7ebf0;aspect-ratio:4/3}
.bsm-log-photo-preview img{display:block;width:100%;height:100%;object-fit:cover}
.bsm-log-field input[type="file"]{width:100%;padding:9px;border:1px dashed #9daab8;background:#fff;box-sizing:border-box}
.bsm-log-lure-combobox{position:relative}
.bsm-log-lure-results{position:absolute;z-index:20;top:calc(100% + 3px);left:0;right:0;max-height:260px;overflow:auto;border:1px solid #aeb8c3;background:#fff;box-shadow:0 12px 30px rgba(23,35,59,.14)}
.bsm-log-lure-result{display:block;width:100%;padding:11px 12px;border:0;border-bottom:1px solid #edf0f3;background:#fff;color:var(--bsm-log-ink);text-align:left;font-size:13px;font-weight:700;cursor:pointer}
.bsm-log-lure-result:hover,.bsm-log-lure-result:focus{background:#eef2f7}
.bsm-log-lure-results__empty{padding:12px;color:var(--bsm-log-muted);font-size:12px}
.bsm-log-raw-lure{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:10px;padding:13px;border-left:4px solid var(--bsm-log-accent);background:#eef2f6}
.bsm-log-raw-lure label{display:flex;flex-direction:column;gap:5px}
.bsm-log-raw-lure p{grid-column:1/-1;margin:0!important;color:var(--bsm-log-muted);font-size:11px!important;line-height:1.6}
.bsm-log-form-actions{display:flex;align-items:center;gap:16px;padding:18px 0 4px}
.bsm-log-form-actions p{margin:0!important;color:var(--bsm-log-muted);font-size:12px}

@media (max-width:960px){
  .bsm-log-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bsm-crew-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bsm-crew-stat-grid,.bsm-crew-profile__facts{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bsm-crew-stat:nth-child(3),.bsm-crew-profile__facts>div:nth-child(3){border-left:0;border-top:1px solid var(--bsm-log-line)}
  .bsm-crew-stat:nth-child(4),.bsm-crew-profile__facts>div:nth-child(4){border-top:1px solid var(--bsm-log-line)}
  .bsm-log-form-grid--conditions{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bsm-log-form-grid--quick{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bsm-log-summary dl{grid-template-columns:1fr}
  .bsm-log-summary__item:nth-child(odd){border-right:0}
}

/* The WordPress mobile account image can float by itself above these front-end screens. */
@media (max-width:782px){
  body.admin-bar.single-bsm_fishing_log #wpadminbar #wp-admin-bar-my-account,
  body.admin-bar.bsm-logs-dashboard-page #wpadminbar #wp-admin-bar-my-account{display:none!important}
}

@media (max-width:640px){
  .bsm-crew-directory__head{padding:22px}
  .bsm-crew-grid{grid-template-columns:1fr}
  .bsm-crew-profile__hero{grid-template-columns:1fr;gap:0}
  .bsm-crew-profile__photo,.bsm-crew-profile__photo img,.bsm-crew-profile__photo .bsm-crew-photo-placeholder{min-height:0;aspect-ratio:4/3}
  .bsm-crew-profile__intro{padding:22px}
  .bsm-crew-profile__facts{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bsm-crew-profile__facts dd{font-size:17px}
  .bsm-crew-status-panel{display:block}
  .bsm-crew-status-message{margin-top:9px!important}
  .bsm-log-grid{grid-template-columns:1fr;gap:15px}
  .bsm-log-card{display:flex;grid-template-columns:none}
  .bsm-log-card__media{width:100%;height:auto;min-height:0;aspect-ratio:5/4}
  .bsm-log-card__body{gap:7px;padding:49px 15px 15px}
  .bsm-log-card__title{font-size:17px!important}
  .bsm-log-card__lures{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
  .bsm-log-card__footer{display:flex}
  .bsm-log-card__footer .bsm-log-card__author{display:flex;margin-bottom:0}
  .bsm-log-card__author .bsm-log-author-avatar{width:46px;height:46px;flex-basis:46px}
  .bsm-log-card__author-copy{margin-bottom:0}
  .home-section--fishing-logs{padding:42px 0 52px!important}
  .home-section--fishing-logs .bsm-section-head,.home-section--fishing-logs .bsm-log-grid,.home-section--fishing-logs .bsm-log-section-link{max-width:440px}
  .home-section--fishing-logs .bsm-section-head{margin-bottom:21px!important}
  .home-section--fishing-logs .bsm-section-head .section-title{font-size:27px!important}
  .home-section--fishing-logs .bsm-log-grid{gap:18px}
  .home-section--fishing-logs .bsm-log-card{display:flex;grid-template-columns:none}
  .home-section--fishing-logs .bsm-log-card__media{width:100%;height:auto;min-height:0;aspect-ratio:5/4}
  .home-section--fishing-logs .bsm-log-card__body{min-height:0;gap:9px;padding:19px 16px 16px}
  .home-section--fishing-logs .bsm-log-card__body::after{left:16px}
  .home-section--fishing-logs .bsm-log-card__title{min-height:0}
  .home-section--fishing-logs .bsm-log-card__footer{display:flex}
  .home-section--fishing-logs .bsm-log-card__footer .bsm-log-card__author{margin-bottom:0}
  .home-section--fishing-logs .bsm-log-card__author .bsm-log-author-avatar{width:44px;height:44px;flex-basis:44px}
  .home-section--fishing-logs .bsm-log-card__detail{min-height:38px;padding-inline:13px}
  .home-section--fishing-logs .bsm-log-section-link a{width:100%;justify-content:center}
  .bsm-point-log-section,.bsm-area-log-section{padding:15px}
  .bsm-point-log-section .bsm-log-grid,.bsm-area-log-section .bsm-log-grid{grid-template-columns:1fr}
  .bsm-point-log-section .bsm-log-card,.bsm-area-log-section .bsm-log-card{display:flex;grid-template-columns:none}
  .bsm-point-log-section .bsm-log-card__body,.bsm-area-log-section .bsm-log-card__body{padding:49px 15px 15px}
  .bsm-context-log-footer{display:block}
  .bsm-context-log-footer a{width:100%;box-sizing:border-box}
  .bsm-log-archive__filter{display:block}
  .bsm-log-archive__filter .bsm-log-button{width:100%;margin-top:10px}
  .bsm-log-catch-public{grid-template-columns:1fr;gap:0}
  .bsm-log-catch-public__photo{min-height:0;aspect-ratio:auto;background:#f5f7f9}
  .bsm-log-catch-public__photo img{width:100%;height:auto;max-height:none;object-fit:contain}
  .bsm-log-catch-public__body{padding:16px}
  .bsm-log-summary__item{grid-template-columns:105px 1fr}
  .bsm-log-entry__crew{gap:12px;padding:12px}
  .bsm-log-entry__crew .bsm-log-author-avatar{width:60px;height:60px;flex-basis:60px;font-size:18px}
  .bsm-log-entry__crew-copy strong{font-size:16px}
  .bsm-log-tackle__list{grid-template-columns:1fr}
  .bsm-log-tackle__list>div{grid-template-columns:105px minmax(0,1fr)}
  .bsm-log-tackle__list>div:nth-child(odd){border-right:0}
  .bsm-log-byline{display:block}
  .bsm-log-dashboard__head{display:block}
  .bsm-log-dashboard__head-actions{display:flex;align-items:stretch;flex-direction:column;margin-top:14px}
  .bsm-log-dashboard-member{width:100%;box-sizing:border-box}
  .bsm-log-dashboard__head .bsm-log-button{width:100%;margin-top:14px}
  .bsm-log-dashboard__head-actions .bsm-log-button{margin-top:0}
  .bsm-log-profile-card{grid-template-columns:1fr;padding:16px}
  .bsm-log-profile-form{grid-template-columns:1fr}
  .bsm-log-profile-field--wide{grid-column:auto}
  .bsm-log-profile-actions{display:block}
  .bsm-log-profile-card .bsm-log-button{width:100%}
  .bsm-log-own-item{grid-template-columns:74px minmax(0,1fr);gap:12px;padding:13px 0}
  .bsm-log-own-item__thumb{width:74px;height:74px}
  .bsm-log-own-item__actions{grid-column:2;margin-top:2px}
  .bsm-log-share>summary{align-items:center}
  .bsm-log-share__grid{grid-template-columns:1fr;padding:12px}
  .bsm-log-share__intro{padding:15px 12px 0}
  .bsm-log-share__both{margin:12px 12px 0}
  .bsm-log-share__both ol{grid-template-columns:1fr;gap:6px}
  .bsm-log-share__card{padding:15px}
  .bsm-log-share__head{grid-template-columns:38px minmax(0,1fr)}
  .bsm-log-share__badge{grid-column:2;justify-self:start}
  .bsm-log-share__primary{min-height:52px;font-size:14px}
  .bsm-log-share__note{margin:0 12px 12px!important}
  .bsm-log-form-section{padding:16px}
  .bsm-log-form-section__head{display:block}
  .bsm-log-form-section__head .bsm-log-button{width:100%;margin-top:10px}
  .bsm-log-form-grid,.bsm-log-form-grid--conditions,.bsm-log-form-grid--quick,.bsm-log-form-grid--catch{grid-template-columns:1fr}
  .bsm-log-field--wide{grid-column:auto}
  .bsm-log-raw-lure{grid-template-columns:1fr}
  .bsm-log-form-actions{display:block}
  .bsm-log-form-actions .bsm-log-button{width:100%}
  .bsm-log-form-actions p{margin-top:10px!important;text-align:center}
}
