/*Hero Image */

.page-id-6 #primary {
  margin-top: 2em;
}
.hero-startpage {
  height: 31em;
  min-height: 0rem;
}

/* Hero Search */

.hero-search-block {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 4.5rem;
}

.hero-search-content {
  max-width: 800px;
  background-color: rgb(255, 255, 255);
  border-radius: 0.25rem;
  padding: 0 2rem .5rem;
}

.hero-search-content:not(:has(.common-search-component)) {
  padding-bottom: 2rem;
}

.hero-search-block h1 {
  color: black;
  font-size: 2.8rem;
  font-family: Helvetica;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}

.hero-search-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
}

.hero-search label {
  margin-bottom: 0rem;
  flex: 1;
}
.hero-search {
  display: flex;
  justify-content: center;
  width: 100%;
}

.hero-search input[type="search"] {
  font-size: 1rem;
  padding: 1em 1em 1em 1.2em;
  border: 1px solid #d9d9d9;
  width: 100%;
  border-radius: 6px 0px 0px 6px;
}

.hero-search input::placeholder {
  color: black;
}

.hero-search button[type="submit"] {
  background-color: rgb(153, 204, 0);
  color: black;
  border: none;
  font-size: 1.3rem;
  background-image: url(assets/images/magnifying-glass.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 1em;
  background-size: 1.4em;
  padding-left: 2.4em;
}

.hero-search button[type="submit"] span {
  margin-left: 5px;
}

.hero-search button[type="submit"]:hover {
  background-color: #d9d9d9;
}

/* vanliga sökningar */

.common-search-component {
  display: flex;
  justify-content: start;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.common-search-component h2 {
  color: black;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.common-search-ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: .2rem 1.5rem;
}

.common-search-ul a,
.common-search-ul a:visited {
  display: flex;
  color: black;
  font-size: 0.9rem;
  align-items: center;
}

.common-search-ul a:hover,
.common-search-ul a:active {
  text-decoration: underline;
}

/* PUFFAR */

.entry-content .puffar-ul {
  padding-left: 0rem;
  list-style-type: none;
}

.entry-content ul li {
  padding-bottom: 0rem;
}

.puffar-ul {
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
}

.front-page-puffar-container {
  border: 1px solid rgb(225, 225, 225);
  background-color: white;
  border-radius: 0.5rem;
}

.count-1 .puffar-img {
  width: 50%;
  max-height: 18rem;
}
.count-1 .puffar-text-container {
  width: 50%;
  max-height: 18rem;
}

.front-page-puffar-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.count-1 .front-page-puffar-container img {
  border-radius: 0rem 0.3rem 0.3rem 0rem;
}

.count-2 .front-page-puffar-container img,
.count-3 .front-page-puffar-container img {
  border-radius: 0.3rem 0.3rem 0rem 0rem;
}

.count-1 .front-page-puffar-container a {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.front-page-puffar-container li {
  list-style: none;
}

.front-page-puffar-container h2 {
  margin-top: 0rem;
  font-size: 1.2rem;
}

.front-page-puffar-container a,
.front-page-puffar-container a:active,
.front-page-puffar-container a:visited {
  color: black;
  text-decoration: none;
  border-bottom: 0.2rem solid #f3a5a1;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  height: 100%;
  line-height: 1.3rem;
}

.front-page-puffar-container a:hover {
  border-bottom: 0.2rem solid #e21e14;
}

.front-page-puffar-container a:hover .puffar-title-external {
  text-decoration: underline;
}

.count-3 img {
  height: 9rem;
}

.count-2 img {
  height: 15rem;
}

.count-2,
.count-3 {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.count-2 li,
.count-3 li {
  flex: 1;
}

.puffar-text-container {
  padding: 3rem;
  align-items: flex-start;
}

.count-3 .puffar-text-container {
  padding: 1rem;
}

.count-2 .front-page-puffar-container a,
.count-3 .front-page-puffar-container a {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.puffar-title-external {
  display: flex;
}

.puffar-text-container .external {
  border: none;
  height: 2rem;
  width: 2rem;
  padding-right: 1rem;
  margin-left: 0.5rem;
  background-image: url(assets/images/extern.png);
  background-repeat: no-repeat;
  background-size: 1em;
}

/* SHORTCUTS */

.front-page-shortcuts-container a {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  background-color: white;
  border-radius: 0.3rem;
  border: 1px solid rgb(225, 225, 225);
  height: 7.5rem;
}

.shortcut-count-6 li,
.shortcut-count-3 li,
.shortcut-count-5 li {
  width: 31.8%;
}

.shortcut-count-2 li,
.shortcut-count-4 li {
  width: 48.7%;
}

.shortcut-count-1 li {
  width: 100%;
}

.shortcut-ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 1.5rem;
  width: 100%;
  justify-content: center;
  padding: 0;
  margin-bottom: 3rem;
}

.shortcut-ul a {
  margin: 0rem;
}

.shortcut-text-container {
  width: 100%;
  padding-left: 1rem;
}

.shortcut-text-container h2 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.entry-content .shortcut-text-container p {
  font-size: 0.9rem;
  line-height: 1.1rem;
  margin-top: 0.5rem;
  margin-bottom: 0rem;
}

.front-page-shortcuts-container img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.shortcut-img img {
  height: 6rem;
  padding-left: 0.5rem;
}

.front-page-shortcuts-container a,
.front-page-shortcuts-container a:active,
.front-page-shortcuts-container a:visited {
  color: black;
  text-decoration: none;
}

.front-page-shortcuts-container a:hover #shortcut-h3 {
  text-decoration: underline;
}

/* NEWS */

.news-avdelare {
  height: 0.4rem;
  width: 100%;
  background-color: #e21e14;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
}

.news-section {
  width: 50%;
}

.news-section h2 {
  margin-left: 0.3rem;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.news-list-item {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
  break-inside: avoid-column;
  height: 9.5rem;
  margin-bottom: 3rem;
}

.news-publish-date {
  position: absolute;
  left: 0;
  bottom: 0;
}

.news-list-item h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 0rem;
}

.news-list-item a {
  text-decoration: none;
  color: black;
}

.news-text-container {
  border-bottom: solid 2px #e1e1e1;
  height: 100%;
  margin-left: 0.3rem;
  margin-top: 0.3rem;
}

.news-text-container p {
  line-height: 1.2rem;
}

.more-news-wrapper {
  position: relative;
  padding-right: 2rem;
  padding-bottom: 3rem;
}

.more-news {
  position: absolute;
  right: 0;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  color: black;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.more-news:hover {
  text-decoration: underline;
}

.more-news-arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  padding: 3px;
  margin: 1rem;
}

.news-list-item a:hover #news-text-container {
  border-bottom: solid 2px #e21e14;
}

.news-list-item a:hover #news-title {
  text-decoration: underline;
}

.news-link:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  display: block;
  height: auto;
  text-decoration: none;
  z-index: 100000;
}

