#area-hero-section {
    background-image: url(/wp-content/uploads/2025/10/Area-Hero-Image.jpg);
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#archive-area-filter .section-container {
	width: 100%;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}

#single-shop-details .section-container {
	width: 100%;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

#single-owner-details .section-container {
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#single-shop-details .shop-details {
	box-shadow: 0 8px 25px 0 #2828281A;
}

#single-shop-details .shop-button {
	padding: 18px 20px;
	height: unset;
}

#single-shop-details .line-button {
	background-color: #05C756;
	border-color: #05C756;
}

#single-shop-details .line-button:hover {
	background-color: var(--base-2);
}

#single-shop-details .line-button:hover a {
	color: #05C756 !important;
}

#single-shop-details .line-button:hover img, #single-shop-details .line-button:hover::after {
	filter: brightness(0) saturate(100%) invert(68%) sepia(71%) saturate(4324%) hue-rotate(89deg) brightness(99%) contrast(94%);
}

#single-shop-details .shop-button::after {
	transform: scale(0.7);
}

.store-link {
    border: 1px solid #28282830;
    color: var(--base-3) !important;
	width: 140px;
}

.region-accordion-item {
 	box-shadow: 2px 2px 4px 0 #28282833;
	overflow: hidden;
}
	
#archive-area-filter .region-accordion-item:not(:last-child) {
  margin-bottom: 60px;
}

#archive-area-filter .region-header {
  width: 100%;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
	box-shadow: unset !important;
}
	
.region-accordion-item.active .region-content {
	  padding: 25px 16px;
}

.region-toggle {
    font-size: 22px;
    font-weight: 700;
    color: var(--base-2);
    line-height: 1em;
    background: var(--base-1);
    padding: 5px;
}

.region-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease, padding 0.4s ease;
}

.area-text-with-underline {
  border-bottom: 1px solid #2828282b;
}

@media screen and (max-width: 768px) {
	#area-hero-section {
		height: 200px;
		background-image: url(/wp-content/uploads/2025/10/Area-Hero-Image-Mobile.jpg) !important;
	}
	
	.region-header .flex img {
		height: 25px;
	}
	
	.region-accordion-item.active .region-content {
		padding: 20px 16px;
	}
	
	#archive-area-filter .region-accordion-item:not(:last-child) {
	  margin-bottom: 35px;
	}
	
	.area-text-with-underline-mobile {
		border: unset !important;
	}
	
	#single-shop-details .shop-button img {
		transform: unset !important;
	}
}