.elementor-91727 .elementor-element.elementor-element-b99c2e0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--gap:50px 20px;--row-gap:50px;--column-gap:20px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-91727 .elementor-element.elementor-element-20af554{--grid-columns:3;}@media(max-width:1100px){.elementor-91727 .elementor-element.elementor-element-20af554{--grid-columns:2;}}@media(max-width:730px){.elementor-91727 .elementor-element.elementor-element-20af554{--grid-columns:1;}}/* Start custom CSS *//* ==================== ZONE CARD ==================== */
.zone-card {
  background: #111;
  border: 1px solid #333;
  border-radius: 14px;
  padding: 24px 20px;
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 0 6px rgba(0,0,0,.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.zone-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 0 20px 6px rgba(255,215,0,.5);
}
.zone-card h3 {
  font-size: 1.35rem;
  font-weight: 600;
  margin: 14px 0 10px;
  color: #fff;
  transition: color .3s ease;
  text-align: center;
}
.zone-card:hover h3 {
  color: #FFD700;
}
.zone-card img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

/* ==================================================== */
/*  Fewer gaps between accordion buttons                */
/* ==================================================== */
.zone-card .uc-heading {
  background: linear-gradient(90deg,#1f1f1f,#111)!important;
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 10px;
  color: #f8f8f8!important;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  transition: background .3s ease, color .3s ease, box-shadow .2s ease;
  box-shadow: 0 0 4px rgba(0,0,0,.3)!important;
}
.zone-card .uc-heading:hover {
  background: linear-gradient(90deg,#292929,#171717)!important;
  color: #FFD700!important;
  box-shadow: 0 0 8px rgba(255,215,0,.2)!important;
}
.zone-card .ue_icon {
  background: #333!important;
  border-radius: 50%;
  padding: 8px;
  margin-right: 12px;
  color: #FFD700!important;
  font-size: 1.1rem;
  min-width: 32px;
  min-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zone-card .ue_icon svg {
  fill: #FFD700!important;
}
.zone-card .ue_title {
  flex-grow: 1;
  font-weight: 600;
  font-size: 1rem;
  color: inherit;
}
.zone-card .ue_expand svg {
  fill: #999;
  transition: transform .2s ease;
}
.zone-card .uc-item-active .ue_expand svg {
  fill: #FFD700;
  transform: rotate(90deg);
}
.zone-card .uc_content {
  background: #1a1a1a!important;
  border-radius: 0 0 8px 8px;
  padding: 16px;
  color: #ccc;
  font-size: .95rem;
  line-height: 1.4;
}

/* ==================== VILLAGES + DUNGEONS ============= */
.zone-card .accordion-wrap.villages details,
.zone-card .accordion-wrap.dungeons details {
  margin-bottom: 10px;
}
.zone-card .accordion-wrap.villages details summary,
.zone-card .accordion-wrap.dungeons details summary {
  background: #111!important;
  border: 1px solid #444!important;
  border-radius: 8px;
  padding: 8px 14px;
  color: #FFA500!important;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, transform .2s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  min-height: 44px;
}
.zone-card .accordion-wrap.villages details summary {
  color: #FFD700!important;
}
.zone-card .accordion-wrap.villages details summary:hover,
.zone-card .accordion-wrap.dungeons details summary:hover {
  background: #1c1c1c!important;
  color: #fff!important;
  transform: scale(1.01);
}
.zone-card .accordion-wrap.villages details summary::after,
.zone-card .accordion-wrap.dungeons details summary::after {
  content: "\25B6";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  transition: transform .3s ease;
  font-size: .8rem;
}
.zone-card .accordion-wrap.villages details[open] summary::after,
.zone-card .accordion-wrap.dungeons details[open] summary::after {
  transform: translateY(-50%) rotate(90deg);
  color: #FFA500;
}
.dungeon-summary-title {
  flex-grow: 1;
  text-align: left;
  margin-left: 4px;
}

/* NPC list */
.zone-card .accordion-wrap.villages ul {
  list-style: none;
  padding-left: 0;
  margin: 6px 0 0;
}
.zone-card .accordion-wrap.villages ul li {
  color: #f5f5f5;
  font-size: .95rem;
  margin-left: 0;
  margin-bottom: 2px;
}
.zone-card .npc-function::before {
  content: "· ";
  color: #FFD700;
  font-weight: bold;
  margin-right: 2px;
}
.zone-card .npc-function {
  color: #aaa;
  font-style: italic;
}
.zone-card .npc-name {
  color: #fff;
  font-weight: 500;
}

/* ==================== DUNGEON INFO ==================== */
.dungeon-info {
  margin: 12px 0 8px;
  font-size: .95rem;
  line-height: 1.5;
  color: #ccc;
}
.dungeon-info .info-row {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.dungeon-info .label {
  width: 130px;
  font-weight: 600;
  color: #aaa;
  flex-shrink: 0;
}
.dungeon-info .value {
  color: #f5f5f5;
  flex-grow: 1;
}
.dungeon-info .value img.icon-element {
  margin-left: 6px;
}

/* ==================== BOSS BLOCK ====================== */
.boss-block {
  margin-top: 12px;
  padding: 10px 12px;
  background: #111;
  border: 1px solid #333;
  border-radius: 8px;
}
.boss-title {
  font-size: .85rem;
  font-weight: 700;
  color: #FFA500;
  margin-bottom: 6px;
  letter-spacing: .5px;
}
.boss-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.boss-list li {
  background: #1c1c1c;
  border: 1px solid #444;
  border-radius: 6px;
  padding: 8px 12px;
  margin-bottom: 4px;
  color: #fff;
  font-size: .95rem;
  display: flex;
  flex-direction: column;
}
.boss-name {
  font-weight: 600;
  font-size: 1rem;
}
.boss-level {
  font-size: .85rem;
  color: #ccc;
  margin-top: 2px;
  padding-left: 12px;
}

/* ==================== ELITE BLOCK ====================== */
.boss-block.elite-block {
  background: #1a1a1a;
  border: 1px solid #2b2b2b;
}
.boss-block.elite-block .boss-title {
  color: #e6b800;
  font-size: .8rem;
}
.boss-block.elite-block .boss-list li {
  background: #222;
  border: 1px solid #333;
  color: #ccc;
}
.boss-block.elite-block .boss-name {
  font-size: .95rem;
  font-weight: 500;
}

/* ==================== ELEMENT ICON ==================== */
.icon-element {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  filter: drop-shadow(0 0 2px rgba(0,0,0,.5));
}/* End custom CSS */