.home .entry-content .news-publish-date {
  font-size: 0.9em;
  color: #4d4d4d;
  margin-left: 0.3rem;
}

/* SINGLE PAGE EVENT */

.single-event-current {
  padding: 0rem;
  margin: 0rem;
}

.single-event-breadcrum a:visited {
  font-style: normal;
}

.breadcrum-icons {
  margin-left: 0.5rem;
  margin-right: 0.7rem;
  font-size: 1rem;
  color: #585858;
}
.single-event-header {
  display: flex;
  margin-top: 1rem;
  width: 100%;
}

.single-event-header-text {
  margin-left: 2rem;
  width: 50%;
}

.single-event-thumbnail {
  width: 50%;
  position: relative;
}

.single-event-breadcrum {
  list-style: none;
  padding-left: 0rem;
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #585858;
  font-size: 0.8rem;
}

.single-event-container .wp-post-image {
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.2rem;
}

.single-event-h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0rem;
}

.fa-map-marker {
  margin-right: 0.5rem;
  font-size: 1.5rem;
}
.event-bold-text {
  font-weight: 700;
}

.event-location {
  font-size: 1.2rem;
}

.event-archive-list {
  list-style-type: none;
  margin-top: 3rem;
  margin-left: 0.2rem;
}

.event-location-container {
  display: flex;
}

.entry-content .archive-cat p {
  font-size: 0.8rem;
  color: #4d4d4d;
}

.archive-ul {
  display: flex;
  flex-wrap: wrap;
}

.categories-display {
  font-size: 0.8rem;
  color: #4d4d4d;
}

