/**
 * Header bell dropdown: .noti-bell-tabs + .noti-bell-pane / .active (unique names vs theme).
 *
 * Home #home-discussion widget (was home-discussion.css; init in notifications-bell.js).
 */

/* Unread dot on the bell toggler. style.css puts it top-LEFT in purple; move it to
   the top-right corner of the glyph and paint it with the site accent. */
.top-profile .notify .toggler.active:before {
  left: auto;
  right: 10px;
  background: var(--ak-accent, #26a3d6);
}

.dropdown-menu.user-notification {
  max-width: min(100vw - 24px, 400px);
  min-width: 300px;
}

.dropdown-menu.user-notification .noti-bell-head {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dropdown-menu.user-notification .noti-bell-tabs {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: stretch;
  gap: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dropdown-menu.user-notification .noti-bell-tabs > span {
  flex: 1 1 0;
  text-align: center;
  cursor: pointer;
  padding: 10px 4px 9px;
  font-weight: 600;
  font-size: 0.78rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.55);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  user-select: none;
}

.dropdown-menu.user-notification .noti-bell-tabs > span .badge {
  display: inline-block;
  margin-left: 2px;
  font-size: 0.65rem;
  vertical-align: middle;
}

.dropdown-menu.user-notification .noti-bell-tabs > span:hover {
  color: rgba(255, 255, 255, 0.85);
}

.dropdown-menu.user-notification .noti-bell-tabs > span.active {
  color: #fff;
  border-bottom-color: var(--primary, #26a3d6);
}

.dropdown-menu.user-notification .noti-bell-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 6px 10px;
  min-height: 34px;
}

.dropdown-menu.user-notification .noti-bell-actions .filter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
}

.dropdown-menu.user-notification .noti-bell-actions .filter:hover {
  color: #fff;
  background: rgba(38, 163, 214, 0.2);
  border-color: rgba(38, 163, 214, 0.35);
}

.dropdown-menu.user-notification .noti-bell-actions .filter i {
  font-size: 0.8rem;
  opacity: 0.9;
}

/* Panes: unique class so theme â€œ.noti-contentâ€ etc. never collides */
div.dropdown-menu.dropdown-menu-right.noclose.user-notification > .noti-bell-pane {
  display: none !important;
}

div.dropdown-menu.dropdown-menu-right.noclose.user-notification > .noti-bell-pane.active {
  display: block !important;
}

.dropdown-menu.user-notification .noti-bell-anime .body-box,
.dropdown-menu.user-notification .noti-bell-community .noti-panel-community > .body-box,
.dropdown-menu.user-notification .noti-bell-system .noti-panel-system > .body-box {
  max-height: 340px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.dropdown-menu.user-notification .noti-system {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  cursor: default;
  text-decoration: none;
  color: inherit;
  background: transparent;
}

.dropdown-menu.user-notification .noti-system:last-child {
  border-bottom: 0;
}

.dropdown-menu.user-notification .noti-system.new {
  background: rgba(38, 163, 214, 0.07);
}

.dropdown-menu.user-notification .noti-system.old {
  opacity: 0.72;
}

.dropdown-menu.user-notification .system-noti-icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(38, 163, 214, 0.16);
  color: var(--primary, #26a3d6);
  font-size: 1rem;
  line-height: 1;
}

.dropdown-menu.user-notification .noti-system[data-category="ban_permanent"] .system-noti-icon,
.dropdown-menu.user-notification .noti-system[data-category="warn"] .system-noti-icon {
  background: rgba(239, 68, 68, 0.16);
  color: #f87171;
}

.dropdown-menu.user-notification .noti-system[data-category="mute"] .system-noti-icon {
  background: rgba(245, 158, 11, 0.16);
  color: #fbbf24;
}

.dropdown-menu.user-notification .noti-system[data-category="unban"] .system-noti-icon {
  background: rgba(34, 197, 94, 0.16);
  color: #4ade80;
}

.dropdown-menu.user-notification .system-noti-main {
  flex: 1 1 auto;
  min-width: 0;
}

.dropdown-menu.user-notification .system-noti-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  margin-bottom: 4px;
}

.dropdown-menu.user-notification .system-noti-title {
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.3;
}

.dropdown-menu.user-notification .system-noti-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 7px;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #7dd3fc;
  background: rgba(38, 163, 214, 0.18);
  white-space: nowrap;
}

.dropdown-menu.user-notification .system-noti-body {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  white-space: normal;
}

