#comments,
.entry-meta,
.likes-widget-placeholder,
.nav-links,
.post-meta,
.sharedaddy {
  display: none
}
.custom-form input[type=date],
.custom-form input[type=text],
.custom-form textarea {
  width: 100%!important;
  padding: 10px!important;
  margin-bottom: 15px!important;
  box-sizing: border-box!important;
  border: 1px solid #ccc!important;
  border-radius: 4px!important;
  background-color: #fff!important
}
@media (max-width:768px) {
  .custom-form input[type=date],
  .custom-form input[type=text],
  .custom-form textarea {
    width: 100%!important
  }
}
.custom-form input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer!important;
  border: none!important;
  background: 0 0!important;
  color: #333!important;
  position: absolute!important;
  right: 10px!important;
  top: 10px!important
}
.custom-form .error-message {
  color: red!important;
  margin-top: -10px!important;
  margin-bottom: 10px!important;
  font-size: 12px!important
}
.site-title {
  font-size: 20px
}
.navbar a {
  font-size: 14px
}
.single-event_listing .entry-header,
.single-event_listing h1.entry-title,
.wpem-event-register,
.wpem-theme-button,
button.wpem-theme-button {
  display: none!important
}
.single-event_listing .ast-container,
.single-event_listing .content-area,
.single-event_listing .site-content {
  margin-top: 0!important;
  padding-top: 0!important
}
.single-event_listing .wpem-icon-eye {
  display: none!important
}
.home {
  --wp--style--root--padding-top: 0!important;
  --wp--style--block-gap: 0!important
}
.home .content-area,
.home .entry-content,
.home .site-main,
.home .wp-block-post-content,
.home .wp-site-blocks,
.home main {
  padding-top: 0!important;
  margin-top: 0!important
}
.home .site-header,
.home .site-header > .wp-block-group,
.home header {
  margin-bottom: 0!important;
  padding-bottom: 0!important
}
.home .entry-content > :first-child,
.home .site-header + *,
.home .wp-block-post-content > :first-child,
.home .wp-site-blocks > :first-child,
.home header + *,
.home main > :first-child {
  margin-top: 0!important;
  padding-top: 0!important
}
.home .wp-block-spacer:first-child {
  display: none!important
}
.home .home-hero,
.home .home-hero > :first-child {
  margin-top: 0!important;
  padding-top: 0!important
}
.home .home-hero {
  margin-top: -6px!important
}
input[name=venue-key],
input[name=venue-time] {
  display: none!important
}
:root {
  --teal: #0f8b8d;
  --orange: #f36c00;
  --purple: #8a4fff;
  --green: #2c7a7b;
  --ink: #222;
  --muted: #666;
  --bg: #f7f9fc;
  --gold: #d4a017;
  --halloween: #ff5a00;
  --bluegray: #5a6b8c
}
.one-venue {
  background: var(--bg);
  padding: 24px;
  border-radius: 16px
}
.ov-head {
  text-align: center;
  margin-bottom: 20px
}
.ov-pref {
  font-weight: 700;
  color: var(--muted)
}
.ov-pref .en {
  margin-left: .4em;
  font-weight: 600
}
.ov-title {
  margin: .3em 0 .5em;
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--ink)
}
.ov-sub {
  font-size: 1.2rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 1.5em
}
.ov-actions {
  display: grid;
  max-width: 500px;
  margin: 0 auto 20px;
  gap: 16px
}
.btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-radius: 999px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(0,0,0,.08);
  transition: transform .05s,box-shadow .2s
}
.btn:hover {
  box-shadow: 0 8px 18px rgba(0,0,0,.12)
}
.btn:active {
  transform: translateY(1px)
}
.btn .jp {
  font-size: 1.2rem;
  line-height: 1.3
}
.btn .en {
  font-size: .95rem;
  opacity: .95
}
.btn--teal {
  background: var(--teal)
}
.btn--orange {
  background: var(--orange)
}
.btn--purple {
  background: var(--purple)
}
.btn--green {
  background: var(--green)
}
.ov-helper {
  text-align: center;
  margin-top: 20px
}
.ov-link {
  color: var(--teal);
  font-weight: 700;
  text-decoration: underline
}
.ov-info {
  margin: 30px auto 10px;
  max-width: 700px;
  font-size: .95rem;
  color: #333
}
.ov-heading {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 1.5em 0 .5em;
  border-left: 4px solid var(--teal);
  padding-left: .5em;
  color: #222
}
.ov-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1em
}
.ov-list li {
  margin: .6em 0;
  line-height: 1.5
}
.ov-list .en {
  color: #555;
  font-size: .9em
}
.btn--gold {
  background: var(--gold);
  color: #fff
}
.btn--halloween {
  background: var(--halloween);
  color: #fff
}
.btn--bluegray {
  background: var(--bluegray);
  color: #fff
}
.wpcf7 form .wpcf7-response-output {
  margin: .35em 0 0;
  padding: .6em 1em;
  border: 1.5px solid #2a4;
  border-radius: 6px;
  background: #f6fff8;
  color: #222;
  text-align: center;
  font-size: .9em;
  line-height: 1.4
}
.event-form__footer {
  margin-top: .2em;
  font-size: .78rem;
  color: #555;
  text-align: left;
  line-height: 1.35
}
.event-form__footer a {
  color: #004b9e;
  text-decoration: underline;
  font-weight: 500
}
.app-header {
  padding: 14px 16px
}
.app-header img {
  height: 36px;
  width: auto
}
@media (min-width:768px) {
  .app-header {
    padding: 18px 24px
  }
  .app-header img {
    height: 44px
  }
}
.cta-card .wp-block-button__link {
  font-size: 15px;
  font-weight: 600;
  transition: .2s
}
.cta-card .wp-block-button__link:hover {
  opacity: .9;
  transform: translateY(-1px)
}
.gm-top-slider {
  padding: 10px 0 6px
}
.gm-top-slider .wp-block-group__inner-container {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding: 0 14px 10px
}
.gm-top-slider .wp-block-image {
  flex: 0 0 auto;
  width: 86vw;
  max-width: 560px;
  scroll-snap-align: start
}
.gm-top-slider .wp-block-image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  display: block
}
@media (min-width:768px) {
  .gm-top-slider .wp-block-image {
    width: 520px
  }
  .gm-top-slider .wp-block-image img {
    height: 180px
  }
}
.gm-top-slider .wp-block-group__inner-container::-webkit-scrollbar {
  height: 8px
}
.gm-top-slider .wp-block-group__inner-container::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.12);
  border-radius: 8px
}
.gm-top-banner {
  max-width: 1000px;
  margin: 16px auto 20px;
  padding: 0 16px
}
.gm-top-banner .n2-ss-slider {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,.12)
}
.gm-top-banner img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block
}
.gm-auth-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: nowrap
}
@media (max-width:768px) {
  .gm-top-banner {
    max-width: 100%;
    padding: 0 12px
  }
  .gm-top-banner .n2-ss-slider {
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(0,0,0,.12)
  }
  .gm-auth-buttons {
    flex-direction: row
  }
  .gm-auth-buttons .wp-block-button {
    margin: 0
  }
}
svg.lucide-bell,
svg.lucide-menu,
svg.lucide-search {
  width: 30px!important;
  height: 30px!important;
  stroke-width: 2.6!important;
  stroke: #000!important;
  color: #000!important
}
svg.lucide-bell *,
svg.lucide-menu *,
svg.lucide-search * {
  stroke: #000!important;
  color: #000!important
}
svg.lucide-bell,
svg.lucide-search {
  margin-right: 20px!important
}
body.logged-in .cta-wrapper {
  display: none!important
}
.gm-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,.06);
  display: flex;
  justify-content: space-around;
  padding: 6px 8px env(safe-area-inset-bottom);
  z-index: 999
}
.gm-bottom-nav__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-decoration: none;
  font-size: 11px;
  color: #6b7280
}
.gm-bottom-nav__item i[data-lucide] {
  width: 22px;
  height: 22px;
  display: block
}
.gm-bottom-nav__item.is-active {
  color: #111827
}
.gm-bottom-nav__item.is-active i[data-lucide] {
  color: #ff4b9d
}
.gm-dash {
  max-width: 920px;
  margin: 30px auto;
  padding: 0 14px
}
.gm-dash__title {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 6px
}
.gm-dash__desc {
  margin: 0 0 16px;
  color: rgba(17,24,39,.65)
}
.gm-dash__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 16px
}
@media (min-width:860px) {
  .gm-dash__grid {
    grid-template-columns: 1fr 1fr
  }
}
.gm-dash__card {
  background: #fff;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 14px 40px rgba(17,24,39,.08)
}
.gm-dash__card h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 800
}
.gm-dash__card p {
  margin: 0 0 12px;
  color: rgba(17,24,39,.7);
  line-height: 1.6
}
.gm-linkbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(17,24,39,.12);
  background: #fff;
  font-weight: 800;
  text-decoration: none
}
.gm-linkbtn--primary {
  border: none;
  color: #fff;
  background: linear-gradient(90deg,#ff4b9d,#ff7a42);
  box-shadow: 0 14px 30px rgba(255,75,157,.2)
}
.wpcf7 form {
  max-width: 860px;
  margin: 0 auto
}
.wpcf7 form p {
  margin: 0 0 14px
}
.wpcf7 label {
  display: block;
  font-weight: 600;
  margin: 0 0 6px
}
.wpcf7 input[type=email],
.wpcf7 input[type=text],
.wpcf7 input[type=url],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box
}
.wpcf7 textarea {
  min-height: 120px
}
.wpcf7 .wpcf7-list-item {
  margin: 0 12px 10px 0;
  display: inline-block
}
.wpcf7 input[type=submit] {
  padding: 12px 16px;
  border: 0;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer
}
.wpcf7-response-output {
  border-radius: 12px
}
.gm-after-actions {
  max-width: 760px;
  margin: 12px auto 0;
  text-align: center
}
.gm-success-actions .gm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: min(420px,100%);
  border-radius: 16px;
  padding: 14px 18px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg,#ff4b9d,#ff7a42)
}
.gm-actions.gm-actions--row {
  display: flex!important;
  gap: 12px!important;
  justify-content: center!important;
  align-items: stretch!important;
  flex-wrap: wrap!important;
  margin-top: 18px
}
.gm-actions.gm-actions--row .gm-btn,
.gm-actions.gm-actions--row .wpcf7-submit {
  display: inline-flex!important;
  align-items: center!important;
  justify-content: center!important;
  min-height: 56px!important;
  padding: 0 18px!important;
  border-radius: 16px!important;
  width: min(320px,100%)!important;
  box-sizing: border-box!important;
  text-decoration: none!important;
  font-weight: 800!important;
  font-size: 16px!important
}
.gm-actions.gm-actions--row .wpcf7-submit {
  border: 0!important;
  cursor: pointer!important;
  color: #fff!important;
  background: linear-gradient(90deg,#ff4b9d 0,#ff7a42 100%)!important
}
.gm-actions.gm-actions--row .gm-btn--sub {
  background: #f5f5f5!important;
  color: #000!important;
  box-shadow: none!important
}
.gm-actions.gm-actions--row .gm-btn--sub:hover,
.gm-actions.gm-actions--row .wpcf7-submit:hover {
  filter: brightness(1.03);
  transform: translateY(-1px)
}
.gm-actions.gm-actions--row .gm-btn--sub:active,
.gm-actions.gm-actions--row .wpcf7-submit:active {
  transform: translateY(0)
}
.choices__inner {
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 10px 12px;
  min-height: 44px;
  background: #fff
}
.choices__inner::before {
  content: none!important
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
  margin-top: 8px;
  border-radius: 12px;
  overflow: hidden;
  z-index: 9999
}
.choices[data-type*=select-one] .choices__inner {
  padding-right: 40px
}
.choices[data-type*=select-one]::after {
  right: 14px
}
.choices[data-type*=select-multiple] .choices__input--cloned {
  background: 0 0!important;
  border: none!important;
  border-radius: 0!important;
  padding: 6px 0!important;
  margin: 0!important;
  min-width: 120px!important;
  width: 100%!important;
  box-shadow: none!important;
  outline: 0!important
}
.choices[data-type*=select-multiple] .choices__input--cloned::placeholder {
  color: #777;
  opacity: 1
}
.choices__list--multiple {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center
}
.choices__list--multiple .choices__item {
  border-radius: 999px;
  padding: 6px 10px;
  margin: 0!important
}
.choices[data-type*=select-multiple] .choices__inner {
  padding-right: 40px
}
.choices[data-type*=select-multiple]::after {
  right: 14px
}
.gm-head {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 18px;
  flex-wrap: wrap
}
.gm-avatar img {
  width: 120px;
  height: 120px;
  border-radius: 24px;
  background: #eee;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 8px 24px rgba(0,0,0,.08)
}
.gm-name {
  font-size: 34px;
  font-weight: 900;
  margin: 0 0 10px
}
.gm-line {
  font-size: 15px;
  font-weight: 700;
  color: #444;
  margin-bottom: 6px
}
.gm-langs {
  margin-top: 10px
}
.gm-langs-title {
  font-weight: 800;
  margin-bottom: 6px
}
.gm-lang-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}
.gm-lang-tag {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.04);
  border: 1px solid rgba(0,0,0,.06);
  font-weight: 800;
  font-size: 13px
}
.gm-bio {
  margin-top: 20px;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid rgba(0,0,0,.08);
  line-height: 1.8
}
#gm-photo-block .gm-btn {
  display: inline-flex!important;
  align-items: center!important;
  justify-content: center!important;
  border: 1px solid rgba(17,24,39,.12)!important;
  background: #fff!important;
  color: rgba(17,24,39,.92)!important
}
#gm-photo-block .gm-photo-save {
  border: none!important;
  color: #fff!important;
  background: linear-gradient(90deg,#ff4b9d 0,#ff7a42 100%)!important;
  box-shadow: 0 14px 30px rgba(255,75,157,.22)!important
}
#gm-photo-block {
  padding: 18px!important;
  border-radius: 20px!important
}
#gm-photo-block .gm-label {
  font-size: 15px!important;
  margin-bottom: 12px!important
}
#gm-photo-block .gm-photo-row {
  gap: 18px!important
}
#gm-photo-block .gm-photo-controls {
  min-width: 320px!important;
  gap: 12px!important
}
#gm-photo-block .gm-btn,
#gm-photo-block .gm-photo-save {
  height: 48px!important;
  padding: 0 18px!important;
  border-radius: 16px!important;
  font-size: 15px!important
}
#gm-photo-block #gm-photo-filename {
  font-size: 13px!important;
  max-width: 420px!important
}
@media (max-width:520px) {
  #gm-photo-block {
    padding: 16px 14px!important;
    overflow: hidden!important
  }
  #gm-photo-block #gm-photo-preview {
    width: 116px!important;
    height: 116px!important
  }
  #gm-photo-block .gm-btn,
  #gm-photo-block .gm-photo-save {
    height: 52px!important;
    font-size: 16px!important;
    width: 100%!important;
    max-width: 100%!important;
    box-sizing: border-box!important
  }
  #gm-photo-block .gm-photo-row {
    flex-direction: column!important;
    align-items: flex-start!important
  }
  #gm-photo-block .gm-photo-controls {
    width: 100%!important;
    min-width: 0!important
  }
  #gm-photo-block .gm-file-ui {
    width: 100%!important;
    flex-direction: column!important;
    align-items: stretch!important
  }
}
#gm-photo-block #gm-photo-preview {
  width: 128px!important;
  height: 128px!important
}
@media (max-width:520px) {
  #gm-photo-block #gm-photo-preview {
    margin-left: auto!important;
    margin-right: auto!important;
    display: block!important
  }
  #gm-photo-block .gm-photo-controls {
    align-items: stretch!important
  }
}
.gm-events-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 22px
}
.gm-event-card {
  display: block;
  text-decoration: none!important;
  color: inherit;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  transition: transform .18s,box-shadow .18s;
  position: relative
}
.gm-event-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0,0,0,.12)
}
.gm-event-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0
}
.gm-event-body {
  padding: 14px 14px 16px
}
.gm-event-title {
  margin: 0 0 10px;
  line-height: 1.25;
  font-size: 20px;
  letter-spacing: .01em
}
.gm-event-meta {
  margin-top: 10px
}
.gm-meta-box {
  background: rgba(17,24,39,.04);
  border-radius: 12px;
  padding: 12px
}
.gm-meta-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  word-break: break-word
}
.gm-meta-item + .gm-meta-item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(17,24,39,.08)
}
.gm-meta-item::before {
  width: 20px;
  flex: 0 0 20px;
  margin-top: 1px;
  opacity: .75;
  display: block;
  content: ""
}
.gm-meta-item.is-date::before {
  content: "📅"
}
.gm-meta-item.is-place::before {
  content: "📍"
}
.gm-event-card a,
.gm-event-title a,
.gm-meta-box a {
  color: inherit!important;
  text-decoration: none!important;
  border-bottom: none!important
}
.gm-date-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0,0,0,.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 5
}
.gm-date-badge .day {
  font-size: 22px;
  font-weight: 800
}
.gm-date-badge .mon {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  opacity: .75
}
@media (max-width:1024px) {
  .gm-events-grid {
    grid-template-columns: repeat(2,minmax(0,1fr))
  }
  .gm-event-title {
    font-size: 19px
  }
}
@media (max-width:640px) {
  .gm-events-grid {
    grid-template-columns: 1fr;
    gap: 16px
  }
  .gm-event-body {
    padding: 14px 14px 16px
  }
  .gm-event-title {
    font-size: 18px
  }
  .gm-meta-item {
    line-height: 1.55
  }
}
.gm-profile {
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 14px 40px
}
.gm-profile__top {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;
  align-items: start;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 28px rgba(0,0,0,.06)
}
.gm-profile__photoWrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: rgba(0,0,0,.04)
}
.gm-profile__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}
.gm-profile__flag {
  position: absolute;
  border-radius: 999px;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 10px 18px rgba(0,0,0,.18);
  background: #fff;
  display: grid;
  place-items: center
}
.gm-profile__flag img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.gm-profile__name {
  margin: 0 0 10px
}
.gm-profile__facts {
  margin: 0;
  display: grid
}
.gm-profile__fact {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px
}
.gm-profile__fact dt {
  opacity: .7;
  font-size: 13px;
  opacity: .55;
  font-weight: 700
}
.gm-profile__fact dd {
  margin: 0;
  font-size: 16px;
  font-weight: 900
}
.gm-profile__sns {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}
.gm-sns {
  text-decoration: none!important;
  color: inherit
}
.gm-sns__badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  font-size: 12px;
  font-weight: 800
}
.gm-profile__bioBox {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 28px rgba(0,0,0,.05)
}
.gm-profile__bioBox p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9
}
.gm-chipRow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 28px rgba(0,0,0,.05)
}
.gm-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #fff
}
.gm-postGrid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 14px
}
.gm-postCard {
  display: block;
  text-decoration: none!important;
  color: inherit;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,.05);
  transition: transform .15s
}
.gm-postCard:hover {
  transform: translateY(-2px)
}
.gm-postCard__thumb {
  width: 100%;
  aspect-ratio: 4/3;
  background: rgba(0,0,0,.04)
}
.gm-postCard__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}
.gm-postCard__ph {
  width: 100%;
  height: 100%
}
.gm-postCard__meta {
  margin-top: 6px;
  font-size: 11px;
  opacity: .65
}
.gm-muted {
  opacity: .6
}
@media (max-width:840px) {
  .gm-profile__top {
    grid-template-columns: 1fr
  }
  .gm-postGrid {
    grid-template-columns: repeat(2,minmax(0,1fr))
  }
}
.gm-profile__sectionTitle {
  letter-spacing: .02em;
  font-size: 18px;
  font-weight: 900;
  margin: 26px 0 12px
}
.gm-profile__top {
  padding: 22px;
  gap: 22px;
  border-radius: 26px
}
.gm-profile__photoWrap {
  border-radius: 22px
}
.gm-profile__flag {
  width: 52px;
  height: 52px;
  right: 14px;
  bottom: 14px
}
.gm-profile__name {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 14px
}
.gm-profile__facts {
  gap: 10px;
  max-width: 520px
}
.gm-profile__fact {
  background: 0 0;
  padding: 0;
  border-radius: 0;
  grid-template-columns: 84px 1fr;
  border: none
}
.gm-profile__bioBox {
  border-radius: 26px;
  padding: 18px
}
.gm-chipRow {
  border-radius: 26px;
  padding: 14px 16px;
  gap: 12px
}
.gm-chip {
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 900;
  border: 1px solid rgba(0,0,0,.14);
  box-shadow: 0 6px 14px rgba(0,0,0,.06)
}
.gm-chip--soft {
  background: rgba(0,0,0,.03);
  box-shadow: none
}
.gm-postCard {
  border-radius: 22px
}
.gm-postCard__body {
  padding: 12px 14px 14px
}
.gm-postCard__title {
  line-height: 1.35;
  font-size: 14px;
  font-weight: 900
}
@media (max-width:840px) {
  .gm-profile__name {
    font-size: 26px
  }
  .gm-profile__top {
    padding: 18px
  }
}
.gm-profile__name {
  display: flex!important;
  align-items: center!important;
  gap: 12px;
  line-height: 1!important
}
.gm-nameFlag {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex: 0 0 auto;
  vertical-align: middle;
  transform: translateY(3px)!important
}
.gm-nameFlag img {
  display: block!important;
  width: 100%!important;
  height: 100%!important;
  object-fit: cover!important
}
.gm-profile__chips .gm-chipRow {
  background: 0 0!important;
  border: 0!important;
  box-shadow: none!important;
  padding: 0!important;
  border-radius: 0!important;
  margin-top: 8px;
  gap: 12px
}
.gm-profile__chips .gm-muted {
  padding-left: 4px
}
@media (min-width:860px) {
  .gm-dash__grid {
    gap: 18px
  }
}
.gm-linkbtn:hover {
  transform: translateY(-1px);
  filter: brightness(1.02)
}
.gm-linkbtn {
  transition: transform .12s,filter .12s
}
.gm-app {
  max-width: 980px;
  margin: 18px auto 8px;
  padding: 0 14px
}
.gm-app__profile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  background: #fff;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(17,24,39,.06)
}
.gm-app__avatar img {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  object-fit: cover;
  display: block;
  background: rgba(0,0,0,.04);
  border: 1px solid rgba(0,0,0,.06)
}
.gm-app__who {
  flex: 1;
  min-width: 0
}
.gm-app__name {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.gm-app__sub {
  font-size: 12px;
  opacity: .65;
  margin-top: 2px
}
.gm-app__pill {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(17,24,39,.14);
  background: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 12px
}
.gm-app__cta {
  display: block;
  margin-top: 12px;
  padding: 18px 16px;
  border-radius: 22px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg,#ff4b9d,#ff7a42);
  box-shadow: 0 16px 34px rgba(255,75,157,.2)
}
.gm-app__ctaTitle {
  font-size: 18px;
  font-weight: 900
}
.gm-app__ctaSub {
  font-size: 13px;
  opacity: .95;
  margin-top: 4px
}
.gm-app__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 12px
}
@media (min-width:860px) {
  .gm-app__grid {
    grid-template-columns: 1fr 1fr
  }
}
.gm-app__card {
  display: block;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(17,24,39,.08);
  box-shadow: 0 10px 26px rgba(17,24,39,.06);
  text-decoration: none;
  color: inherit
}
.gm-app__cardTitle {
  font-weight: 900;
  font-size: 14px
}
.gm-app__cardSub {
  margin-top: 4px;
  font-size: 12px;
  opacity: .7
}
.gm-settings {
  max-width: 980px;
  margin: 16px auto 60px;
  padding: 16px 14px 6px;
  border-radius: 22px;
  background: rgba(17,24,39,.03)
}
.gm-settings__title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 900
}
.gm-settings__desc {
  margin: 0 0 14px;
  font-size: 12px;
  opacity: .7
}
.gm-settings .um-account-main {
  background: #fff;
  border-radius: 18px;
  padding: 12px;
  border: 1px solid rgba(17,24,39,.08)
}
.gm-noteForm textarea,
.gm-post-form textarea,
textarea.gm-autoGrow {
  height: auto!important;
  max-height: none!important;
  overflow: hidden!important;
  resize: none!important
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(255,255,255,.96);
  backdrop-filter: none!important;
  -webkit-backdrop-filter: none!important;
  box-shadow: 0 2px 12px rgba(0,0,0,.06)
}
.site-content {
  padding-top: 0!important
}
.fv-pc-only {
  display: block!important
}
.fv-sp-only {
  display: none!important
}
@media (max-width:768px) {
  .fv-pc-only {
    display: none!important
  }
  .fv-sp-only {
    display: block!important
  }
}
body.blog .site-main article {
  display: block;
  margin-bottom: 24px;
  padding: 22px;
  background: #fff!important;
  border: 1px solid #eee!important;
  box-shadow: 0 6px 20px rgba(0,0,0,.04)!important;
  border-radius: 18px
}
body.blog .ast-article-inner {
  background: 0 0!important;
  box-shadow: none!important;
  border: none!important
}
body.blog .site-main article img {
  width: 100%!important;
  height: 160px!important;
  object-fit: cover!important;
  object-position: center center!important;
  border-radius: 12px;
  margin-bottom: 14px
}
body.blog .site-main article .ast-read-more,
body.blog .site-main article .more-link,
body.blog .site-main article .read-more {
  display: none!important
}
body.blog .site-main article .entry-title {
  font-size: 21px!important;
  line-height: 1.45!important;
  margin: 6px 0 0!important
}
body.blog .site-main article .entry-meta,
body.blog .site-main article .posted-on {
  display: block!important;
  font-size: 14px!important;
  color: #777!important;
  margin-bottom: 8px!important
}
body.blog .nav-links {
  display: flex!important;
  justify-content: center;
  gap: 12px;
  margin: 32px 0
}
@media (max-width:767px) {
  body.blog .site-main article {
    display: block;
    padding: 18px;
    margin-bottom: 20px
  }
  body.blog .site-main article img {
    width: 100%!important;
    height: 140px!important;
    object-fit: cover!important;
    object-position: center center!important;
    border-radius: 12px;
    margin-bottom: 14px
  }
  body.blog .site-main article .entry-title {
    font-size: 18px!important;
    line-height: 1.55!important
  }
}
.wpem-single-event-body .wpem-row {
  display: flex!important;
  flex-direction: column!important
}
.wpem-single-event-right-content {
  order: 1!important;
  width: 100%!important;
  max-width: 980px!important;
  margin: 0 auto 30px!important;
  padding: 0 24px!important
}
.wpem-single-event-left-content {
  order: 2!important;
  width: 100%!important;
  max-width: 980px!important;
  margin: 0 auto!important;
  padding: 0 5px!important
}
.gm-check-list {
  list-style: none!important
}
.gm-check-list,
.gm-check-list li,
.gm-ng-list {
  padding-left: 0!important;
  margin-left: 0!important
}
.wpem-event-organizer,
.wpem-viewed-event {
  display: none!important
}
.gm-event-section {
  margin: 24px 0!important
}
.gm-event-section h2 {
  font-size: 20px!important;
  margin-bottom: 12px!important
}
.gm-event-section li,
.gm-event-section p,
.gm-info-card,
.gm-note-box,
.gm-program-card {
  font-size: 13px!important;
  line-height: 1.6!important
}
.gm-check-list li,
.gm-ng-list li {
  list-style: none!important;
  position: relative;
  padding-left: 0!important;
  margin: 6px 0!important
}
.gm-price-card {
  padding: 16px 18px!important;
  border-radius: 14px!important
}
.gm-price-card span {
  margin-bottom: 6px!important;
  font-size: 14px!important
}
.gm-price-card strong {
  font-size: 30px!important;
  margin-bottom: 6px!important
}
.gm-price-card p {
  margin: 0!important;
  font-size: 13px!important;
  line-height: 1.5!important
}
.gm-fee-grid {
  gap: 12px!important
}
.single-event_listing .wpem-event-title {
  display: none!important;
  margin: 0!important;
  padding: 0!important
}
.single-event_listing .wpem-single-event-short-info {
  display: none!important
}
.single-event_listing .wpem-event-date-time {
  background: #fff!important;
  border: 1px solid #e5e7eb!important;
  border-radius: 16px!important;
  padding: 16px 18px 16px 50px!important;
  box-shadow: 0 2px 8px rgba(0,0,0,.04)!important;
  position: relative!important
}
.single-event_listing h3.wpem-heading-text,
.wpem-single-event-sidebar-info>h3.wpem-heading-text:first-of-type {
  display: flex;
  align-items: center;
  gap: 8px
}
.wpem-single-event-sidebar-info > h3.wpem-heading-text:first-of-type::before {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: #111;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8 2v4M16 2v4M3 10h18M5 6h14a2 2 0 012 2v12a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8 2v4M16 2v4M3 10h18M5 6h14a2 2 0 012 2v12a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2z'/%3E%3C/svg%3E") center/contain no-repeat
}
.single-event_listing .wpem-event-date-time,
.single-event_listing .wpem-event-date-time-text {
  font-weight: 700!important
}