.categories-li {
  margin-right: 1rem;
  color: black;
  text-decoration: none;
}

.categories-li:hover {
  text-decoration: underline;
}
.event-avdelare {
  height: 0.2rem;
  width: 100%;
  background-color: #e21e14;
  border-radius: 10rem;
  margin-bottom: 2rem;
}

.more-events-wrapper {
  position: relative;
  padding-right: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}

.more-events {
  position: absolute;
  right: 0;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  color: black;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.more-events:hover {
  text-decoration: underline;
}

.more-events-arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  padding: 3px;
  margin: 1rem;
}

/* Archive event */

.event-filter-item {
  background-color: red;
}

.event-filter-link {
  color: black;
  background-color: white;
  border-radius: 0.2rem;
  text-decoration: none;
  border: solid 2px #e1e1e1;
  padding: 0.58rem 1rem;
  box-sizing: border-box;
  display: inline-block;
}

.event-filter-link:hover {
  border: solid 2px black;
}

.event-filter-li {
  margin-right: 1rem;
  display: inline-block;
}
.active-filter-link {
  background-color: #feb003;
  border: 2px solid black;
}

.event-filter {
  color: black;
  background-color: white;
  border-radius: 0.2rem;
  text-decoration: none;
  border: solid 2px #e1e1e1;
  padding: 0.8rem;
}

.event-filter-ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0rem;
}

.event-filter-date {
  display: flex;
  gap: 5rem;
}
.custom-date {
  width: 50%;
}
.custom-date input[type="date"] {
  color: black;
  background-color: white;
  border-radius: 0.2rem;
  text-decoration: none;
  border: solid 2px #e1e1e1;
  padding: 0.5rem 0.7rem;
}

.event-block {
  width: 50%;
}

.event-block h2 {
  margin-left: 0.3rem;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.page .event-block h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.3rem;
  margin-top: 0rem;
}

.page .event-block p {
  line-height: 1.2rem;
  margin-bottom: 0.3rem;
}

.archive-event-link {
  display: flex;
  border-bottom: solid 2px #e1e1e1;
  text-decoration: none;
  color: black;
  margin-left: 0.3rem;
}

.active-cat {
  border-bottom: solid 2px black;
}

.event-filter-link a {
  text-decoration: none;
}

.visit-dalarna-container {
  position: relative;
}
.visit-dalarna-logo {
  margin-top: auto;
  margin-left: auto;
  margin-bottom: 0;
  width: 6rem;
  height: auto;
}

.archive-event-content {
  position: relative;
  display: flex;
  flex-direction: column;
}

.visit-dalarna-logo-archive {
  margin-top: auto;
  margin-bottom: 0.3rem;
  width: 8rem;
  height: auto;
}

.archive-event-title {
  font-size: 3rem;
  margin-top: 4rem;
}

.archive-event-link:hover {
  border-bottom: solid 2px #e21e14;
}

.archive-event-link h2 {
  margin-top: 0rem;
}

.archive-event-link:hover h2 {
  text-decoration: underline;
}

.archive-event-link:hover h3 {
  text-decoration: underline;
}

.event-icon-wrapper {
  display: flex;
  align-content: center;
  margin-top: 0.3rem;
}

.event-icons,
.event-icon-price {
  margin-top: 0.1rem;
  margin-right: 0.7rem;
}

.event-icon-price {
  margin-top: 0.2rem;
}

.archive-event-item {
  margin-bottom: 3rem;
}

.archive-event-thumbnail {
  width: 200px;
  height: 200px;
  min-width: 200px;
  min-height: 200px;
  position: relative;
}

.startsida-event-thumbnail {
  width: 175px;
  height: 175px;
  min-width: 175px;
  min-height: 175px;
  position: relative;
}

.archive-event-thumbnail .wp-post-image,
.startsida-event-thumbnail .wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.2rem;
}

.archive-event-content {
  margin-left: 1.3rem;
  width: 100%;
  position: relative;
}

.clear-filter-button {
  margin-bottom: 3rem;
  margin-top: 2rem;
  background-color: #d9d9d9;
  padding: 0.8rem;
}

.filter-section {
  display: flex;
  gap: 1rem;
}

.firstDate {
  width: 9rem;
  height: 3rem;
}

