.mod-agenda-pimpinan { font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }

.ap-card {
  border: 1px solid #d8dee6;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.ap-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #0b7a56; /* hijau seperti contoh */
  color: #fff;
  font-weight: 700;
}

.ap-body { padding: 0; }

.ap-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ap-item { border-bottom: 1px solid #e6ebf2; }

.ap-item-btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  background: #fff;
  border: 0;
  cursor: pointer;
}

.ap-item-btn:hover { background: #f7fafc; }

.ap-date {
  width: 62px;
  min-width: 62px;
  text-align: center;
}

.ap-day {
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  color: #0b1220;
}

.ap-month {
  margin-top: 3px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #42526e;
  font-weight: 700;
}

.ap-line {
  width: 3px;
  height: 44px;
  border-radius: 2px;
  background: #ff6a00; /* garis oranye */
}

.ap-content {
  flex: 1;
  min-width: 0;
}

.ap-title {
  font-weight: 800;
  color: #0b1220;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 6px;
  /* judul bisa panjang, rapikan */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ap-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #42526e;
  font-size: 13px;
}

.ap-footer {
  padding: 14px;
  display: flex;
  justify-content: center;
}

.ap-btn {
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid #0b7a56;
  color: #0b7a56;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
}

.ap-btn:hover { background: #e9f7f1; }

.ap-empty { padding: 14px; color: #42526e; }

/* Modal */
.ap-modal {
  border: 0;
  border-radius: 8px;
  padding: 0;
  width: min(680px, 92vw);
}

.ap-modal::backdrop { background: rgba(0,0,0,0.35); }

.ap-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #e6ebf2;
  font-weight: 800;
}

.ap-modal-close {
  border: 0;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

.ap-modal-body { padding: 16px; }

.ap-modal-row { margin: 8px 0; color: #0b1220; }