.dropdown-menu.user-notification .system-noti-reason {
  margin: 6px 0 0;
  padding: 6px 8px;
  border-radius: 6px;
  font-size: 0.75rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.22);
}

.dropdown-menu.user-notification .system-noti-reason span {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  margin-right: 4px;
}

.dropdown-menu.user-notification .system-noti-time {
  display: block;
  margin-top: 6px;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.45);
}

/* Kill theme .poster / .dot styles if any leftover wrappers exist */
.dropdown-menu.user-notification .noti-system .poster,
.dropdown-menu.user-notification .noti-system .dot::before {
  display: none !important;
  content: none !important;
}

.dropdown-menu.user-notification .system-noti-body,
.member-notifications-page .system-noti-body {
  white-space: normal;
}

/* Read state: applied immediately on â€œMark as readâ€ (anime uses .old from main.js; community uses .old here). */
.dropdown-menu.user-notification .noti-panel-anime a.item.old {
  opacity: 0.62;
}

.dropdown-menu.user-notification .noti-panel-anime a.item.old .dot.title,
.dropdown-menu.user-notification .noti-panel-anime a.item.old .dot.highlight {
  color: rgba(255, 255, 255, 0.45) !important;
}

.dropdown-menu.user-notification .noti-panel-anime a.item.old time {
  color: rgba(255, 255, 255, 0.38);
}

.dropdown-menu.user-notification .noti-panel-community .noti-mention.old {
  opacity: 0.62;
}

.dropdown-menu.user-notification .noti-panel-community .noti-mention.old .noti-mention-user {
  color: rgba(255, 255, 255, 0.55);
}

.dropdown-menu.user-notification .noti-panel-community .noti-mention.old .noti-mention-manga {
  color: rgba(95, 211, 138, 0.55);
}

.dropdown-menu.user-notification .noti-panel-community .noti-mention.old time {
  color: rgba(255, 255, 255, 0.38);
}

.dropdown-menu.user-notification .noti-panel-community .noti-mention {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-decoration: none;
  color: inherit;
}

.dropdown-menu.user-notification .noti-panel-community .noti-mention:last-child {
  border-bottom: 0;
}

.dropdown-menu.user-notification .noti-panel-community .noti-mention .poster {
  flex: 0 0 auto;
}

.dropdown-menu.user-notification .noti-panel-community .noti-mention .poster .user-avatar {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
}

.dropdown-menu.user-notification .noti-panel-community .noti-mention .user-avatar-img {
  width: 36px;
  height: 36px;
  max-width: 36px;
  max-height: 36px;
  object-fit: cover;
  display: block;
}

.dropdown-menu.user-notification .noti-panel-community .noti-mention .info {
  flex: 1;
  min-width: 0;
}

.dropdown-menu.user-notification .noti-panel-community .noti-mention .content {
  display: block;
}

.dropdown-menu.user-notification .noti-panel-community .noti-mention .noti-mention-user {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.35;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.92);
}

.dropdown-menu.user-notification .noti-panel-community .noti-mention .noti-mention-manga {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.35;
  color: #5fd38a;
  font-weight: 600;
}

.dropdown-menu.user-notification .noti-panel-community .noti-mention time {
  display: block;
  margin-top: 4px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
}

.dropdown-menu.user-notification .noti-panel-community .noti-mention.new {
  background: rgba(38, 163, 214, 0.08);
}

.dropdown-menu.user-notification .noti-panel-community .no-result {
  padding: 24px 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
}

.dropdown-menu.user-notification .noti-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 36px 18px;
  text-align: center;
  min-height: 160px;
}

.dropdown-menu.user-notification .noti-empty i {
  font-size: 1.6rem;
  color: var(--primary, #26a3d6);
  opacity: 0.85;
  margin-bottom: 4px;
}

.dropdown-menu.user-notification .noti-empty strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu.user-notification .noti-empty span {
  display: block;
  max-width: 240px;
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}

/* --------------------------------------------------------------------------
   Home Discussion (#home-discussion)
   -------------------------------------------------------------------------- */

#home-discussion {
  margin: 0 0 18px;
  font-family: var(--font-family-sans-serif);
}

#home-discussion.hd-strip {
  margin: 14px 0 18px;
  padding: 14px 0 10px;
  background: linear-gradient(
    180deg,
    rgba(16, 25, 37, 0) 0%,
    rgba(16, 25, 37, 0.45) 40%,
    rgba(16, 25, 37, 0) 100%
  );
}