.custom-date input[type="text"] {
  border-radius: 0.2rem;
  color: black;
  padding: 0.8em;
  border: 2px solid #e1e1e1;
}

/* EVENT & NEWS */

.event-news-container {
  display: flex;
  gap: 3rem;
}

.event-news-container ul {
  margin: 0rem;
  padding: 0rem;
}
/* MEDIA QUERIES */

@media (max-width: 1200px) {
  .hero-startpage {
    height: 37em;
  }

    .hero-search-content {
      max-width: 100%;
    }

  /* PUFFAR */

  .puffar-text-container {
    padding-top: 2rem;
  }

  .count-3 .puffar-text-container,
  .count-2 .puffar-text-container {
    padding: 1rem;
  }

  .shortcut-count-6 li {
    width: 31.5%;
  }

  .shortcut-count-5 li,
  .shortcut-count-3 li {
    width: 48.5%;
  }
  /* NEWS AND EVENT */
  .event-news-container {
    display: block;
    width: 100%;
  }
  .news-section {
    width: 100%;
  }
  .event-block {
    width: 100%;
  }
  .event-archive-list {
    padding-right: 30px;
  }
  .event-filter-date {
    display: block;
  }
  .custom-date,
  .predefined-date-filter {
    width: 100%;
    margin-top: 1rem;
  }
}

@media (max-width: 992px) {
  .hero-startpage {
    height: 39em;
  }
  .count-3 {
    width: 100%;
    flex-direction: column;
  }

  .count-1 .front-page-puffar-container img {
    border-radius: 0.5rem 0.5rem 0rem 0rem;
  }

  .count-1 .puffar-img {
    height: 15rem;
    width: 100%;
  }

  .count-1 .front-page-puffar-container a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-direction: column-reverse;
    width: 100%;
  }
  .count-1 .puffar-text-container {
    padding: 1rem;
    width: 100%;
  }

  .count-3 img {
    height: 14rem;
  }

  .shortcut-count-3 li {
    width: 48%;
  }
  .shortcut-count-6 li {
    width: 48%;
  }
  .shortcut-count-5 li,
  .shortcut-count-2 li,
  .shortcut-count-4 li {
    width: 48%;
  }
  .news-container {
    column-count: 1;
    column-gap: 2rem;
    padding-right: 30px;
  }
  .news-list-item {
    height: 8rem;
  }
}

@media (max-width: 769px) {
  .hero-search-content {
    padding: 0 1rem .5rem;
  }

  .hero-search-container {
    margin-top: 0rem;
  }

  .hero-startpage {
    height: 33em;
  }

  .count-2 {
    width: 100%;
    flex-direction: column;
  }

  .shortcut-ul {
    margin-bottom: 3rem;
  }

  .shortcut-ul li,
  .shortcut-count-4 li,
  .shortcut-count-6 li {
    width: 100%;
  }

  .front-page-shortcuts-container a {
    height: auto;
  }

  .front-page-shortcuts-container li {
    margin-bottom: 2rem;
  }

  .common-search-component {
    display: block;
    word-break: break-all;
    margin-bottom: 3rem;
  }
  .common-search-component h2 {
    display: block;
    padding: 0.5rem 0;
    border-radius: 6px 6px 0px 0px;
    font-size: 1.1rem;
  }
  .common-search-ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: unset;
  }
  .common-search-ul li {
    display: inline;
    margin-right: 0.5em;
  }
  .common-search-ul li a {
    font-size: 1rem;
    line-height: 2;
    display: inline-block;
  }

  .news-publish-date {
    margin-left: 0.3rem;
    position: relative;
  }
  .news-list-item {
    height: 100%;
  }

  .visit-dalarna-logo {
    width: 6rem;
    height: auto;
    margin-left: 0;
  }
  .startsida-event-thumbnail,
  .archive-event-thumbnail {
    width: 100%;
    height: 100px;
    min-width: 0px;
    min-height: 0px;
    position: relative;
    margin-bottom: 0.4rem;
  }

  .archive-event-thumbnail {
    height: 160px;
  }
  .archive-event-link {
    display: block;
    border-bottom: solid 2px #e1e1e1;
    text-decoration: none;
    color: black;
  }
  .archive-event-content {
    margin-left: 0rem;
  }
  .single-event-header {
    display: block;
  }
  .single-event-thumbnail {
    width: 100%;
  }

  .single-event-container .wp-post-image {
    position: relative;
  }

  .single-event-header-text {
    width: 100%;
    margin-left: 0rem;
    margin-top: 2rem;
  }
  .single-event-breadcrum li {
    display: flex;
  }
  .single-event-breadcrum {
    flex-wrap: wrap;
  }
  .info-block {
    margin-top: 1rem;
  }
  .visit-dalarna-logo-archive {
    width: 6rem;
    height: auto;
    position: relative;
  }
  .filter-section {
    gap: 0.2rem;
  }
  .event-filter-link {
    margin-bottom: 1rem;
  }
}

