/* Projekt UI Asset
--------------------------------------------- */
/* Projekt UI
--------------------------------------------- */
#masthead .arren-mobile-header {
  display: none;
}

.has-projekt-mobile-ui .site-header {
  position: sticky;
  top: 0;
  z-index: 9000;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(223, 227, 232, 0.92);
  backdrop-filter: blur(16px);
}

.has-projekt-mobile-ui .site-header > :not(.arren-mobile-header) {
  display: none;
}

.has-projekt-mobile-ui #masthead .arren-mobile-header {
  display: block;
}

.has-projekt-mobile-ui .arren-mobile-header__bar {
  position: relative;
  min-height: 68px;
  padding: calc(10px + env(safe-area-inset-top)) 16px 12px;
}

.has-projekt-mobile-ui .arren-mobile-header__actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  min-height: 40px;
}

.has-projekt-mobile-ui .arren-mobile-header__brand {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - 144px);
  text-align: center;
}

.has-projekt-mobile-ui .arren-mobile-header__brand a {
  color: #111827;
  text-decoration: none;
}

.has-projekt-mobile-ui .arren-mobile-header__brand-link {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.has-projekt-mobile-ui .arren-mobile-header__brand .custom-logo {
  display: block;
  width: auto;
  max-width: 132px;
  max-height: 34px;
}

.arren-header-shell {
  display: grid;
  gap: 12px;
  padding: 16px 24px 0;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  overflow: visible;
}

.arren-header-shell__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
}

.arren-header-shell .site-branding {
  flex: 0 0 auto;
  min-width: 0;
}

.arren-home-feed-filter {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  max-width: max-content;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid #dfe3e8;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #364152;
  font: inherit;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.arren-home-feed-filter .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 13px;
  line-height: 1;
  flex: 0 0 24px;
}

.arren-home-feed-filter .icon-svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
  stroke: currentColor;
}

.arren-home-feed-filter:hover,
.arren-home-feed-filter:focus-visible {
  border-color: #80166f;
  color: #80166f;
  transform: translateY(-1px);
}

.arren-home-feed-filter.is-active {
  border-color: #80166f;
  background: #80166f;
  color: #ffffff;
}

.arren-home-feed-filter.is-active:hover,
.arren-home-feed-filter.is-active:focus-visible {
  color: #ffffff;
}

.has-projekt-mobile-ui .arren-mobile-header__actions .arren-home-feed-filter--mobile {
  min-height: 32px;
  padding: 0 10px;
  font-size: 11px;
}

.arren-header-shell__top .arren-home-feed-filter--desktop {
  flex: 0 0 auto;
  align-self: center;
  min-height: 30px;
  margin: 0;
  padding: 0 9px;
  font-size: 10px;
}

.has-projekt-mobile-ui .feed-card.is-feed-filter-hidden {
  display: none !important;
}

.home-feed-filter-empty {
  margin: 12px 0 18px;
  padding: 16px 18px;
  border: 1px solid #ececec;
  border-radius: 18px;
  background: #ffffff;
  color: #475569;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.home-feed-filter-empty p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.projekt-nav {
  position: relative;
  z-index: 10000;
  font-family: inherit;
}
.projekt-nav .hidden {
  display: none;
}
.projekt-nav .icon-svg {
  width: 1em;
  height: 1em;
  display: block;
  fill: currentColor;
  stroke: currentColor;
}
.projekt-nav .nav-drawers {
  position: relative;
  z-index: 1;
  background: #ffffff;
}
.projekt-nav .nav-drawer {
  margin: 0;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.projekt-nav .nav-drawer.show {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.projekt-nav .drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid #eef1f4;
  font-weight: 600;
}
.projekt-nav .drawer-header__title {
  min-width: 0;
}
.projekt-nav .drawer-header__close,
.projekt-nav .notification-panel__close {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #f3f4f6;
  color: #111827;
  font: inherit;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.projekt-nav .drawer-header__close:hover,
.projekt-nav .drawer-header__close:focus-visible,
.projekt-nav .notification-panel__close:hover,
.projekt-nav .notification-panel__close:focus-visible {
  background: #e5e7eb;
  transform: translateY(-1px);
}
.projekt-nav .drawer-body {
  overflow-y: auto;
}
.projekt-nav .bottom-menu-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.projekt-nav .bottom-menu-links li {
  border-bottom: 1px solid #eef1f4;
}
.projekt-nav .bottom-menu-links li:last-child {
  border-bottom: 0;
}
.projekt-nav .bottom-menu-links a {
  display: block;
  padding: 12px 14px;
  color: #1f2937;
  text-decoration: none;
}
.projekt-nav .bottom-menu-links a:hover,
.projekt-nav .bottom-menu-links a:focus-visible {
  background: #f8fafc;
  color: #80166f;
}
.projekt-nav .nav-menu-box__panel {
  overflow: hidden;
  border-radius: inherit;
}
.projekt-nav .nav-expand {
  display: none;
  gap: 10px;
  padding: 12px;
}
.projekt-nav .nav-expand.show {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.projekt-nav .nav-expand.hidden {
  display: none;
}
.projekt-nav .nav-expand .cpt-btn {
  width: 100%;
  padding: 20px 15px;
  border: 1px solid #d9e0e7;
  border-radius: 10px;
  background: #f6f8fa;
  text-align: left;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.projekt-nav .nav-expand .icon-svg-cpt {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.projekt-nav .nav-news-drawer > .drawer-header {
  display: none;
}
.projekt-nav .drawer-body--notifications {
  padding: 18px 14px 20px;
  background: linear-gradient(180deg, #fffbe5 0%, #ffffff 145px);
}
.projekt-nav .drawer-body--dashboard {
  padding: 0;
  background: #eceef2;
}
.projekt-nav .dashboard-drawer-content,
.dashboard-modal-content {
  min-height: 220px;
}
.projekt-nav .dashboard-drawer-state,
.dashboard-modal-state {
  padding: 22px 18px 28px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.5;
}
.projekt-nav .dashboard-drawer-state--error,
.dashboard-modal-state--error {
  color: #cd1719;
}
.projekt-nav .nav-profile-drawer .dashboard-container--posts {
  max-width: none;
  padding: 18px 16px 28px;
}
.projekt-nav .notification-panel {
  display: grid;
  gap: 18px;
}
.projekt-nav .notification-panel__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.projekt-nav .notification-panel__topbar {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.projekt-nav .notification-panel__copy {
  min-width: 0;
}
.projekt-nav .notification-panel__title {
  margin: 0;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111111;
}
.projekt-nav .notification-panel__subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #5f6368;
}
.projekt-nav .notification-panel__mark-all {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  background: #80166f;
  color: #ffffff;
  font: inherit;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.projekt-nav .notification-panel__mark-all:hover,
.projekt-nav .notification-panel__mark-all:focus-visible {
  transform: translateY(-1px);
  opacity: 0.92;
}
.projekt-nav .notification-loading.notification-list {
  padding: 0;
}
.projekt-nav .notification-list {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.projekt-nav .notification-item {
  position: relative;
}
.projekt-nav .notification-item + .notification-item {
  border-top: 1px solid #e5e7eb;
}
.projekt-nav .notification-item__link {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 54px 16px 16px;
  text-decoration: none;
  color: #111827;
  background: #ffffff;
  transition: opacity 0.2s ease;
}
.projekt-nav .notification-item.is-unread .notification-item__link {
  background: #ffdd00;
}
.projekt-nav .notification-item__link:hover,
.projekt-nav .notification-item__link:focus-visible {
  opacity: 0.92;
}
.projekt-nav .notification-item__visual {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 2px solid #ffffff;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #80166f;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}
.projekt-nav .notification-item__visual--project {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #f5f7fa;
  color: #334155;
}
.projekt-nav .notification-item__visual--like {
  background: #ffffff;
}
.projekt-nav .notification-item__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.projekt-nav .notification-item__icon,
.projekt-nav .notification-item__fallback-icon .icon-svg {
  width: 24px;
  height: 24px;
}
.projekt-nav .notification-item__icon--heart {
  width: 26px;
  height: 26px;
}
.projekt-nav .notification-item__content {
  display: block;
  min-width: 0;
  padding-top: 4px;
}
.projekt-nav .notification-item__text {
  display: block;
  font-size: 15px;
  line-height: 1.45;
  color: #0f172a;
}
.projekt-nav .notification-item__strong {
  font-weight: 700;
}
.projekt-nav .notification-item__context {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.4;
  color: #475569;
}
.projekt-nav .notification-item__time {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.3;
  color: #64748b;
}
.projekt-nav .notification-item__unread-indicator {
  position: absolute;
  top: 24px;
  right: 18px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #dc2626;
}
.projekt-nav .notification-item__mark-read {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  color: #475569;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.14);
  cursor: pointer;
}
.projekt-nav .notification-item__mark-read:hover,
.projekt-nav .notification-item__mark-read:focus-visible {
  background: #ffffff;
  color: #0f172a;
}
.projekt-nav .notification-item__mark-read:disabled {
  cursor: wait;
  opacity: 0.7;
}
.projekt-nav .notification-state {
  padding: 24px 18px;
  text-align: center;
  font-size: 14px;
  line-height: 1.45;
  color: #64748b;
}
.projekt-nav .notification-state--error {
  color: #b42318;
}
.projekt-nav .notification-state--disabled p {
  margin: 0 0 12px;
}
.projekt-nav .notification-state__action {
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  padding: 8px 12px;
  background: #ffffff;
  color: #0f172a;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.projekt-ui-type-icon {
  --project-ui-type-icon-fg: #80166f;
  --project-ui-type-icon-bg: rgba(128, 22, 111, 0.08);
  --project-ui-type-icon-contrast: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--project-ui-type-icon-fg);
  background: var(--project-ui-type-icon-bg);
}

.projekt-ui-type-icon--plain {
  background: transparent;
  color: var(--project-ui-type-icon-fg);
}

.projekt-ui-type-icon--soft {
  background: var(--project-ui-type-icon-bg);
  color: var(--project-ui-type-icon-fg);
}

.projekt-ui-type-icon--inverted {
  background: var(--project-ui-type-icon-fg);
  color: var(--project-ui-type-icon-contrast);
}

.projekt-ui-type-icon__svg {
  width: 18px;
  height: 18px;
  display: block;
}

.projekt-ui-type-icon[data-type-tone=nachricht],
.projekt-ui-type-icon[data-type-tone=projektnews],
.projekt-ui-type-icon[data-type-tone=medienecho] {
  --project-ui-type-icon-fg: #ee7203;
  --project-ui-type-icon-bg: #fff3eb;
}

.projekt-ui-type-icon[data-type-tone=veranstaltung] {
  --project-ui-type-icon-fg: #009fe3;
  --project-ui-type-icon-bg: #e8f6fd;
}

.projekt-ui-type-icon[data-type-tone=projekt] {
  --project-ui-type-icon-fg: #009640;
  --project-ui-type-icon-bg: #e8f6ee;
}

.projekt-ui-type-icon[data-type-tone=tausche-biete-suche] {
  --project-ui-type-icon-fg: #95c11f;
  --project-ui-type-icon-bg: #f4fadf;
}

.projekt-ui-type-icon[data-type-tone=umfrage] {
  --project-ui-type-icon-fg: #20957c;
  --project-ui-type-icon-bg: #e7f7f2;
}

.projekt-ui-type-icon[data-type-tone=menschen-am-arrenberg] {
  --project-ui-type-icon-fg: #cd1719;
  --project-ui-type-icon-bg: #fdeceb;
}

.projekt-ui-type-icon[data-type-tone=interkulturelle-feiertage] {
  --project-ui-type-icon-fg: #e6007e;
  --project-ui-type-icon-bg: #fde8f4;
}

.arrenapp-pwa-install-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 20px;
  z-index: 10001;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border: 1px solid #dfe3e8;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(18px);
}

.has-projekt-mobile-ui .arrenapp-pwa-install-bar {
  bottom: calc(82px + env(safe-area-inset-bottom));
}

.has-projekt-desktop-ui .arrenapp-pwa-install-bar {
  left: auto;
  right: 24px;
  bottom: 104px;
  width: min(360px, calc(100vw - 48px));
}

.arrenapp-pwa-install-bar.is-ios-hint {
  border-color: rgba(128, 22, 111, 0.18);
}

.arrenapp-pwa-install-bar__content {
  min-width: 0;
  flex: 1 1 auto;
}

.arrenapp-pwa-install-bar__eyebrow {
  margin: 0 0 6px;
  color: #80166f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.arrenapp-pwa-install-bar__title {
  margin: 0;
  color: #101828;
  font-size: 17px;
  line-height: 1.15;
}

.arrenapp-pwa-install-bar__text {
  margin: 8px 0 0;
  color: #475467;
  font-size: 14px;
  line-height: 1.45;
}

.arrenapp-pwa-install-bar__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
}

.arrenapp-pwa-install-bar__button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 11px 16px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.arrenapp-pwa-install-bar__button:hover,
.arrenapp-pwa-install-bar__button:focus-visible {
  transform: translateY(-1px);
}

.arrenapp-pwa-install-bar__button--primary {
  background: #80166f;
  color: #ffffff;
}

.arrenapp-pwa-install-bar__button--ghost {
  background: rgba(54, 65, 82, 0.08);
  color: #364152;
}

@media (max-width: 767px) {
  .arrenapp-pwa-install-bar {
    gap: 14px;
    padding: 15px 16px;
    border-radius: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .arrenapp-pwa-install-bar__actions {
    width: 100%;
    justify-content: stretch;
  }

  .arrenapp-pwa-install-bar__button {
    flex: 1 1 0;
    justify-content: center;
  }
}

#projekt-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}

#projekt-bottom-nav .nav-drawers {
  order: -1;
  padding: 0 10px;
}

#projekt-bottom-nav .nav-drawer {
  transform: translateY(8px);
}

#projekt-bottom-nav .nav-drawer.show {
  transform: translateY(0);
}

#projekt-bottom-nav .drawer-body {
  max-height: calc(100dvh - 86px);
}

#projekt-bottom-nav .nav-main {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  align-items: center;
  padding: 8px 10px 10px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid #dfe3e8;
  background: #ffffff;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
}

#projekt-bottom-nav .nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 52px;
  border: 0;
  background: transparent;
  color: #364152;
  text-decoration: none;
  font-size: 12px;
}

#projekt-bottom-nav .create-btn {
  z-index: 4;
}

