.single-association .ast-container {
  width: 100%;
  max-width: 100% !important;
  padding: 0;
}

.single-association .ast-container #primary {
  width: 100%;
  background: #ffffff;
  margin: 0;
}

.single-association .ast-container #primary article {
  padding: 0;
}

.single-association .ast-container #primary article .association-avatar {
  width: 160px;
  height: 160px;
  background: #ffffff;
}

.single-association-hero {
  min-height: 500px;
}

.single-association .container.main-content {
  max-width: 1206px;
  margin: 0 auto;
  padding: 0 15px;
  padding-bottom: 80px;
}

.single-association .container.main-content .association-avatar {
  border-radius: 24px;
  border: 2px solid #FFF;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.single-association .container.main-content .association-avatar img {
  border-radius: 24px;
}

.single-association-header {
  display: flex;
  align-items: end;
  gap: 24px;
  margin-top: -50px;
}

h1.single-association-title {
  color: #171717;
  font-size: 28px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 36px !important;
  letter-spacing: -0.07px;
  margin-bottom: 8px;
}

.single-association-location {
  display: flex;
  align-items: center;
  gap: 4px;
}

.single-association-location span {
  color: #3F59B6;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.badge-activities {
  color: #C2410C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 4px 12px;
  gap: 0px;
  border-radius: 30px;
  border: 1px solid #FED7AA;
  background: #FFEDD5;
}

span.badge-category {
  border-radius: 30px;
  border: 1px solid #BFDBFE;
  background: #DBEAFE;
  color: #1D4ED8;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 4px 12px;
}

.single-association-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 40px 0;
}

body .single-association-intro h2 {
  color: #171717;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 12px;
}

.single-association-intro p {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.single-association-info {
  display: flex;
  gap: 16px;
}

.single-association-info .info-block {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  border-radius: 16px;
  background: #F5F5F5;
}

.single-association-info .info-block h4 {
  color: #171717;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.single-association-info .info-block ul.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.single-association-info .info-block ul.info-list li {
  color: #171717;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 14px 0;
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  border-style: dashed;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-association-info .info-block ul.info-list li span {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.single-association-info .info-block ul.info-list li .info-icon {
  display: flex;
  align-items: center;
  gap: 12px;
}

.single-association-info .info-block ul.info-list li a {
  color: #3B82F6;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.single-association-info .info-block ul.info-list li:last-child {
  border: 0;
}

.social-block {
  display: flex;
  width: 220px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 16px;
  background: #F5F5F5;
  background-image: url(/wp-content/uploads/2025/05/bg-connecttez.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.social-block .social-links a {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  background: #3F59B6;
}

.social-block .social-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

body .social-block h4 {
  color: #525252;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

body .social-links-title {
  color: #171717;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.events-block {
  background: #FAFAFA;
  padding: 80px 0;
}

.events-block h2 {
  color: #324177;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 56px;
  letter-spacing: -0.24px;
}

.events-block .container {
  padding: 0 15px;
  max-width: 1206px;
  margin: 0 auto;
}

.single-association-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.see-all-wrapper .show-more-btn {
  display: flex;
  height: 46px;
  padding: 12px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid #3F59B6;
  background: #FFF;
  color: #3F59B6;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  box-shadow: none;
  transition: all 0.5s ease;
}

.see-all-wrapper .show-more-btn:hover {
  background: #3F59B6;
  color: #ffffff;
  border-radius: 999px;
}

.see-all-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 48px;
}

@media screen and (max-width: 1200px) {
  body .association-event-card {
    width: 100%;
  }

  .single-association-hero {
    background-size: cover;
    background-position: top center;
  }
}

@media screen and (max-width: 992px) {
  .single-association-info {
    flex-wrap: wrap;
  }

  .social-block {
    width: 100%;
  }

  .single-association-info .info-block {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .single-association.ast-separate-container #content .ast-container {
    padding-left: 0;
    padding-right: 0;
  }

  .single-association .ast-container #primary article .association-avatar {
    width: 100px;
    height: 100px;
  }

  .single-association-header {
    gap: 16px;
  }

  .single-association-header {
    margin-top: -30px;
  }

  .single-association-info .info-block ul.info-list li {
    gap: 16px;
  }

  .single-association .ast-container #primary {
    padding: 0;
  }

  .single-association .container.main-content {
    padding-bottom: 50px;
  }

  .events-block {
    padding: 50px 0;
  }

  h2.events-section-title.past-events {
    padding-top: 50px !important;
  }

}

@media screen and (max-width: 560px) {
  .single-association-hero {
    min-height: 300px;
  }

  .single-association-header {
    margin-top: 15px;
    align-items: center;
  }

  h1.single-association-title {
    font-size: 24px !important;
  }

  .single-association-info .info-block ul.info-list li {
    flex-wrap: wrap;
  }

  .single-association-info .info-block ul.info-list li .info-icon {
    width: 100%;
  }

}