@media (max-width: 490px) {
  .hero-search-block h1 {
    font-size: 2.3rem;
    word-wrap: break-word;
  }
  .hero-search input[type="search"] {
    padding: .7em .2em .7em .5em;
  }
  .hero-search button[type="submit"] {
    padding-left: 2em;
    padding-right: 1em;
    font-size: 1rem;
    background-position-x: 0.7em;
    background-size: 1.2em;
  }
  .filter-section {
    display: block;
    line-height: 3rem;
  }
  .my-mt-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .flex {
    margin-top: 0.3rem;
    display: flex;
  }

  .mobile-view-top {
    margin-bottom: 2rem;
  }
  .entry-content {
    margin: 0em 0 0;
  }
}

@media (max-width: 390px) {
  .hero-search button[type="submit"] {
    background-image: none;
    padding: 0.5rem .5rem;
  }
}

@media (max-width: 300px) {
  .hero-search-block {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
  .hero-search-content {
    padding: 0 .5rem .5rem;
  }
  .hero-search-block h1 {
    font-size: 2.2rem;
  }
  .hero-search button[type="submit"] span {
    margin: 0;
  }
  .shortcut-img img {
    display: none;
  }
  .news-list-item {
    height: 100%;
  }
  .count-1 .puffar-text-container {
    max-height: 100%;
  }
  .startsida-event-thumbnail {
    display: none;
  }
  .single-event-container,
  .archive-page {
    word-break: break-all;
  }

  .event-filter-ul {
    display: block;
  }

  .flex {
    margin-top: 0.3rem;
    display: block;
  }
}

/* Overlay */

.overlay {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .overlay {
    flex-direction: column;
  }
}

.overlay_content {
  display: flex;
  justify-content: center;
}

.overlay_icon {
  object-fit: contain;
  max-width: 150px;
  max-height: 150px;
  margin: 10px;
}

@media screen and (max-width: 768px) {
  .overlay_icon {
    display: none;
  }

  .standardicon_overlay {
    display: none !important;
  }
}

.overlay_header {
  margin: 0;
  padding: 8px 0px 8px 0px;
}

.overlay_textbox {
  display: flex;
  flex-direction: column;
  margin: 16px 24px;
}

.overlay_text {
  margin: 0;
  max-width: 900px;
}

.overlay_url {
  padding: 8px 4px 8px 0px;
  font-weight: 600;
}

.overlay_url:hover,
.overlay_url:focus {
  color: black;
  font-weight: bold;
}

/* Mini map (should perhaps be moved to a another file, but style.css is currently unstructured and hard to work with) */
.map-container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.mapinfo-box {
  min-height: 5em;
  background-color: white;
  color: #333;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.mapinfo-box-header {
  background-color: #404040;
}

.minimapbody {
  height: 40rem;
  padding: 1em;

}

.map-heading{
  color: white;
  margin: 0rem;
  font-size: 1.5rem;
  padding: 0.5em;
  font-weight: 400;
}

.map-text-container{
  padding: 0px 1em 1em 1em;
}
.map-text-container a{
  overflow-wrap: break-word;
}

.datasource-admin-input{
  width: 6rem;
}

@media (max-width: 767px) {
  .minimapbody {
      height: 20rem; 
      padding: 1rem;
  }
  .map-text-container{
    padding: 0px 1rem 1rem 1rem;
  }
  .mapinfo-box {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 300px) {
  .map-heading{
    overflow-wrap: break-word;
  }
}

@media (max-width: 223px) {
  .minimapbody {
      height: 30rem; 
      padding: 0rem;
  }
  .map-text-container{
    padding: 0rem;
  }
  .map-heading{
    padding-left: 0rem;
  }
}