#projekt-bottom-nav .nav-item .icon {
  font-size: 18px;
  line-height: 1;
}

#projekt-bottom-nav .create-btn .icon {
  position: absolute;
  top: -30px;
  z-index: 5;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: #80166f;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  box-shadow: 3px 3px 4px -2px black;
}

#projekt-bottom-nav .create-btn .icon .icon-svg-plus {
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
}

#projekt-bottom-nav .badge {
  position: absolute;
  top: 2px;
  right: 12px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #d62f2f;
  color: #ffffff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}

#projekt-bottom-nav .nav-item--filter.is-active {
  color: #80166f;
}

#projekt-desktop-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 10000;
  width: min(900px, 100vw);
  transform: translateX(-50%);
}

#projekt-desktop-nav .nav-main {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 10px 14px 14px;
  border: 1px solid #dfe3e8;
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 -10px 30px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(18px);
}

#projekt-desktop-nav .nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 52px;
  padding: 4px 0 0;
  border: 0;
  background: transparent;
  color: #364152;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.2;
  transition: color 0.2s ease, transform 0.2s ease;
}

#projekt-desktop-nav .nav-item:hover,
#projekt-desktop-nav .nav-item:focus-visible {
  color: #80166f;
  transform: translateY(-1px);
}

#projekt-desktop-nav .nav-item .icon {
  font-size: 18px;
  line-height: 1;
}

#projekt-desktop-nav .create-btn {
  z-index: 4;
}

#projekt-desktop-nav .create-btn .icon {
  position: absolute;
  top: -32px;
  z-index: 5;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: #80166f;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  box-shadow: 3px 3px 4px -2px black;
}

#projekt-desktop-nav .create-btn .icon .icon-svg-plus {
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
}

#projekt-desktop-nav .nav-item--filter.is-active {
  color: #80166f;
}

#projekt-desktop-nav .badge {
  position: absolute;
  top: 2px;
  right: 12px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #d62f2f;
  color: #ffffff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}

#projekt-desktop-nav .nav-drawers {
  position: absolute;
  bottom: calc(100% + 14px);
  top: auto;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
  background: transparent;
}

#projekt-desktop-nav .nav-drawer {
  position: absolute;
  bottom: 0;
  width: min(420px, 100vw - 48px);
  border-radius: 22px;
  transform: translateY(8px);
  visibility: hidden;
}

#projekt-desktop-nav .nav-drawer.show {
  transform: translateY(0);
  visibility: visible;
}

#projekt-desktop-nav .nav-menu-drawer {
  left: 0;
}

#projekt-desktop-nav .nav-menu-box {
  width: min(320px, 100vw - 32px);
  border: 1px solid #dfe3e8;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.16);
}

#projekt-desktop-nav .nav-menu-box .bottom-menu-links--desktop {
  padding: 8px;
}

#projekt-desktop-nav .nav-menu-box .bottom-menu-links--desktop li {
  border-bottom: 0;
}