#home-discussion.hd-strip--sidebar.hd-strip {
  margin: 0 0 16px;
  padding: 0;
  background: none;
}

#home-discussion.hd-strip--sidebar .hd-strip-inner {
  padding: 10px 12px 4px;
}

#home-discussion.hd-strip--sidebar .hd-head {
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

#home-discussion.hd-strip--sidebar .hd-left {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

#home-discussion.hd-strip--sidebar .hd-toggle {
  justify-content: space-between;
  width: 100%;
}

#home-discussion .hd-strip-inner {
  position: relative;
  background: rgba(20, 32, 48, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 12px 14px 4px;
  overflow: hidden;
}

#home-discussion .hd-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
  flex-wrap: wrap;
}

#home-discussion .hd-left {
  display: flex;
  align-items: baseline;
  gap: 14px;
  min-width: 0;
}

#home-discussion .hd-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 15px;
  color: var(--white);
  white-space: nowrap;
}

#home-discussion .hd-title i {
  color: var(--primary);
}

#home-discussion .hd-tabs {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

#home-discussion .hd-tab {
  cursor: pointer;
  user-select: none;
  font-weight: 700;
  font-size: 12px;
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: var(--gray2);
  position: relative;
}

#home-discussion .hd-tab:hover {
  color: rgba(255, 255, 255, 0.9);
}

#home-discussion .hd-tab.active {
  color: var(--white);
}

#home-discussion .hd-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--primary);
}

#home-discussion .hd-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gray2);
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
}

#home-discussion .hd-switch {
  width: 40px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  position: relative;
  cursor: pointer;
}

#home-discussion .hd-switch span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  transition: left 0.15s ease;
}

#home-discussion.is-on .hd-switch {
  background: rgba(38, 163, 214, 0.25);
  border-color: rgba(38, 163, 214, 0.5);
}

#home-discussion.is-on .hd-switch span {
  left: 21px;
}

#home-discussion .hd-body {
  min-height: 0;
}

#home-discussion .hd-list {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

#home-discussion .hd-list-empty {
  padding: 14px 0;
  font-size: 13px;
  color: var(--gray2);
}

#home-discussion a.hd-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-decoration: none;
  color: inherit;
  transition: background 0.12s ease;
}

#home-discussion a.hd-row:last-child {
  border-bottom: 0;
}

#home-discussion a.hd-row:hover {
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
}

#home-discussion .hd-row-avatar {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

#home-discussion .hd-row-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#home-discussion .hd-row-main {
  flex: 1;
  min-width: 0;
}

#home-discussion .hd-row-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
  margin-bottom: 4px;
  font-size: 12px;
}

#home-discussion .hd-row-user {
  font-weight: 700;
  color: var(--white);
}

#home-discussion .hd-row-badge {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--gray2);
}

#home-discussion .hd-row-time {
  color: var(--gray2);
}

#home-discussion .hd-row-ep {
  color: var(--primary);
  font-weight: 600;
}

#home-discussion .hd-row-text {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#home-discussion .hd-row-show {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#home-discussion.is-off .hd-body {
  display: none;
}

#home-discussion.is-loading .hd-list {
  opacity: 0.65;
  pointer-events: none;
}

