#eventDetails {
    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 12px;

    margin-top: 32px;

    padding: 32px;

    background: #ffffff;

    border-radius: 16px;

    max-width: 900px;

    margin-left: auto;
    margin-right: auto;

    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
#BackgroundImageSection {
    padding: 20px 20px !important;

    background: var(--portalThemeColor7);

    border-bottom: 1px solid #e5e7eb;
}

#eventDetails .separator {
  margin: 0 5px;
}

#eventDetails .location {
  color: var(--portalThemeColor2);
}

#eventDetails[data-city],
#eventDetails[data-country] {
  color: var(--portalThemeColor2);

}

#eventDetails[data-building] {
  color: var(--portalThemeColor10);
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

#formattedDate {
    font-size: 18px;
    font-weight: 700;
    color: #0057d8;
}

#buildingName {
    font-size: 22px;
    font-weight: 600;
    color: #00356e;
}

#address-line-1,
#city {
    font-size: 16px;
    color: #666;
}

.description {
    font-size: 18px;
    line-height: 1.9;
    color: #444;

    max-width: 700px;
}

.description.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}

.see-more-btnintro {
  background: none;
  border: 1px solid var(--portalThemeColor1);
  color: var(--portalThemeColor9);
  cursor: pointer;
  width: 110px;
  height: fit-content;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px;
  line-height: 22px;
}

#about {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0078d4;
}

#buildingName {
  color: var(--portalThemeColor4);
}

#country,
#city,
#postalcode,
#address-line-1 {
  color: var(--portalThemeColor2);
}

.registerbtn {
  margin-left: auto;
  margin-right: auto;
}

#registerbtn {
    background: linear-gradient(
        27deg,
        rgba(0,53,110,1) 0%,
        rgba(0,53,110,1) 26%,
        rgba(3,59,116,1) 39%,
        rgba(12,78,135,1) 61%,
        rgba(28,109,166,1) 83%,
        rgba(49,150,207,1) 100%
    );

    border: none;
    color: white;

    padding: 14px 14px;

    border-radius: 8px;

    font-weight: 600;

    transition: .2s ease;
}

#registerbtn:hover {
    transform: translateY(-2px);
}

.eventintroname {
    text-align: center;

    font-size: 64px;
    font-weight: 700;

    color: #00356e;

    line-height: 1.1;

    margin-bottom: 24px;
}

.abouteventname {
    font-size: 38px;
    font-weight: 700;
    color: #00356e;
}

.eventfontfamily {
  font-family: 'Roboto', sans-serif !important;
}

.readMoreAlignLeft {
  margin-left: 0px;
}

.paddingRightForMoreSpace {
  padding-right: 32px;
}

.paddingLeftForMoreSpace {
  padding-left: 32px;
}

@media only screen and (max-width: 630px) {
  .eventintroname {
    font-size: 42px;
    line-height: 70px;
    width: auto;
    margin: auto;
  }

  #eventDetails {
    display: flex;
    flex-direction: column;
  }
}

.event-cta {
    width: 100%;
    display: flex;
    justify-content: center;

    margin-top: 24px;
    margin-bottom: 24px;
}