#projekt-desktop-nav .nav-menu-box .bottom-menu-links--desktop a {
  border-radius: 14px;
  padding: 13px 16px;
  font-size: 15px;
  font-weight: 600;
}

#projekt-desktop-nav .nav-create-drawer {
  left: 50%;
  transform: translate(-50%, 8px);
}

#projekt-desktop-nav .nav-create-drawer.show {
  transform: translate(-50%, 0);
}

#projekt-desktop-nav .nav-news-drawer {
  right: 0;
  left: auto;
}

#projekt-desktop-nav .nav-profile-drawer {
  right: 0;
  left: auto;
  width: min(760px, calc(100vw - 48px));
}

#projekt-desktop-nav .drawer-body {
  max-height: min(70vh, 720px);
}

@media (min-width: 768px) {
  body.has-projekt-desktop-ui #page {
    padding-bottom: 108px;
  }
}
#projekt-modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding-bottom: env(safe-area-inset-bottom);
  z-index: 10001;
  background: #ffffff;
  transform: translateY(100%);
  transition: transform 0.25s ease;
  overflow: hidden;
  overflow-x: hidden;
}

#projekt-modal.show {
  transform: translateY(0);
}

#projekt-modal .projekt-modal-card {
  height: 100%;
  min-height: 0;
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

#projekt-modal .projekt-modal-card > .cpt-form {
  height: 100%;
  min-height: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

#projekt-modal .projekt-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #e6e9ee;
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 2;
}

#projekt-modal .projekt-modal-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}

#projekt-modal .projekt-modal-close {
  border: 0;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  padding: 4px 8px;
  cursor: pointer;
}

#projekt-modal .projekt-modal-body {
  padding: 12px 14px 20px;
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

#projekt-modal .projekt-auth-gate {
  justify-content: center;
}

#projekt-modal .projekt-auth-gate__body {
  max-width: 420px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
  text-align: center;
  padding: 22px 8px 12px;
}

#projekt-modal .projekt-auth-gate__body p {
  margin: 0;
  color: #475569;
  line-height: 1.55;
}

#projekt-modal .projekt-auth-gate__actions {
  display: grid;
  gap: 10px;
}

#projekt-modal .projekt-modal-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
  border-top: 1px solid #e6e9ee;
  background: #ffffff;
  position: sticky;
  bottom: 0;
  z-index: 2;
}

#projekt-modal .acf-form {
  display: block;
  min-width: 0;
}

#projekt-modal .acf-fields {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  border: 0;
  background: transparent;
}

#projekt-modal .acf-field {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  float: none;
  box-shadow: none;
  margin: 0 0 18px;
}

#projekt-modal .acf-field::before,
#projekt-modal .acf-field::after,
#projekt-modal .acf-fields::before,
#projekt-modal .acf-fields::after {
  display: none !important;
}

#projekt-modal .acf-field[data-width] {
  min-height: 0;
}

#projekt-modal .acf-field .acf-label {
  margin: 0 0 8px;
  padding: 0;
  width: 100%;
}

#projekt-modal .acf-field .acf-label label {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

#projekt-modal .acf-field .acf-label p,
#projekt-modal .acf-field .description,
#projekt-modal .acf-field .acf-notice.-instruction {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #64748b;
}

#projekt-modal .acf-field .acf-input {
  width: 100%;
  margin: 0;
  padding: 0;
  min-width: 0;
}

#projekt-modal .acf-field input[type=text],
#projekt-modal .acf-field input[type=password],
#projekt-modal .acf-field input[type=email],
#projekt-modal .acf-field input[type=number],
#projekt-modal .acf-field input[type=url],
#projekt-modal .acf-field textarea,
#projekt-modal .acf-field select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #ced8e5;
  border-radius: 10px;
  background: #ffffff;
  color: #0f172a;
  padding: 10px 12px;
  font-size: 15px;
  line-height: 1.45;
  box-shadow: none;
}

#projekt-modal .acf-field textarea {
  min-height: 140px;
  resize: vertical;
}

#projekt-modal .acf-field input[type=text]:focus,
#projekt-modal .acf-field input[type=password]:focus,
#projekt-modal .acf-field input[type=email]:focus,
#projekt-modal .acf-field input[type=number]:focus,
#projekt-modal .acf-field input[type=url]:focus,
#projekt-modal .acf-field textarea:focus,
#projekt-modal .acf-field select:focus {
  border-color: #80166f;
  outline: none;
  box-shadow: 0 0 0 4px rgba(128, 22, 111, 0.12);
}

#projekt-modal .acf-field .acf-radio-list,
#projekt-modal .acf-field .acf-checkbox-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
}

#projekt-modal .acf-field .acf-radio-list label,
#projekt-modal .acf-field .acf-checkbox-list label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  width: 100%;
  color: #334155;
}

#projekt-modal .acf-field .acf-radio-list input,
#projekt-modal .acf-field .acf-checkbox-list input {
  margin: 0;
}

#projekt-modal .project-core-poll-field-hidden {
  display: none !important;
}

#projekt-modal .acf-field .acf-repeater {
  border: 1px solid #dbe3ec;
  border-radius: 12px;
  overflow: hidden;
  background: #f8fafc;
}

#projekt-modal .acf-field .acf-repeater .acf-table {
  border: 0;
  margin: 0;
}

#projekt-modal .acf-field .acf-repeater .acf-table > thead th {
  background: #eef3f8;
  color: #475569;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #dbe3ec;
}

#projekt-modal .acf-field .acf-repeater .acf-row > td {
  background: #ffffff;
  border-top: 1px solid #e7edf4;
}

#projekt-modal .acf-field .acf-actions {
  padding: 12px;
  margin: 0;
  border-top: 1px solid #dbe3ec;
  background: #f8fafc;
}

#projekt-modal .acf-field .acf-button,
#projekt-modal .acf-field a.button,
#projekt-modal .acf-field .button {
  border-radius: 10px;
}

#projekt-modal .acf-field .select2-container {
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
}

#projekt-modal .acf-field .select2-container .select2-selection--single,
#projekt-modal .acf-field .select2-container .select2-selection--multiple {
  min-height: 46px;
  border: 1px solid #ced8e5;
  border-radius: 10px;
}

#projekt-modal .acf-field .acf-image-uploader .image-wrap {
  border-radius: 12px;
  overflow: hidden;
}