@media (max-width: 576px) {
  #home-discussion .hd-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

/* Member profile: public moderator warnings */
.member-mod-warnings {
  margin-bottom: 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(220, 53, 69, 0.35);
  background: linear-gradient(135deg, rgba(220, 53, 69, 0.14) 0%, rgba(255, 193, 7, 0.08) 100%);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.member-mod-warnings__header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.member-mod-warnings__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(220, 53, 69, 0.22);
  color: #ff6b6b;
  font-size: 1.15rem;
}

.member-mod-warnings__title {
  margin: 0 0 4px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #f8d7da;
  letter-spacing: 0.02em;
}

.member-mod-warnings__subtitle {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.4;
}

.member-mod-warnings__list {
  list-style: none;
  margin: 0;
  padding: 12px 14px 16px;
}

.member-mod-warnings__item {
  padding: 12px 14px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
  border-left: 3px solid #dc3545;
}

.member-mod-warnings__item:last-child {
  margin-bottom: 0;
}

.member-mod-warnings__date {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 8px;
}

.member-mod-warnings__message {
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  word-break: break-word;
}

@media (max-width: 576px) {
  .member-mod-warnings__header {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ============================================================
 * Homepage community pinned strip (#community-pinned)
 * Desktop: one-line ticker bar. Mobile: slim rows.
 * ============================================================ */
.cpin{margin-bottom:1rem;font-family:inherit}
.cpin a{text-decoration:none;color:inherit}
.cpin .cpin-tag{flex:0 0 auto;font-size:11px;font-weight:800}
.cpin .cpin-t-red{color:#ff718c}
.cpin .cpin-t-blue{color:#4da6ff}
.cpin .cpin-t-green{color:#7df796}
.cpin .cpin-t-yellow{color:#ffce71}
.cpin .cpin-t-purple{color:#d4a2f7}
.cpin .cpin-t-orange{color:#ff7e3f}
.cpin .cpin-t-pink{color:#ff9ff3}
.cpin .cpin-t-cyan{color:#67e8f9}
.cpin .cpin-t-lime{color:#bef264}
.cpin .cpin-t-sky{color:#7dd3fc}
.cpin .cpin-t-coral{color:#fda4af}
.cpin .cpin-t-white{color:#c5d0dc}
.cpin .cpin-hide{
  flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;
  width:24px;height:24px;border:0;border-radius:6px;cursor:pointer;
  background:rgba(255,255,255,.07);color:#8e9bb0;font-size:11px;
  transition:background .15s ease,color .15s ease;
}
.cpin .cpin-hide:hover{background:rgba(255,255,255,.16);color:#fff}

/* Desktop ticker bar */
.cpin .cpin-bar{
  display:flex;align-items:center;gap:12px;padding:9px 12px;border-radius:10px;
  background:linear-gradient(90deg,rgba(38,163,214,.14),rgba(21,27,43,.9) 55%);
  border:1px solid rgba(38,163,214,.3);overflow:hidden;
}
.cpin .cpin-badge{
  flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;
  font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#7ec8e8;
}
.cpin .cpin-badge i{font-size:10px;transform:rotate(35deg)}
.cpin .cpin-items{flex:1;display:flex;gap:8px;min-width:0;overflow-x:auto;scrollbar-width:none}
.cpin .cpin-items::-webkit-scrollbar{display:none}
.cpin .cpin-item{
  flex:1 1 0;min-width:0;display:flex;align-items:center;gap:8px;
  padding:5px 12px;border-radius:999px;
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);
  font-size:12.5px;font-weight:600;color:#e8eef7;
  transition:background .15s ease,border-color .15s ease;
}
.cpin .cpin-item:hover{background:rgba(255,255,255,.12);border-color:rgba(126,200,232,.4);color:#fff}
.cpin .cpin-item .t{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cpin .cpin-item .c{flex:0 0 auto;font-size:11px;color:#8e9bb0}
.cpin .cpin-item .c i{font-size:10px;margin-right:3px}

/* Mobile spotlight banner (one pin at a time) â€” keep short so slider stays the hero */
.cpin .cpin-spot{
  position:relative;display:none;align-items:center;gap:10px;
  padding:8px 12px;border-radius:10px;overflow:hidden;
  background:
    radial-gradient(600px 80px at 0% 0%,rgba(38,163,214,.22),transparent 60%),
    radial-gradient(500px 90px at 100% 100%,rgba(255,159,243,.12),transparent 60%),
    #151b2b;
  border:1px solid rgba(126,200,232,.25);
}
.cpin .cpin-spot-icon{
  flex:0 0 auto;width:28px;height:28px;border-radius:8px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(38,163,214,.18);color:#7ec8e8;font-size:12px;
}
.cpin .cpin-spot-icon i{transform:rotate(35deg)}
.cpin .cpin-spot-body{flex:1;min-width:0;color:#e8eef7;padding-right:28px}
.cpin .cpin-spot-body:hover{color:#fff}
.cpin .cpin-spot-kicker{
  font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
  color:#7ec8e8;margin-bottom:1px;line-height:1.2;
}
.cpin .cpin-spot-kicker .cpin-tag{margin-left:5px;letter-spacing:0;text-transform:none}
.cpin .cpin-spot-name{
  font-size:13px;font-weight:800;line-height:1.25;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.cpin .cpin-spot-sub{display:none}
.cpin .cpin-spot-dots{position:absolute;right:40px;top:8px;display:flex;gap:4px}
.cpin .cpin-spot-dots span{
  width:6px;height:6px;border-radius:50%;cursor:pointer;
  background:rgba(255,255,255,.25);transition:background .15s ease;
}
.cpin .cpin-spot-dots span.on{background:#7ec8e8}

@media (max-width:767.98px){
  .cpin .cpin-bar{display:none}
  .cpin .cpin-spot{display:flex}
}