/* Wrapper */
.k-hn-acc { border: 1px solid #e5e7eb; border-radius: 8px; }

/* Item */
.k-hn-item + .k-hn-item { border-top: 1px solid #e5e7eb; }

/* Header / Title */
.k-hn-header { display: flex; align-items: center; }
.k-hn-title {
  cursor: pointer;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  font-size: 16px;
  padding: 14px 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.k-hn-icon { display: inline-flex; }

/* Panel */
.k-hn-panel { padding: 12px 16px; }

/* Heading above the accordion */
.k-hn-heading { margin-bottom: 12px; }