#projekt-modal .acf-field[data-name=poll_options] > .acf-input > .acf-repeater {
  border: 0;
  background: transparent;
  overflow: visible;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table {
  border-collapse: separate;
  border-spacing: 0 12px;
  background: transparent;
  margin: -12px 0 0;
  width: 100%;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > thead {
  display: none;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > tbody > .acf-row > td {
  background: transparent;
  border: 0;
  padding: 0;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > tbody > .acf-row > td.acf-fields {
  background: #ffffff;
  border: 1px solid #dbe3ec;
  border-right: 0;
  border-radius: 16px 0 0 16px;
  padding: 14px 16px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.07);
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > tbody > .acf-row > td.acf-row-handle.order {
  display: none;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > tbody > .acf-row > td.acf-row-handle.remove {
  width: 50px;
  min-width: 50px;
  background: #ffffff;
  border: 1px solid #dbe3ec;
  border-left: 0;
  border-radius: 0 16px 16px 0;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.07);
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > tbody > .acf-row > td.acf-row-handle.remove a.acf-icon.-plus,
#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > tbody > .acf-row > td.acf-row-handle.remove a.acf-icon.-duplicate {
  display: none !important;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > tbody > .acf-row > td.acf-row-handle.remove a.acf-icon.-minus {
  position: static;
  top: auto;
  right: auto;
  left: auto;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #fff1f2;
  color: #be123c;
  border: 1px solid #fecdd3;
  box-shadow: none;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > tbody > .acf-row > td.acf-row-handle.remove a.acf-icon.-minus:hover {
  background: #ffe4e6;
  color: #9f1239;
  border-color: #fda4af;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > tbody > .acf-row > td.acf-fields > .acf-fields {
  border: 0;
  background: transparent;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > tbody > .acf-row > td.acf-fields > .acf-fields > .acf-field {
  padding: 0;
  border: 0;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-repeater.-row > .acf-table > tbody > .acf-row > td.acf-fields > .acf-fields > .acf-field::before {
  display: none;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-field.acf-field-text.acf-field-project-core-poll-option-label.is-required {
  padding: 5px 5px 0 5px;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-field[data-name=option_label] > .acf-label {
  margin-bottom: 8px;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-field[data-name=option_label] > .acf-label label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #475569;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-field[data-name=option_label] input[type=text] {
  min-height: 50px;
  border-radius: 12px;
  border-color: #cfd8e3;
  background: #f8fafc;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-actions {
  padding: 10px 0 0;
  border-top: 0;
  background: transparent;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-actions .acf-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 16px;
  border: 1px dashed #b8c7da;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  color: #0f172a;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

#projekt-modal .acf-field[data-name=poll_options] .acf-actions .acf-button::before {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #80166f;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

#projekt-modal .acf-field[data-name=poll_options] .acf-actions .acf-button:hover {
  border-color: #9fb2ca;
  background: #ffffff;
  color: #0f172a;
}

@media (max-width: 767.98px) {
  #projekt-modal .projekt-modal-card,
  #projekt-modal .projekt-modal-card > .cpt-form,
  #projekt-modal .projekt-modal-body,
  #projekt-modal .acf-form,
  #projekt-modal .acf-fields,
  #projekt-modal .acf-field,
  #projekt-modal .acf-field .acf-input {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
.projekt-btn {
  border: 1px solid #ccd5e0;
  background: #ffffff;
  color: #1f2937;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 14px;
  cursor: pointer;
}

.projekt-btn.projekt-btn-primary {
  border-color: #80166f;
  background: #80166f;
  color: #ffffff;
}

.projekt-btn.projekt-btn-secondary {
  border-color: #c9d1db;
  background: #f6f8fa;
}

.projekt-btn.projekt-btn-danger {
  border-color: #dc2626;
  background: #dc2626;
  color: #ffffff;
}

#projekt-modal .projekt-unsaved-confirm {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10005;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

#projekt-modal .projekt-unsaved-box {
  width: min(460px, 100%);
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

#projekt-modal .projekt-unsaved-box h4 {
  margin: 0 0 8px;
}

#projekt-modal .projekt-unsaved-box p {
  margin: 0 0 14px;
  color: #475569;
}

#projekt-modal .projekt-unsaved-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (min-width: 768px) {
  #projekt-modal {
    background: rgba(0, 0, 0, 0.45);
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #projekt-modal .projekt-modal-card {
    width: min(920px, 100%);
    max-height: calc(100vh - 60px);
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    min-height: 0;
  }
  #projekt-modal .projekt-modal-body {
    overflow-y: auto;
  }
}
.dashboard-container--posts {
  --dashboard-page-bg: #eceef2;
  --dashboard-accent: #80166f;
  --dashboard-accent-soft: rgba(128, 22, 111, 0.08);
  --dashboard-accent-strong: rgba(128, 22, 111, 0.16);
  --dashboard-surface: #ffffff;
  --dashboard-surface-soft: #f6f7fb;
  --dashboard-border: rgba(15, 23, 42, 0.08);
  --dashboard-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  --dashboard-text: #111827;
  --dashboard-text-muted: #667085;
  --dashboard-success: #20957c;
  --dashboard-danger: #cd1719;
  --dashboard-warning: #ee7203;
  max-width: 1040px;
  margin: 0 auto;
  padding: 20px 16px 110px;
  display: grid;
  gap: 18px;
}

body.page-template-page-user-dashboard,
body.page-template-page-user-dashboard #page {
  background: #eceef2;
}

.dashboard-hero-card {
  background: #ffffff;
  border: 1px solid var(--dashboard-border);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--dashboard-shadow);
}

.dashboard-kicker {
  margin: 0 0 6px;
  color: var(--dashboard-accent);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.dashboard-title {
  margin: 0;
  color: var(--dashboard-text);
  font-size: clamp(28px, 4.4vw, 40px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.dashboard-subtitle {
  margin: 10px 0 0;
  color: var(--dashboard-text-muted);
  font-size: 16px;
  line-height: 1.5;
}

.dashboard-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 6px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--dashboard-border);
  box-shadow: var(--dashboard-shadow);
}

.dashboard-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  border-radius: 16px;
  padding: 10px 14px;
  text-decoration: none;
  color: var(--dashboard-text-muted);
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-tab__icon {
  font-size: 18px;
  width: 18px;
  height: 18px;
}

.dashboard-tab__label {
  white-space: nowrap;
}

.dashboard-tab.is-active {
  background: var(--dashboard-surface-soft);
  color: var(--dashboard-text);
  box-shadow: inset 0 0 0 1px rgba(128, 22, 111, 0.14);
}

.dashboard-tab:hover {
  color: var(--dashboard-text);
}

.dashboard-notice {
  border-radius: 18px;
  padding: 14px 16px;
  border: 1px solid #dbe4ee;
  background: #f8fafc;
  color: var(--dashboard-text);
}

.dashboard-notice-success {
  border-color: rgba(32, 149, 124, 0.24);
  background: rgba(32, 149, 124, 0.08);
  color: #166534;
}

.dashboard-notice-error {
  border-color: rgba(205, 23, 25, 0.22);
  background: rgba(205, 23, 25, 0.08);
  color: #991b1b;
}

.dashboard-summary-grid,
.dashboard-overview-grid,
.dashboard-profile-grid,
.dashboard-profile-stack,
.dashboard-section {
  display: grid;
  gap: 14px;
}

.dashboard-summary-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.dashboard-summary-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid var(--dashboard-border);
  background: var(--dashboard-surface);
  box-shadow: var(--dashboard-shadow);
  color: inherit;
  text-decoration: none;
}

.dashboard-summary-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -38% auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: var(--dashboard-accent-soft);
  pointer-events: none;
}

.dashboard-summary-card[data-card-tone=engagement]::after {
  background: rgba(0, 159, 227, 0.1);
}

.dashboard-summary-card[data-card-tone=subscriptions]::after {
  background: rgba(32, 149, 124, 0.1);
}

.dashboard-summary-card__copy,
.dashboard-panel__header,
.dashboard-post-content,
.dashboard-subscription-content {
  min-width: 0;
}

.dashboard-summary-card__label {
  margin: 0 0 10px;
  color: var(--dashboard-text-muted);
  font-size: 14px;
  font-weight: 600;
}

.dashboard-summary-card__value {
  margin: 0;
  color: var(--dashboard-text);
  font-size: clamp(28px, 5vw, 36px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.dashboard-summary-card__meta {
  margin: 10px 0 0;
  color: var(--dashboard-text-muted);
  font-size: 14px;
  line-height: 1.4;
}

.dashboard-summary-card__meta-line {
  display: block;
}

.dashboard-summary-card__icon {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--dashboard-accent-soft);
  color: var(--dashboard-accent);
  flex: 0 0 auto;
}

.dashboard-summary-card__icon .icon-svg {
  width: 26px;
  height: 26px;
}

.dashboard-summary-card[data-card-tone=engagement] .dashboard-summary-card__icon {
  background: rgba(0, 159, 227, 0.12);
  color: #009fe3;
}

.dashboard-summary-card[data-card-tone=subscriptions] .dashboard-summary-card__icon {
  background: rgba(32, 149, 124, 0.12);
  color: #20957c;
}

.dashboard-panel {
  border: 1px solid var(--dashboard-border);
  border-radius: 24px;
  background: var(--dashboard-surface);
  padding: 22px;
  box-shadow: var(--dashboard-shadow);
}

.dashboard-panel--feature {
  display: grid;
  gap: 18px;
}

.dashboard-panel--section {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.dashboard-panel--section > .dashboard-section__head {
  margin-bottom: 18px;
}

.dashboard-panel__header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.dashboard-panel__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--dashboard-accent);
  color: #fff;
  flex: 0 0 auto;
}

.dashboard-panel__icon .icon-svg {
  width: 22px;
  height: 22px;
}

.dashboard-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.dashboard-section__title,
.dashboard-panel-title {
  margin: 0;
  color: var(--dashboard-text);
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.dashboard-section__text,
.dashboard-panel-text {
  margin: 8px 0 0;
  color: var(--dashboard-text-muted);
  font-size: 15px;
  line-height: 1.5;
}

.dashboard-scope-switch {
  display: inline-flex;
  padding: 4px;
  gap: 4px;
  border-radius: 999px;
  background: var(--dashboard-surface-soft);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.dashboard-scope-switch__option {
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--dashboard-text-muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.dashboard-scope-switch__option.is-active {
  background: #fff;
  color: var(--dashboard-text);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.dashboard-subscription-list {
  display: grid;
  gap: 10px;
}

.dashboard-subscription-group {
  display: grid;
  gap: 8px;
}

.dashboard-subscription-item {
  --dashboard-context-color: var(--dashboard-accent);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 16px;
  background: #f8fafc;
}

.dashboard-subscription-item.is-excluded {
  opacity: 0.78;
  background: #f1f5f9;
}

.dashboard-subscription-main {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  flex: 1 1 auto;
}

.dashboard-subscription-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.dashboard-subscription-icon__badge,
.dashboard-post-icon__badge {
  width: 40px;
  height: 40px;
}

.dashboard-subscription-icon__badge .projekt-ui-type-icon__svg,
.dashboard-post-icon__badge .projekt-ui-type-icon__svg {
  width: 20px;
  height: 20px;
}

.dashboard-subscription-children {
  display: grid;
  gap: 8px;
  margin: -2px 0 4px;
  padding-left: 18px;
}

.dashboard-subscription-item-child {
  background: #ffffff;
  border-style: dashed;
}

.dashboard-subscription-title {
  font-weight: 600;
  color: var(--dashboard-text);
  word-break: break-word;
  line-height: 1.35;
}

.dashboard-subscription-title a {
  color: inherit;
  text-decoration: none;
}

.dashboard-subscription-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.dashboard-subscription-type {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.05);
  color: var(--dashboard-text-muted);
  font-size: 12px;
  font-weight: 600;
}

.dashboard-subscription-mode {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(128, 22, 111, 0.08);
  color: var(--dashboard-accent);
  font-size: 12px;
  font-weight: 700;
}

.dashboard-subscriptions-empty {
  margin: 0;
  color: var(--dashboard-text-muted);
}

.dashboard-form {
  display: grid;
  gap: 14px;
}

.dashboard-avatar-section {
  display: grid;
  gap: 10px;
  margin-bottom: 6px;
}

.dashboard-avatar-label {
  font-size: 13px;
  color: var(--dashboard-text-muted);
  font-weight: 600;
}

.dashboard-avatar-field .crop-dropzone-wrapper {
  display: inline-flex;
}

.dashboard-avatar-field .crop-dropzone {
  min-width: 156px;
  min-height: 156px;
  border-radius: 24px;
  background: var(--dashboard-surface-soft);
}

.dashboard-avatar-field .crop-dropzone .dz-message {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.dashboard-avatar-field .crop-dropzone .icon-svg {
  width: 30px;
  height: 30px;
}

.dashboard-avatar-field .image-preview img {
  width: 144px;
  height: 144px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.16);
}

.dashboard-avatar-meta {
  display: none;
}

.dashboard-avatar-hint {
  margin: 0;
  font-size: 12px;
  color: var(--dashboard-text-muted);
}

.dashboard-field-visibility {
  display: grid;
  gap: 8px;
}

.dashboard-field-visibility__label {
  font-size: 13px;
  color: var(--dashboard-text-muted);
  font-weight: 600;
}

.dashboard-field-visibility__options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.dashboard-field-visibility__option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--dashboard-text);
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}

.dashboard-field-visibility__option span {
  font-size: 13px;
  color: var(--dashboard-text-muted);
  font-weight: 600;
}

.dashboard-field-visibility__option input[type=radio] {
  margin: 0;
  accent-color: var(--dashboard-accent);
}

.dashboard-form-row {
  display: grid;
  gap: 14px;
}

.dashboard-form-field {
  display: grid;
  gap: 8px;
}

.dashboard-form-field--compact {
  width: 100%;
}

.dashboard-form-field > span {
  font-size: 13px;
  color: var(--dashboard-text-muted);
  font-weight: 600;
}

.dashboard-radio-groups {
  display: grid;
  gap: 16px;
}

.dashboard-radio-group {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.dashboard-radio-group__legend {
  padding: 0;
  color: var(--dashboard-text);
  font-size: 15px;
  font-weight: 700;
}

.dashboard-radio-option {
  position: relative;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.dashboard-radio-option__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dashboard-radio-option__control {
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 50%;
  border: 1.5px solid rgba(15, 23, 42, 0.16);
  background: #fff;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-radio-option__control::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: var(--dashboard-accent);
  transform: scale(0);
  transition: transform 0.18s ease;
}

.dashboard-radio-option__input:checked + .dashboard-radio-option__control {
  border-color: var(--dashboard-accent);
  box-shadow: 0 0 0 4px rgba(128, 22, 111, 0.12);
}

.dashboard-radio-option__input:checked + .dashboard-radio-option__control::after {
  transform: scale(1);
}

.dashboard-radio-option__input:focus-visible + .dashboard-radio-option__control {
  box-shadow: 0 0 0 4px rgba(128, 22, 111, 0.12);
}

.dashboard-radio-option__copy {
  display: grid;
  gap: 4px;
}

.dashboard-radio-option__label {
  color: var(--dashboard-text);
  font-size: 15px;
  font-weight: 700;
}

.dashboard-radio-option__text {
  color: var(--dashboard-text-muted);
  font-size: 13px;
  line-height: 1.45;
}

.dashboard-form input:not([type=radio]):not([type=checkbox]):not([type=hidden]),
.dashboard-form textarea {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  padding: 13px 14px;
  font-size: 15px;
  background: #fff;
  color: var(--dashboard-text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-form input:not([type=radio]):not([type=checkbox]):not([type=hidden]):focus,
.dashboard-form textarea:focus {
  border-color: rgba(128, 22, 111, 0.4);
  box-shadow: 0 0 0 4px rgba(128, 22, 111, 0.08);
  outline: none;
}

.dashboard-settings-block {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: var(--dashboard-surface-soft);
}

.dashboard-settings-block__header {
  display: grid;
  gap: 4px;
}

.dashboard-settings-list {
  display: grid;
  gap: 10px;
}

.dashboard-push-section {
  display: grid;
  gap: 14px;
  margin-top: 6px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.dashboard-radio-groups.is-disabled {
  opacity: 0.52;
}

.dashboard-setting-row {
  position: relative;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  cursor: pointer;
}

.dashboard-setting-row__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dashboard-setting-row__checkbox {
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 7px;
  border: 1.5px solid rgba(15, 23, 42, 0.16);
  background: #fff;
  position: relative;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-setting-row__checkbox::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 3px;
  background: #fff;
  transform: scale(0);
  transition: transform 0.18s ease;
}

.dashboard-setting-row__input:checked + .dashboard-setting-row__checkbox {
  border-color: var(--dashboard-accent);
  background: var(--dashboard-accent);
  box-shadow: 0 8px 18px rgba(128, 22, 111, 0.16);
}

.dashboard-setting-row__input:checked + .dashboard-setting-row__checkbox::after {
  transform: scale(1);
}

.dashboard-setting-row__input:focus-visible + .dashboard-setting-row__checkbox {
  box-shadow: 0 0 0 4px rgba(128, 22, 111, 0.12);
}

.dashboard-setting-row__copy {
  display: grid;
  gap: 4px;
}

.dashboard-setting-row__title {
  display: block;
  color: var(--dashboard-text);
  font-size: 15px;
  font-weight: 700;
}

.dashboard-setting-row__text {
  display: block;
  color: var(--dashboard-text-muted);
  font-size: 13px;
  line-height: 1.45;
}

.dashboard-push-browser {
  width: 100%;
  display: grid;
  gap: 10px;
  padding-top: 4px;
}

.dashboard-push-browser.is-disabled {
  opacity: 0.78;
}

.dashboard-push-label {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--dashboard-text);
}

.dashboard-push-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dashboard-push-status {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--dashboard-text-muted);
  display: block;
  width: 100%;
  min-height: 1.45em;
  padding: 10px 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #fff;
}

.dashboard-push-hint {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--dashboard-text-muted);
}

.dashboard-push-debug {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--dashboard-text-muted);
  padding: 10px 12px;
  border: 1px dashed rgba(15, 23, 42, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  display: none;
}

.dashboard-push-debug[data-state=error] {
  color: #b91c1c;
}

.dashboard-push-status[data-state=active] {
  color: #166534;
}

.dashboard-push-status[data-state=warning] {
  color: #9a3412;
}

.dashboard-push-status[data-state=error] {
  color: #b91c1c;
}

.dashboard-profile-actions {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.dashboard-security-danger {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(205, 23, 25, 0.18);
  border-radius: 20px;
  background: rgba(205, 23, 25, 0.04);
  display: grid;
  gap: 14px;
}

.dashboard-danger-confirm summary {
  cursor: pointer;
  font-weight: 600;
  color: #991b1b;
}

.dashboard-form-danger {
  margin-top: 10px;
}

.dashboard-post-list {
  display: grid;
  gap: 10px;
}

.dashboard-subscription-item[data-dashboard-context=veranstaltung] {
  --dashboard-context-color: #009fe3;
}

.dashboard-subscription-item[data-dashboard-context=projekt] {
  --dashboard-context-color: #009640;
}

.dashboard-subscription-item[data-dashboard-context=umfrage] {
  --dashboard-context-color: #20957c;
}

.dashboard-subscription-item[data-dashboard-context=tausche-biete-suche] {
  --dashboard-context-color: #95c11f;
}

.dashboard-subscription-item[data-dashboard-context=menschen-am-arrenberg] {
  --dashboard-context-color: #cd1719;
}

.dashboard-subscription-item[data-dashboard-context=interkulturelle-feiertage] {
  --dashboard-context-color: #e6007e;
}

.dashboard-subscription-item[data-dashboard-context=projektnews],
.dashboard-subscription-item[data-dashboard-context=medienecho],
.dashboard-subscription-item[data-dashboard-context=nachricht] {
  --dashboard-context-color: #ee7203;
}

.dashboard-post-card[data-dashboard-context=veranstaltung] {
  --dashboard-context-color: #009fe3;
}

.dashboard-post-card[data-dashboard-context=projekt] {
  --dashboard-context-color: #009640;
}

.dashboard-post-card[data-dashboard-context=umfrage] {
  --dashboard-context-color: #20957c;
}

.dashboard-post-card[data-dashboard-context=tausche-biete-suche] {
  --dashboard-context-color: #95c11f;
}

.dashboard-post-card[data-dashboard-context=menschen-am-arrenberg] {
  --dashboard-context-color: #cd1719;
}

.dashboard-post-card[data-dashboard-context=interkulturelle-feiertage] {
  --dashboard-context-color: #e6007e;
}

.dashboard-post-card[data-dashboard-context=projektnews],
.dashboard-post-card[data-dashboard-context=medienecho],
.dashboard-post-card[data-dashboard-context=nachricht] {
  --dashboard-context-color: #ee7203;
}

.dashboard-post-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--dashboard-shadow);
}

.dashboard-post-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1 1 auto;
}

.dashboard-post-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
}

.dashboard-post-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.dashboard-post-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 4px;
}

.dashboard-post-type-badge,
.dashboard-post-status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.dashboard-post-type-badge {
  background: color-mix(in srgb, var(--dashboard-context-color, var(--dashboard-accent)) 12%, white);
  color: var(--dashboard-context-color, var(--dashboard-accent));
}

.dashboard-post-status-badge {
  background: rgba(15, 23, 42, 0.06);
  color: var(--dashboard-text-muted);
}

.dashboard-post-title {
  margin: 0;
  color: var(--dashboard-text);
  font-size: 16px;
  line-height: 1.35;
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dashboard-post-link {
  color: inherit;
  text-decoration: none;
}

.dashboard-post-link:visited {
  color: inherit;
}

.dashboard-post-link:hover,
.dashboard-post-link:focus-visible,
.dashboard-post-link:active {
  color: var(--dashboard-accent);
}

.dashboard-post-date,
.dashboard-post-author {
  font-size: 13px;
  color: var(--dashboard-text-muted);
  font-weight: 500;
}

.dashboard-post-sep {
  color: #95a0af;
}

.dashboard-post-side {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.dashboard-post-stats {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
}

.dashboard-post-stat {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 20px;
  padding: 0;
  color: var(--dashboard-text-muted);
  font-size: 12px;
  font-weight: 700;
}

.dashboard-post-stat__icon {
  font-size: 14px;
  width: 14px;
  height: 14px;
}

.dashboard-post-actions {
  position: relative;
  flex: 0 0 auto;
}

.dashboard-post-actions summary {
  list-style: none;
}

.dashboard-post-actions summary::-webkit-details-marker {
  display: none;
}

.dashboard-post-actions__toggle {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  padding: 0;
  background: #fff;
  color: var(--dashboard-text);
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.dashboard-post-actions__toggle:hover,
.dashboard-post-actions__toggle:focus-visible,
.dashboard-post-actions[open] .dashboard-post-actions__toggle {
  border-color: rgba(128, 22, 111, 0.18);
  color: var(--dashboard-accent);
  background: rgba(128, 22, 111, 0.04);
}

.dashboard-post-actions__ellipsis {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.dashboard-post-actions__ellipsis-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.dashboard-post-actions__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 20;
  min-width: 176px;
  display: grid;
  gap: 4px;
  padding: 8px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.dashboard-post-actions__item {
  min-height: 40px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 12px;
  padding: 0 12px;
  background: transparent;
  color: var(--dashboard-text);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.dashboard-post-actions__item:hover,
.dashboard-post-actions__item:focus-visible {
  background: rgba(128, 22, 111, 0.06);
  color: var(--dashboard-accent);
}

.dashboard-post-actions__item-icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

.dashboard-post-actions__item.is-danger {
  color: #b42318;
}

.dashboard-post-actions__item.is-danger:hover,
.dashboard-post-actions__item.is-danger:focus-visible {
  background: rgba(205, 23, 25, 0.06);
  color: #b42318;
}

.dashboard-empty-state {
  border: 1px dashed #cfd8e3;
  border-radius: 22px;
  padding: 26px;
  background: #f8fafc;
  color: var(--dashboard-text-muted);
  text-align: center;
}

.dashboard-profile-stack {
  gap: 32px;
}

.dashboard-profile-grid {
  gap: 32px;
}

.dashboard-profile-grid > .dashboard-panel--section + .dashboard-panel--section {
  padding-top: 32px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.dashboard-profile-stack .dashboard-form {
  gap: 20px;
}

.dashboard-profile-stack .dashboard-form-row {
  gap: 20px;
}

.dashboard-profile-stack .dashboard-avatar-section {
  gap: 14px;
  margin-bottom: 2px;
}

.dashboard-profile-stack .dashboard-avatar-label,
.dashboard-profile-stack .dashboard-form-field > span,
.dashboard-profile-stack .dashboard-field-visibility__label {
  color: var(--dashboard-text);
  font-size: 14px;
}

.dashboard-profile-stack .dashboard-field-visibility__options {
  display: grid;
  gap: 10px;
}

.dashboard-profile-stack .dashboard-field-visibility__option span {
  color: var(--dashboard-text-muted);
  font-size: 14px;
  font-weight: 500;
}

.dashboard-profile-stack .dashboard-form input:not([type=radio]):not([type=checkbox]):not([type=hidden]),
.dashboard-profile-stack .dashboard-form textarea {
  min-height: 48px;
  border-radius: 14px;
}

.dashboard-profile-stack .dashboard-form textarea {
  min-height: 132px;
}

.dashboard-profile-stack .dashboard-settings-block {
  gap: 18px;
  padding: 28px 0 0;
  border: 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0;
  background: transparent;
}

.dashboard-profile-stack .dashboard-settings-list {
  gap: 16px;
}

.dashboard-profile-stack .dashboard-push-section {
  gap: 18px;
  margin-top: 0;
  padding-top: 24px;
}

.dashboard-profile-stack .dashboard-radio-groups {
  gap: 20px;
}

.dashboard-profile-stack .dashboard-radio-option,
.dashboard-profile-stack .dashboard-setting-row {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.dashboard-profile-stack .dashboard-radio-option:hover,
.dashboard-profile-stack .dashboard-radio-option:focus-within,
.dashboard-profile-stack .dashboard-setting-row:hover,
.dashboard-profile-stack .dashboard-setting-row:focus-within {
  background: transparent;
}

.dashboard-profile-stack .dashboard-radio-option__label,
.dashboard-profile-stack .dashboard-setting-row__title {
  font-size: 15px;
  font-weight: 600;
}

.dashboard-profile-stack .dashboard-radio-option__text,
.dashboard-profile-stack .dashboard-setting-row__text {
  font-size: 13px;
}

.dashboard-profile-stack .dashboard-push-browser {
  gap: 12px;
  padding-top: 0;
}

.dashboard-profile-stack .dashboard-profile-actions {
  margin-top: 24px;
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dashboard-profile-stack .dashboard-security-danger {
  margin-top: 24px;
  padding: 24px 0 0;
  border: 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0;
  background: transparent;
  gap: 16px;
}

.dashboard-profile-stack .dashboard-danger-confirm summary {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(205, 23, 25, 0.18);
  border-radius: 999px;
  background: #ffffff;
}

.project-subscribe-btn {
  min-height: 40px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  color: var(--dashboard-text);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.project-subscribe-btn.is-subscribed {
  border-color: rgba(128, 22, 111, 0.2);
  color: var(--dashboard-accent);
  background: rgba(128, 22, 111, 0.08);
}

.single-projekt-subscribe {
  margin: 10px 0 14px;
}

.single-projekt-subscribe .project-subscribe-btn + .project-subscribe-btn {
  margin-left: 8px;
}

.project-context-create-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 14px;
}

.project-core-acf-hidden {
  display: none !important;
}

.project-poll-block {
  margin: 14px 0 0;
  padding: 16px;
  border: 1px solid #c8d6e5;
  border-radius: 18px;
  background: linear-gradient(180deg, #fcfeff 0%, #f5f9fd 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.project-poll-block.is-loading {
  opacity: 0.74;
  pointer-events: none;
}

.project-poll-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.project-poll-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.project-poll-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.project-poll-option {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 1px solid #c8d6e5;
  border-radius: 14px;
  background: #ffffff;
  color: #0f172a;
  padding: 13px 14px;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.project-poll-option:hover {
  border-color: #20957c;
  transform: translateY(-1px);
}

.project-poll-option:focus-within {
  border-color: #20957c;
  box-shadow: 0 0 0 3px rgba(128, 22, 111, 0.12);
  outline: none;
}

.project-poll-option.is-selected {
  border-color: #20957c;
  box-shadow: 0 10px 22px rgba(128, 22, 111, 0.12);
}

.project-poll-option__input {
  position: absolute;
  inset: 0;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}

.project-poll-option__indicator {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1.5px solid #9fb1c4;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.project-poll-option__dot {
  width: 10px;
  height: 10px;
  border-radius: inherit;
  background: #20957c;
  transform: scale(0);
  transition: transform 0.18s ease;
}

.project-poll-option.is-selected .project-poll-option__indicator {
  border-color: #20957c;
}

.project-poll-option.is-selected .project-poll-option__dot {
  transform: scale(1);
}

.project-poll-option__text {
  min-width: 0;
  font-size: 15px;
  line-height: 1.4;
}

.project-poll-submit {
  display: flex;
  justify-content: flex-end;
}

.project-poll-submit__button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: #80166f;
  color: #ffffff;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  box-shadow: 0 12px 24px rgba(128, 22, 111, 0.22);
}

.project-poll-submit__button:hover,
.project-poll-submit__button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(128, 22, 111, 0.26);
  outline: none;
}

.project-poll-submit__button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  transform: none;
  box-shadow: none;
}

.project-poll-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  color: #475569;
  font-size: 14px;
}

.project-poll-result-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.project-poll-result-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  font-size: 14px;
}

.project-poll-result-label {
  font-weight: 600;
  color: #0f172a;
}

.project-poll-result-count {
  color: #475569;
}

.project-poll-result-bar {
  height: 12px;
  border-radius: 999px;
  background: #dde8f2;
  overflow: hidden;
}

.project-poll-result-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #80166f 0%, #c62c8f 100%);
}

.project-poll-result.is-selected .project-poll-result-label,
.project-poll-result.is-selected .project-poll-result-count {
  color: #80166f;
}

.project-poll-login-hint {
  margin: 0;
  color: #475569;
}

@media (max-width: 420px) {
  #projekt-bottom-nav .drawer-body--notifications {
    padding: 16px 10px 18px;
  }
  #projekt-bottom-nav .notification-panel__title {
    font-size: 26px;
  }
  #projekt-bottom-nav .notification-item__link {
    gap: 12px;
    padding: 16px 48px 16px 14px;
  }
}
@media (min-width: 768px) {
  #projekt-bottom-nav {
    display: none;
  }
  .dashboard-summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dashboard-overview-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dashboard-profile-grid,
  .dashboard-form-row {
    grid-template-columns: 1fr;
  }
  .dashboard-form-field--compact {
    width: min(100%, 520px);
  }
}
@media (max-width: 767.98px) {
  .dashboard-tabs {
    gap: 6px;
  }
  .dashboard-tab {
    min-height: 48px;
    padding-inline: 10px;
  }
  .dashboard-subscription-item {
    flex-direction: column;
    align-items: stretch;
  }
  .dashboard-post-card {
    align-items: flex-start;
  }
  .dashboard-post-main {
    align-items: flex-start;
  }
  .dashboard-post-side {
    width: 100%;
    justify-content: space-between;
    padding-left: 52px;
  }
  .dashboard-section__head {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 479.98px) {
  .dashboard-tab__label {
    display: none;
  }
  .dashboard-tab {
    padding-inline: 0;
  }
  .dashboard-summary-card,
  .dashboard-panel--feature {
    padding: 18px;
  }
}
/* Create / Edit Modal Shell
--------------------------------------------- */
#projekt-modal.modal--editor {
  background: #ffffff;
  padding: 0;
  display: block;
}

#projekt-modal.modal--editor .projekt-modal-card--editor {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  border-radius: 0;
  background: #ffffff;
}

