:root{
  --green:#006b3f;
  --green-2:#0b8f58;
  --green-dark:#024f31;
  --gold:#f4c430;
  --gold-soft:#fff5cf;
  --white:#fff;
  --bg:#f5f8f6;
  --text:#18352a;
  --muted:#6b7d75;
  --line:#dce8e1;
  --danger:#c0392b;
  --shadow:0 16px 40px rgba(0,60,35,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Plus Jakarta Sans',Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:76px;gap:18px}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;color:var(--green-dark)}
.brand small{display:block;font-size:11px;font-weight:600;color:var(--muted);max-width:340px;line-height:1.35}
.brand-mark{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,var(--green),var(--green-2));color:#fff;display:grid;place-items:center;font-size:13px;box-shadow:var(--shadow)}
.nav-menu{display:flex;align-items:center;gap:16px;font-weight:700;font-size:14px;color:#284a3c}
.nav-menu a:hover{color:var(--green)}
.nav-toggle{display:none;border:0;background:var(--green);color:white;border-radius:12px;padding:10px 13px;font-size:18px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--green);color:#fff!important;padding:12px 18px;border-radius:14px;font-weight:800;border:0;cursor:pointer;box-shadow:0 10px 24px rgba(0,107,63,.18)}
.btn:hover{background:var(--green-dark)!important;color:white!important}
.btn-gold{background:var(--gold);color:#284000!important}
.btn-outline{background:#fff;color:var(--green)!important;border:1px solid var(--line);box-shadow:none}
.btn-sm{padding:8px 12px;border-radius:11px;font-size:13px}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 20% 15%,rgba(244,196,48,.32),transparent 26%),linear-gradient(135deg,#024f31,#0b8f58);color:#fff;padding:70px 0 48px}
.hero:after{content:"";position:absolute;right:-90px;bottom:-120px;width:360px;height:360px;border:55px solid rgba(255,255,255,.08);border-radius:50%}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center}
.kicker{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);padding:7px 12px;border-radius:999px;font-weight:800;font-size:13px}
.hero h1{font-size:clamp(32px,5vw,58px);line-height:1.05;margin:18px 0 16px;letter-spacing:-1.5px}
.hero p{font-size:17px;opacity:.92;max-width:700px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.hero-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:28px;padding:22px;box-shadow:0 20px 80px rgba(0,0,0,.12)}
.hero-card h3{margin:0 0 12px}
.hero-card .agenda-mini{border-top:1px solid rgba(255,255,255,.18);padding:12px 0}
.section{padding:54px 0}
.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:24px}
.section-title h2{font-size:clamp(24px,4vw,38px);line-height:1.15;margin:0;color:var(--green-dark);letter-spacing:-.8px}
.section-title p{margin:8px 0 0;color:var(--muted);max-width:680px}
.grid{display:grid;gap:18px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 30px rgba(20,67,45,.06)}
.card:hover{transform:translateY(-2px);transition:.18s ease;box-shadow:var(--shadow)}
.stat-card{display:flex;align-items:center;gap:14px}
.stat-icon{width:54px;height:54px;border-radius:18px;background:var(--gold-soft);display:grid;place-items:center;font-size:24px;color:var(--green)}
.stat-card b{display:block;font-size:28px;line-height:1;color:var(--green-dark)}
.post-card{padding:0;overflow:hidden}
.post-thumb{height:180px;background:linear-gradient(135deg,var(--green),var(--green-2));display:grid;place-items:center;color:#fff;font-weight:900;text-align:center;padding:16px}
.post-card .inner{padding:20px}
.meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:12px;font-weight:700;margin-bottom:10px}
.badge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:800;border:1px solid transparent}
.badge-success{background:#e2f7ea;color:#0a6a38;border-color:#bce8ca}
.badge-warning{background:#fff5cf;color:#8a6300;border-color:#ffe48a}
.badge-danger{background:#fde7e4;color:#a12518;border-color:#f5b6ae}
.badge-muted{background:#edf2ef;color:#62746b;border-color:#d6e1db}
.list-clean{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.list-clean li{padding:12px 0;border-bottom:1px solid var(--line)}
.table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:20px}
table{width:100%;border-collapse:collapse;min-width:760px;background:#fff}th,td{padding:13px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--green-dark);background:#f2f8f4}td{font-size:14px}
.form{display:grid;gap:14px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.input,label select,label textarea,label input{width:100%}label{font-weight:800;font-size:13px;color:#2a4d3e}input,select,textarea{margin-top:6px;border:1px solid var(--line);border-radius:14px;padding:12px 13px;font-family:inherit;background:#fff;color:var(--text)}textarea{min-height:150px;resize:vertical}
.alert{padding:13px 16px;border-radius:15px;margin-bottom:16px;font-weight:700}.alert-success{background:#e4f8ec;color:#0c6c3c}.alert-danger{background:#fde9e6;color:#a32a1e}.alert-warning{background:#fff4cc;color:#7b5900}
.site-footer{background:#062d1f;color:#d6ece1;padding:42px 0 20px;margin-top:40px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:28px}.site-footer a{display:block;color:#eaf8f1;margin:6px 0}.copyright{border-top:1px solid rgba(255,255,255,.12);padding-top:16px;margin-top:22px;color:#a7c9b8;font-size:13px}
.page-hero{background:linear-gradient(135deg,#eaf8ef,#fff7d6);padding:42px 0;border-bottom:1px solid var(--line)}.page-hero h1{margin:0;font-size:clamp(28px,5vw,46px);line-height:1.1;color:var(--green-dark)}.page-hero p{color:#546b60;max-width:760px}
.filter-box{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;margin-bottom:20px;display:flex;gap:12px;flex-wrap:wrap;align-items:end}.filter-box label{min-width:180px;flex:1}.filter-box .btn{margin-top:21px}
.article{background:#fff;border:1px solid var(--line);border-radius:28px;padding:min(34px,6vw);box-shadow:var(--shadow)}.article h1{font-size:clamp(30px,5vw,48px);line-height:1.1;color:var(--green-dark)}.article-content{font-size:17px}.article-content img{border-radius:18px}.article-content p{margin:0 0 16px}
.admin-body{display:grid;grid-template-columns:278px 1fr;min-height:100vh;background:#eef5f1}.admin-sidebar{background:#063520;color:#fff;padding:22px;position:sticky;top:0;height:100vh}.admin-sidebar nav{display:grid;gap:8px;margin-top:26px}.admin-sidebar a{padding:12px 13px;border-radius:14px;color:#e6f4ed;font-weight:800}.admin-sidebar nav a:hover{background:rgba(255,255,255,.1)}.admin-brand .brand-mark{background:var(--gold);color:#063520}.admin-brand small{color:#bfe3d1}.admin-main{min-width:0}.admin-topbar{height:76px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:14px;padding:0 24px;position:sticky;top:0;z-index:10}.admin-topbar small{display:block;color:var(--muted)}.admin-content{padding:24px}.action-row{display:flex;gap:8px;flex-wrap:wrap}.login-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 15% 15%,rgba(244,196,48,.28),transparent 28%),linear-gradient(135deg,#063520,#0b8f58);padding:18px}.login-card{width:min(460px,100%);background:#fff;border-radius:28px;padding:28px;box-shadow:0 30px 80px rgba(0,0,0,.22)}
@media(max-width:980px){.nav-toggle{display:inline-flex}.nav-menu{position:fixed;left:4%;right:4%;top:82px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:16px;display:none;flex-direction:column;align-items:stretch}.nav-open .nav-menu{display:flex}.hero-grid,.grid-3,.grid-4,.footer-grid{grid-template-columns:1fr}.admin-body{grid-template-columns:1fr}.admin-sidebar{position:fixed;z-index:30;inset:0 auto 0 0;width:280px;transform:translateX(-105%);transition:.2s}.sidebar-open .admin-sidebar{transform:translateX(0)}.admin-content{padding:16px}.form-row{grid-template-columns:1fr}}
@media(max-width:640px){.container{width:min(100% - 28px,1180px)}.hero{padding:42px 0 32px}.hero-actions .btn{width:100%}.section{padding:38px 0}.section-title{display:block}.grid-2{grid-template-columns:1fr}.card{border-radius:20px;padding:18px}.post-thumb{height:150px}.brand small{display:none}.filter-box{display:grid}.filter-box label{min-width:0}.filter-box .btn{margin-top:0;width:100%}}

.muted{color:var(--muted);font-size:14px}.ticket-help{margin-top:18px;padding:16px;border:1px dashed var(--line);border-radius:18px;background:#f8fbf9}.ticket-help p{margin:6px 0 12px;color:var(--muted)}.ticket-box{display:grid;gap:12px}.soft-box{background:#f8fbf9;border:1px solid var(--line);border-radius:18px;padding:16px}.answer-box{background:#e4f8ec;border:1px solid #bce8ca;color:#0c5432;border-radius:18px;padding:16px}.answer-box small{display:block;margin-top:10px;color:#42685a}

/* ==================================================
   RICH TEXT EDITOR ADMIN
================================================== */

.editor-hidden {
  display: none !important;
}

.editor-wrap {
  margin-top: 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
}

.editor-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 10px;
  border-bottom: 1px solid var(--line);
  background: #f8fbf9;
}

.editor-btn {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 7px 10px;
  background: #ffffff;
  color: var(--green-dark);
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.editor-btn:hover {
  border-color: var(--green-2);
  background: #eef8f2;
}

.editor-area {
  min-height: 260px;
  padding: 16px;
  outline: none;
  background: #ffffff;
  font-size: 15px;
}

.editor-area:empty::before {
  content: attr(data-placeholder);
  color: var(--muted);
}

.editor-area h2,
.article-content h2 {
  margin: 20px 0 10px;
  color: var(--green-dark);
  font-size: 1.55em;
  line-height: 1.25;
}

.editor-area h3,
.article-content h3 {
  margin: 18px 0 8px;
  color: var(--green-dark);
  font-size: 1.25em;
  line-height: 1.3;
}

.editor-area blockquote,
.article-content blockquote {
  margin: 16px 0;
  border-left: 4px solid var(--gold);
  border-radius: 10px;
  padding: 10px 14px;
  background: #fffaf0;
  color: #36594a;
}

.editor-area ul,
.editor-area ol,
.article-content ul,
.article-content ol {
  padding-left: 24px;
}

.article-content a {
  color: var(--green);
  font-weight: 800;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .editor-toolbar {
    gap: 5px;
  }

  .editor-btn {
    padding: 7px 9px;
    font-size: 11px;
  }

  .editor-area {
    min-height: 220px;
  }
}


/* ==================================================
   EMBED VIDEO / SOSMED
================================================== */

.embed-section {
  margin-top: 24px;
}

.embed-section h3 {
  margin: 0 0 12px;
  color: var(--green-dark);
  font-size: 20px;
}

.media-embed {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #ffffff;
}

.media-embed-video {
  position: relative;
  aspect-ratio: 16 / 9;
}

.media-embed-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.media-embed-social {
  display: flex;
  justify-content: center;
  padding: 12px;
}

.media-embed-social iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
}

.media-embed-instagram,
.media-embed-tiktok {
  display: flex;
  justify-content: center;
  padding: 14px;
}

.embed-fallback {
  margin: 10px 0 0;
  font-size: 13px;
}

.embed-fallback a {
  color: var(--green);
  font-weight: 800;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .media-embed-social iframe {
    min-height: 360px;
  }
}

/* ==================================================
   NALARZK AI INTEGRATION
================================================== */

.nalarzk-card {
  border-color: rgba(0, 107, 63, 0.18);
  background:
    radial-gradient(circle at 0 0, rgba(244, 196, 48, 0.18), transparent 28%),
    #ffffff;
}

.nalarzk-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}

.nalarzk-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  color: #ffffff;
  font-size: 26px;
  box-shadow: var(--shadow);
}

.nalarzk-form textarea {
  min-height: 120px;
}

.nalarzk-result,
.nalarzk-draft-result {
  margin-top: 16px;
  border-radius: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  background: #f8fbf9;
}

.nalarzk-success {
  border-color: #bce8ca;
  background: #e4f8ec;
  color: #0c5432;
}

.nalarzk-warning,
.nalarzk-loading {
  border-color: #ffe48a;
  background: #fff5cf;
  color: #6b4d00;
}

.nalarzk-error {
  border-color: #f5b6ae;
  background: #fde9e6;
  color: #a32a1e;
}

.ai-answer {
  margin: 10px 0 14px;
  line-height: 1.7;
}

.nalarzk-admin-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 16px 0;
  border: 1px dashed var(--line);
  border-radius: 18px;
  padding: 16px;
  background: #f8fbf9;
}

.kb-preview {
  overflow: auto;
  max-height: 420px;
  white-space: pre-wrap;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  background: #062d1f;
  color: #d6ece1;
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 13px;
  line-height: 1.6;
}

code {
  border-radius: 8px;
  padding: 2px 6px;
  background: #eef5f1;
  color: var(--green-dark);
}

@media (max-width: 640px) {
  .nalarzk-head,
  .nalarzk-admin-box {
    display: block;
  }

  .nalarzk-icon {
    margin-bottom: 12px;
  }

  .nalarzk-admin-box .btn {
    width: 100%;
    margin-top: 12px;
  }
}

/* ==================================================
   AGENDA LIST + CALENDAR
================================================== */
.agenda-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 25%, rgba(11,143,88,.18), transparent 24%),
    linear-gradient(135deg,#eef9f2,#fffdf4);
}
.agenda-hero::after {
  content: "📅";
  position: absolute;
  right: 7%;
  bottom: 12px;
  font-size: clamp(72px, 9vw, 132px);
  line-height: 1;
  opacity: .16;
}
.agenda-section {
  padding-top: 34px;
}
.agenda-filter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  align-items: end;
}
.agenda-filter .btn {
  min-height: 48px;
}
.agenda-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 18px 2px 14px;
  color: var(--muted);
  font-size: 14px;
}
.agenda-toolbar b {
  color: var(--green);
}
.agenda-sort label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.agenda-sort select {
  margin-top: 0;
  min-width: 126px;
  padding: 9px 12px;
  border-radius: 12px;
}
.agenda-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 18px;
  align-items: start;
}
.agenda-list {
  display: grid;
  gap: 10px;
}
.agenda-item {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px 16px 18px 20px;
  box-shadow: 0 10px 24px rgba(20,67,45,.05);
}
.agenda-item::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--green-2);
  box-shadow: 0 0 0 5px #e7f7ed;
}
.agenda-item:hover {
  transform: translateY(-1px);
  border-color: #cce4d8;
  box-shadow: var(--shadow);
  transition: .18s ease;
}
.agenda-datebox {
  margin-left: 20px;
  min-height: 78px;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  padding: 0 18px;
}
.agenda-day {
  display: block;
  color: var(--green);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.04em;
}
.agenda-month,
.agenda-year {
  display: block;
  font-weight: 800;
  color: #394c44;
  line-height: 1.25;
}
.agenda-month {
  margin-top: 6px;
  font-size: 13px;
}
.agenda-year {
  font-size: 12px;
}
.agenda-content h2 {
  margin: 0;
  color: #17291f;
  font-size: 18px;
  line-height: 1.25;
}
.agenda-title-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
}
.agenda-status {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}
.agenda-status-upcoming { background: #e4f8ec; color: #0b6b3e; }
.agenda-status-today,
.agenda-status-live { background: #fff5cf; color: #745300; }
.agenda-status-past { background: #eef2ef; color: #5d6f66; }
.agenda-status-neutral { background: #edf2ff; color: #324a86; }
.agenda-excerpt {
  margin: 7px 0 8px;
  color: #596d64;
  line-height: 1.5;
  font-size: 13.5px;
}
.agenda-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: #596d64;
  font-size: 13px;
}
.agenda-meta-list span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.agenda-action {
  align-self: center;
}
.agenda-sidebar {
  position: sticky;
  top: 98px;
}
.agenda-calendar-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(20,67,45,.05);
}
.agenda-calendar-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.agenda-calendar-head strong {
  color: var(--green-dark);
  font-size: 16px;
}
.calendar-nav {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--green-dark);
  font-size: 24px;
  line-height: 1;
  background: #fff;
}
.calendar-nav:hover {
  background: #eef8f2;
  border-color: #c9e3d5;
}
.agenda-calendar-weekdays,
.agenda-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}
.agenda-calendar-weekdays {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-align: center;
}
.calendar-day {
  min-height: 38px;
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 12px;
  color: #365246;
  background: #f8fbf9;
  font-size: 13px;
  font-weight: 800;
}
.calendar-day.is-blank {
  background: transparent;
}
.calendar-day.has-agenda {
  background: #e4f8ec;
  color: var(--green-dark);
  border: 1px solid #bce8ca;
}
.calendar-day.is-today {
  box-shadow: inset 0 0 0 2px var(--gold);
}
.calendar-day.is-selected {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.calendar-day small {
  position: absolute;
  right: 4px;
  bottom: 3px;
  min-width: 14px;
  height: 14px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 8px;
  line-height: 1;
}
.calendar-day.is-selected small {
  background: #fff;
  color: var(--green);
}
.agenda-calendar-note {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
  margin-top: 14px;
}
.calendar-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--green-2);
  flex: 0 0 auto;
}
.calendar-reset {
  margin-top: 12px;
  width: 100%;
}
.agenda-empty h2 {
  margin-top: 0;
  color: var(--green-dark);
}
.agenda-detail-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}
.agenda-detail-meta div {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
  background: #f8fbf9;
}
.agenda-detail-meta b,
.agenda-detail-meta span {
  display: block;
}
.agenda-detail-meta b {
  color: var(--green-dark);
  font-size: 12px;
  margin-bottom: 5px;
}
.agenda-detail-meta span {
  color: #465f54;
  font-size: 13px;
}
@media (max-width: 1040px) {
  .agenda-filter,
  .agenda-layout {
    grid-template-columns: 1fr;
  }
  .agenda-sidebar {
    position: static;
    order: -1;
  }
}
@media (max-width: 760px) {
  .agenda-toolbar {
    align-items: stretch;
    flex-direction: column;
  }
  .agenda-sort label,
  .agenda-sort select {
    width: 100%;
  }
  .agenda-item {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }
  .agenda-item::before {
    display: none;
  }
  .agenda-datebox {
    margin-left: 0;
    padding: 0 12px;
  }
  .agenda-title-row {
    display: block;
  }
  .agenda-status {
    margin-top: 7px;
  }
  .agenda-meta-list {
    display: grid;
    gap: 6px;
  }
  .agenda-action {
    grid-column: 1 / -1;
  }
  .agenda-action .btn {
    width: 100%;
  }
  .agenda-detail-meta {
    grid-template-columns: 1fr;
  }
}
