.awero-locations-accordion {
    max-width: 800px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-header {
  width: 100%;
  padding: 15px;
  background: #08244C;
  border: none;
  text-align: left;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s;
  color: #FFAE2D;
}


.accordion-content {
    display: none;
    padding: 20px;
    background: #fff;

}

.accordion-content.active {
    display: block;
}

.accordion-inner {
    display: flex;
    gap: 20px;
}

.accordion-image {
    flex: 1;
}

.accordion-image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.accordion-details {
    flex: 1;
}

.accordion-details h3 {
  margin-top: 0;
  font-size: 32px;
  color: #022B65;
  font-weight: 700;
  border-bottom: 1px solid #08244C;
  padding-bottom: 15px;
}

.location-address a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.location-address a:hover {
    text-decoration: underline;
}

.accordion-details hr {
    margin: 15px 0;
    border: 0;
    border-top: 1px solid #ddd;
}

.location-description {
    margin: 0;
    line-height: 1.6;
}.chevron {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
	float: right;
}

.chevron-down::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 3px;
}

.chevron-up::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-135deg);
    position: absolute;
    top: 7px;
    left: 3px;
}

.leia-meid{
font-size: 32px;
  color: #022B65;
  font-weight: 700;
  margin-top:80px;
  margin-bottom:80px;
text-align:center;  
}