#projekt-modal.modal--editor .projekt-modal-head {
  padding: 18px 20px;
}

#projekt-modal.modal--editor .projekt-modal-title {
  font-size: 1.1rem;
  font-weight: 700;
}

#projekt-modal.modal--editor .projekt-modal-body {
  padding: 0 18px 24px;
}

#projekt-modal.modal--editor .projekt-modal-actions {
  padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
}

#projekt-modal.modal--dashboard {
  background: var(--dashboard-page-bg, #eceef2);
  padding: 0;
  display: block;
}

#projekt-modal.modal--dashboard .projekt-modal-card--dashboard {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  border-radius: 0;
  background: var(--dashboard-page-bg, #eceef2);
}

#projekt-modal.modal--dashboard .projekt-modal-head {
  padding: 18px 20px;
}

#projekt-modal.modal--dashboard .projekt-modal-title {
  font-size: 1.1rem;
  font-weight: 700;
}

#projekt-modal.modal--dashboard .projekt-modal-body--dashboard {
  padding: 0;
  background: var(--dashboard-page-bg, #eceef2);
}

#projekt-modal.modal--dashboard .dashboard-container--posts {
  max-width: 1120px;
  padding: 20px 16px calc(36px + env(safe-area-inset-bottom));
}

#projekt-modal .projekt-create-layout {
  display: grid;
  gap: 24px;
  min-width: 0;
}

