.dome-project-details-shortcode,
.dome-project-details-shortcode * {
  box-sizing: border-box;
}

.dome-project-details-shortcode {
  width: min(620px, calc(100% - 30px));
  margin: 0 auto;
  color: #808080;
  font-size: 18px;
  font-family: "Roboto", "Tahoma", "San Francisco", sans-serif;
}

.dome-project-details-shortcode .dome-project-details-main {
  width: 100%;
}

.dome-project-details-shortcode .social-container {
  display: grid;
  grid-template-columns: repeat(4, 80px);
  gap: 16px;
  justify-content: start;
  margin: 0 0 62px;
  padding: 0;
}

.dome-project-details-shortcode .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 2px solid #808080;
  color: #777;
  background: #fff;
  text-decoration: none;
}

.dome-project-details-shortcode .social-link .dashicons {
  width: auto;
  height: auto;
  font-size: 34px;
  line-height: 1;
}

.dome-project-details-shortcode .project-stats {
  width: 100%;
  color: #808080;
}

.dome-project-details-shortcode .project-stats h3 {
  margin: 0;
  color: #808080;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.2;
}

.dome-project-details-shortcode .stats-item {
  position: relative;
  margin-bottom: 44px;
  padding-left: 50px;
}

.dome-project-details-shortcode .stats-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 42px;
  color: #4f4f4f;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: "";
}

.dome-project-details-shortcode .applications-list::before {
  background-image: url("../images/projectIcons/application.png");
}

.dome-project-details-shortcode .scope-list::before {
  background-image: url("../images/projectIcons/scope.png");
}

.dome-project-details-shortcode .project-download::before {
  width: 34px;
  height: 30px;
  background-image: url("../images/projectIcons/download.png");
}

.dome-project-details-shortcode .applications-list {
  min-height: 40px;
}

.dome-project-details-shortcode .applications-list h3 {
  display: none;
}

.dome-project-details-shortcode .applications-list a,
.dome-project-details-shortcode .project-download a {
  color: #808080;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.25;
}

.dome-project-details-shortcode .applications-list a {
  text-decoration: none;
}

.dome-project-details-shortcode .project-download a {
  text-decoration: underline;
}

.dome-project-details-shortcode .applications-list .separator {
  display: none;
}

.dome-project-details-shortcode .project-download {
  min-height: 42px;
}

.dome-project-details-shortcode .project-download label {
  display: none;
}

.dome-project-details-shortcode .scope-list header {
  display: grid;
  grid-template-columns: 1fr minmax(150px, 220px);
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
}

.dome-project-details-shortcode .scope-list select {
  width: 100%;
  margin: 0;
  padding: 10px 42px 10px 18px;
  border: 2px solid #d0d0d0;
  border-radius: 0;
  color: #808080;
  background-color: #fff;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.2;
  -webkit-appearance: menulist;
  appearance: auto;
}

.dome-project-details-shortcode .scope-list .table-container {
  width: 100%;
  max-width: 100%;
}

.dome-project-details-shortcode .scope-list table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  color: #808080;
  font-size: 1.35rem;
  line-height: 1.2;
}

.dome-project-details-shortcode .scope-list th {
  padding: 8px 10px 7px;
  color: #808080;
  background-color: #f1f1f1;
  font-variant: small-caps;
  font-weight: 500;
  text-align: left;
}

.dome-project-details-shortcode .scope-list td {
  padding: 8px 10px;
  border-bottom: 1px dotted #e0e0e0;
  font-weight: 500;
  vertical-align: top;
}

.dome-project-details-shortcode .scope-list .table-container.imperial .units-metric,
.dome-project-details-shortcode .scope-list .table-container.metric .units-imperial {
  display: none;
}

.dome-project-details-shortcode .location-section {
  width: 100%;
  margin-top: 200px;
  padding: 0;
}

.dome-project-details-shortcode .location-section .map {
  width: 100%;
  min-height: 500px;
  background-color: #e5e5e5;
}

@media only screen and (max-width: 680px) {
  .dome-project-details-shortcode {
    width: min(100%, calc(100% - 24px));
  }

  .dome-project-details-shortcode .social-container {
    grid-template-columns: repeat(4, minmax(56px, 1fr));
    gap: 12px;
  }

  .dome-project-details-shortcode .social-link {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .dome-project-details-shortcode .scope-list header {
    grid-template-columns: 1fr;
  }

  .dome-project-details-shortcode .scope-list table {
    font-size: 1.05rem;
  }

  .dome-project-details-shortcode .applications-list a,
  .dome-project-details-shortcode .project-download a,
  .dome-project-details-shortcode .project-stats h3,
  .dome-project-details-shortcode .scope-list select {
    font-size: 1.25rem;
  }

  .dome-project-details-shortcode .location-section {
    margin-top: 120px;
  }

  .dome-project-details-shortcode .location-section .map {
    min-height: 560px;
  }
}