#projekt-modal .projekt-create-fields {
  display: grid;
  gap: 18px;
  min-width: 0;
}

#projekt-modal .projekt-live-previews {
  display: grid;
  gap: 24px;
  align-content: start;
  min-width: 0;
}

#projekt-modal .projekt-feed-preview,
#projekt-modal .projekt-display-preview {
  display: grid;
  gap: 12px;
  min-width: 0;
}

#projekt-modal .projekt-feed-preview-heading,
#projekt-modal .projekt-display-preview-heading {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

#projekt-modal .projekt-create-switcher {
  min-width: 0;
}

#projekt-modal .projekt-create-switcher__inner {
  display: grid;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid #dbe4ef;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

#projekt-modal .projekt-create-switcher__copy {
  display: grid;
  gap: 4px;
}

#projekt-modal .projekt-create-switcher__label {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

#projekt-modal .projekt-create-switcher__hint {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #64748b;
}

#projekt-modal .projekt-create-switcher__control {
  position: relative;
  min-width: 0;
}

#projekt-modal .projekt-create-switcher__select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

#projekt-modal .projekt-create-switcher__trigger {
  width: 100%;
  min-height: 54px;
  border: 1px solid #ced8e5;
  border-radius: 12px;
  background: #ffffff;
  color: #0f172a;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#projekt-modal .projekt-create-switcher__trigger:hover,
#projekt-modal .projekt-create-switcher__trigger:focus-visible,
#projekt-modal .projekt-create-switcher__control.is-open .projekt-create-switcher__trigger {
  border-color: #80166f;
  outline: none;
  box-shadow: 0 0 0 4px rgba(128, 22, 111, 0.12);
}

#projekt-modal .projekt-create-switcher__trigger:disabled {
  cursor: default;
  opacity: 0.72;
  box-shadow: none;
}

#projekt-modal .projekt-create-switcher__trigger-value {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

#projekt-modal .projekt-create-switcher__option-icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#projekt-modal .projekt-create-switcher__option-icon .projekt-ui-type-icon__svg,
#projekt-modal .projekt-create-switcher__option-icon .dashicons {
  width: 18px;
  height: 18px;
}

#projekt-modal .projekt-create-switcher__option-icon .dashicons {
  font-size: 18px;
}

#projekt-modal .projekt-create-switcher__option-label {
  min-width: 0;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: #0f172a;
}

#projekt-modal .projekt-create-switcher__trigger-chevron {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
  color: #64748b;
}

#projekt-modal .projekt-create-switcher__control.is-open .projekt-create-switcher__trigger-chevron {
  transform: rotate(-135deg) translateY(2px);
}

#projekt-modal .projekt-create-switcher__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 8;
  display: none;
  padding: 8px;
  border: 1px solid #dbe4ef;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.14);
}

#projekt-modal .projekt-create-switcher__control.is-open .projekt-create-switcher__dropdown {
  display: grid;
  gap: 6px;
}

#projekt-modal .projekt-create-switcher__option {
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 10px 12px;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

#projekt-modal .projekt-create-switcher__option:hover,
#projekt-modal .projekt-create-switcher__option:focus-visible {
  background: #f8fbff;
  outline: none;
  transform: translateY(-1px);
}

#projekt-modal .projekt-create-switcher__option.is-selected {
  background: #f4edf3;
}

.feed-card__type-icon-badge {
  width: 2rem;
  height: 2rem;
}

.feed-card__type-icon-badge .projekt-ui-type-icon__svg,
.feed-card__type-icon-badge .dashicons {
  width: 1rem;
  height: 1rem;
}

.feed-card__type-icon-badge .dashicons {
  font-size: 1rem;
}

#projekt-modal .projekt-display-preview {
  margin-top: 4px;
  padding-top: 24px;
  border-top: 1px solid #e6e9ee;
}

#projekt-modal .display-preview-wrapper {
  width: 100%;
}

#projekt-modal .street-display-card {
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.18);
}

#projekt-modal .projekt-feed-preview-card .feed-card__action,
#projekt-modal .projekt-feed-preview-card .project-poll-option,
#projekt-modal .projekt-feed-preview-card .project-poll-submit__button {
  pointer-events: none;
}

#projekt-modal .projekt-feed-preview-card .feed-card__action[disabled],
#projekt-modal .projekt-feed-preview-card .project-poll-option[disabled],
#projekt-modal .projekt-feed-preview-card .project-poll-submit__button[disabled] {
  opacity: 1;
}

#projekt-modal .projekt-create-layout--has-live-previews .crop-ui-field .image-preview,
#projekt-modal .projekt-create-layout--has-live-previews .acf-image-uploader.has-value .image-wrap {
  display: none !important;
}

#projekt-modal .projekt-field-image-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

#projekt-modal .projekt-field-image-action {
  appearance: none;
  border: 1px solid #d7dce2;
  border-radius: 999px;
  background: #ffffff;
  color: #0f172a;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 14px;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

#projekt-modal .projekt-field-image-action:hover,
#projekt-modal .projekt-field-image-action:focus-visible {
  border-color: #80166f;
  color: #80166f;
  transform: translateY(-1px);
}

#projekt-modal .projekt-field-image-action--remove:hover,
#projekt-modal .projekt-field-image-action--remove:focus-visible {
  border-color: #dc2626;
  color: #dc2626;
}

@media (min-width: 768px) {
  #projekt-modal.modal--editor .projekt-modal-head {
    padding: 22px 28px;
  }
  #projekt-modal.modal--editor .projekt-modal-body {
    padding: 0 28px 32px;
  }
  #projekt-modal.modal--editor .projekt-modal-actions {
    padding: 16px 28px 18px;
  }
  #projekt-modal.modal--editor .projekt-create-layout {
    width: min(820px, 100%);
    margin: 0 auto;
    padding: 24px 0 40px;
  }
  #projekt-modal .projekt-create-switcher__inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  #projekt-modal .projekt-create-layout {
    gap: 20px;
    padding-top: 12px;
  }
  #projekt-modal .projekt-create-switcher__inner {
    padding: 14px;
    border-radius: 16px;
  }
}
/* ACF Field Structure
--------------------------------------------- */
#projekt-modal .acf-form .acf-fields.acf-form-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

#projekt-modal .acf-field[data-type=group],
#projekt-modal .acf-field-group {
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

#projekt-modal .acf-field[data-type=group] > .acf-label,
#projekt-modal .acf-field-group > .acf-label {
  margin: 6px 0 10px;
  padding-top: 0;
}

#projekt-modal .acf-field[data-type=group] > .acf-label label,
#projekt-modal .acf-field-group > .acf-label label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

#projekt-modal .acf-field[data-type=group] > .acf-input > .acf-fields,
#projekt-modal .acf-field-group > .acf-input > .acf-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#projekt-modal .acf-field[data-type=group] > .acf-input > .acf-fields > .acf-field,
#projekt-modal .acf-field-group > .acf-input > .acf-fields > .acf-field {
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  float: none;
  margin: 0 0 14px;
}

#projekt-modal .acf-field[data-type=group] > .acf-input > .acf-fields > .acf-field .acf-label,
#projekt-modal .acf-field-group > .acf-input > .acf-fields > .acf-field .acf-label {
  margin-bottom: 8px;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) > .acf-input > .acf-repeater {
  border: 0;
  background: transparent;
  overflow: visible;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
  margin: -12px 0 0;
  background: transparent;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-table > thead th {
  padding: 0 0 6px;
  background: transparent;
  border: 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row > td {
  background: transparent;
  border: 0;
  padding: 0;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row > td.acf-fields {
  padding: 0 0 14px;
  border: 0;
  border-bottom: 1px solid #e6e9ee;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row > td.acf-row-handle {
  padding: 0 0 14px 10px;
  background: transparent;
  border: 0;
  vertical-align: middle;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row > td.acf-row-handle.order {
  display: none;
  color: #94a3b8;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row > td.acf-row-handle.remove {
  width: 48px;
  min-width: 48px;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row > td.acf-fields > .acf-fields {
  display: grid;
  gap: 14px;
  border: 0;
  background: transparent;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row > td.acf-fields > .acf-fields > .acf-field {
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row > td.acf-fields > .acf-fields > .acf-field .acf-label {
  margin-bottom: 8px;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row:last-child > td.acf-fields,
#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row:last-child > td.acf-row-handle {
  padding-bottom: 0;
  border-bottom: 0;
}

#projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-actions {
  padding: 12px 0 0;
  border-top: 0;
  background: transparent;
}

#projekt-modal .acf-form .acf-fields.acf-form-fields > .acf-field[data-width] {
  width: 100% !important;
}

#projekt-modal .acf-field[data-name=start_ende] > .acf-input > .acf-fields,
#projekt-modal .acf-field-group[data-name=start_ende] > .acf-input > .acf-fields,
#projekt-modal .acf-field[data-name=publish_daten] > .acf-input > .acf-fields,
#projekt-modal .acf-field-group[data-name=publish_daten] > .acf-input > .acf-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}

#projekt-modal .acf-field[data-name=start_ende] > .acf-input > .acf-fields > .acf-field,
#projekt-modal .acf-field-group[data-name=start_ende] > .acf-input > .acf-fields > .acf-field,
#projekt-modal .acf-field[data-name=publish_daten] > .acf-input > .acf-fields > .acf-field,
#projekt-modal .acf-field-group[data-name=publish_daten] > .acf-input > .acf-fields > .acf-field {
  width: 100% !important;
  margin-bottom: 0;
}

#projekt-modal .acf-field[data-type=date_picker] .acf-input-wrap,
#projekt-modal .acf-field[data-type=time_picker] .acf-input-wrap,
#projekt-modal .acf-field[data-type=date_time_picker] .acf-input-wrap {
  position: relative;
}

#projekt-modal .acf-field[data-type=date_picker] .acf-input-wrap input[type=text],
#projekt-modal .acf-field[data-type=time_picker] .acf-input-wrap input[type=text],
#projekt-modal .acf-field[data-type=date_time_picker] .acf-input-wrap input[type=text] {
  padding-right: 46px;
  background-color: #fffafc;
  border-color: #dcc7d7;
  font-weight: 600;
  cursor: pointer;
}

#projekt-modal .acf-field[data-type=date_picker] .acf-input-wrap::after,
#projekt-modal .acf-field[data-type=date_time_picker] .acf-input-wrap::after,
#projekt-modal .acf-field[data-type=time_picker] .acf-input-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  opacity: 0.9;
}

#projekt-modal .acf-field[data-type=date_picker] .acf-input-wrap::after,
#projekt-modal .acf-field[data-type=date_time_picker] .acf-input-wrap::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2380166f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4.5' width='18' height='16' rx='2.5'/%3E%3Cpath d='M8 2.75v3.5M16 2.75v3.5M3 9.5h18'/%3E%3C/svg%3E");
}

#projekt-modal .acf-field[data-type=time_picker] .acf-input-wrap::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2380166f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M12 7.5v5l3 2'/%3E%3C/svg%3E");
}

@media (max-width: 767.98px) {
  #projekt-modal .acf-field[data-type=group] > .acf-input > .acf-fields,
  #projekt-modal .acf-field-group > .acf-input > .acf-fields {
    gap: 0;
    padding: 0;
    border-radius: 0;
  }
  #projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-table {
    border-spacing: 0 10px;
    margin-top: -10px;
  }
  #projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row > td.acf-fields {
    padding: 0 0 12px;
    border-radius: 0;
  }
  #projekt-modal .acf-field[data-type=repeater]:not([data-name=poll_options]) .acf-repeater .acf-row > td.acf-row-handle.remove {
    width: 42px;
    min-width: 42px;
  }
  #projekt-modal .acf-form .acf-fields.acf-form-fields > .acf-field[data-width] {
    width: 100% !important;
  }
}

/*# sourceMappingURL=projekt-ui.css.map */
