
.btn-dis{
  background-color: #aaa;
  color: white;
} 

.btn-dis:hover {
  background-color: #aaa;
  color: white;
}

.btn-outline-dis{
  border:1px solid #aaa;
  color: #aaa;
} 

.btn-outline-dis:hover{
  border:1px solid #aaa;
  color: #aaa;
} 

/* .btn-outline-prim{
  border:1px solid #0d6efd;
  color: #0d6efd;
} 

.btn-outline-prim:hover{
  border:1px solid #0d6efd;
  color: #0d6efd;
}  */
.btn-outline-diss{
  border:1px solid #ddd;
  color: black;
} 

.diss-selected{
  /* font-weight: bold; */
  border: 5px solid #ddd;
  /* padding-left: 3px;
  padding-right: 3px; */
}

     
     body, html {
            height: 100%;
            margin: 0;
        }
        body {
        	width: 100%;
        }
        .palette-option img {
            width: 100px;
            height: 16px;
        }
        .palette-selected img {
            width: 100px;
            height: 20px;
            margin-right:6px;
            margin-bottom:3px;
        }
        /* Make the dropdown button look like a standard select */
        .dropdown-toggle::after {
            display: inline-block;
            color:transparent;
        }
        
        .border-secondary {
          border-color:#ccc !important;
        }

        
        #map {
            flex: 1;
            background-color: #e9ecef;
            height: calc(100vh - 45px);
            padding: 20px;
            /* background-image: url("/ci/mapMock.png");
            background-repeat: no-repeat; 
          background-size: cove r; */
        }

        #preview-overlay {
          /* position: absolute;
          top: 50px;
          left: 50px; */
          pointer-events: none; /* Prevent interaction with the overlay */
          background-color:transparent; /* Semi-transparent background */
          display: block;
          background-image: url("/ci/preview.svg");
          background-position: center; /* Center the image */
          width: calc(100% - 100px);
          height: calc(100% - 100px);
          background-repeat:  repeat ;
          background-size: auto 50%; /* Height is 50%, width scales automatically */
          
          margin-left: 50px;
          opacity: 0;
          
        }

        #mainTable {
        	width: 100%;
        }

        #custom-search-box {
            width: 300px;
            padding: 10px;
            border-radius: 25px;
            border: 3px solid #0d6efd;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            font-size: 16px;
            outline: none;
            transition: box-shadow 0.3s ease-in-out;
            margin: 7px;
            /* margin-left: 10px; */
        }

        #custom-search-control {
          position: relative;
        }

        #mapbox-search-results {
          position: absolute;
          top: calc(100% + 4px);
          left: 7px;
          right: 7px;
          display: none;
          max-height: 280px;
          overflow-y: auto;
          border: 1px solid #ccc;
          border-radius: 10px;
          background: #fff;
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }

        .mapbox-result-item {
          width: 100%;
          background: transparent;
          border: 0;
          text-align: left;
          cursor: pointer;
          padding: 8px 12px;
          border-bottom: 1px solid #eee;
        }

        .mapbox-result-item:last-child {
          border-bottom: 0;
        }

        .mapbox-result-item:hover,
        .mapbox-result-item.active {
          background: #eff6ff;
        }

        .mapbox-result-main {
          font-size: 14px;
        }

        .mapbox-result-sub {
          font-size: 12px;
          color: #666;
          margin-top: 2px;
        }

        
        @media (min-width: 650px) {
            #mainTable td:first-child {
              width:285px;
            }
            #mainTable td:last-child {
              width: calc(100% - 285px);
            }
             
             /* .map-type-control{
              display: none;
            } */
          }
      
          @media (max-width: 650px) {
            .webOnly{
              display: none;
           }
           #mainTable td {
              width: 100%;
              display: block;
            }
            #mainTable td:last-child {
                height:  100vw;
              }
              #map {
                height: 100vw;
              }
              #custom-search-box {
                width: calc(100vw - 70px);
              }
              .btn-outline-warning:hover {
                background-color: #fff;
                color: #FFC107;
              }
          }
          .long-url {
            word-wrap: break-word; /* Allows breaking within words */
            padding-left: 5px;
            text-align: center;
            /* display: inline-block;  */
            color: blue;
            text-decoration: none;

          }

          #linkCopiedDiv{
            display: none;
          }

    
          #spinner {
            border: 12px solid #f3f3f3; /* Light gray border */
            border-top: 12px solid #3498db; /* Blue border at the top */
            border-radius: 50%;
            width: 60px;  /* Adjust spinner size */
            height: 60px; /* Adjust spinner size */
            animation: spin 1.5s linear infinite;
            /* display: none; */
          }
          
          #tinyspinner {
            border: 12px solid #f3f3f3; /* Light gray border */
            border-top: 12px solid #3498db; /* Blue border at the top */
            border-radius: 50%;
            width: 60px;  /* Adjust spinner size */
            height: 60px; /* Adjust spinner size */
            animation: spin 1.5s linear infinite;
            display: none;
          }

          @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
          }
          #legendCont{
            /* width: 30px; */
            margin: 10px;
            width:45px;
            border:1px solid transparent;
            border-radius:10px;
            text-align:center;
            padding: 0;
            overflow: hidden;
          }

          .legendNumber {
            color: #fff;
            background-color: white;
            padding:4px;
            /* border: 1px solid white; */
          }


          .map-type-control {
            position: relative;
            background: white;
            border: 1px solid #ccc;
            padding: 7px;
            border-radius: 5px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
            cursor: pointer;
            margin: 7px;
          }
    
          /* Dropdown container */
          .map-type-dropdown {
            position: relative;
          }
    
          /* Dropdown menu */
          .map-type-dropdown-menu {
            position: absolute;
            top: 36px; /* Positioned below the control box */
            left: -70px;
            width: 100px;
            display: none;
            background: white;
            border: 1px solid #ccc;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
            border-radius: 5px;
            white-space: nowrap; /* Adjust the menu width based on content */
            font-size: 1rem;
          }
    
          /* Show dropdown menu */
          .show-menu {
            display: block;
          }
    
          /* Dropdown item */
          .map-type-dropdown-item {
            cursor: pointer;
            padding: 8px 16px;
          }
    
          /* Control icon */
          .map-type-icon img {
            width: 24px;
            height: 24px;
          }

          .active-map-type {
            font-weight: bold;
          }

          .map-overlay-message {
            position: absolute;
            top: 55px;
            left: 50%;
            transform: translateX(-50%);
            padding: 10px 20px;
            background: rgba(255, 255, 255, 0.9);
            border: 1px solid #ccc;
            border-radius: 5px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
            font-size: 16px;
            text-align: center;
            font-weight: bold;
          }

          .area-size-message {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            padding: 5px 10px;
            background: rgba(255, 255, 255, 0.9);
            border: 1px solid #ccc;
            border-radius: 5px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
            font-size: 12px;
            text-align: center;
            font-weight: bold;
          }

          .lidar-date-message {
            position: absolute;
            bottom: 20px;
            left: 20px;
            padding: 5px 10px;
            background: rgba(255, 255, 255, 0.9);
            border: 1px solid #ccc;
            border-radius: 5px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
            font-size: 12px;
            text-align: left;
            font-weight: bold;
          }

          .darkBackgroundOverlay{
            display: none; 
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
            /* display: flex; Use flexbox for centering */
            align-items: center; /* Center vertically */
            justify-content: center; /* Center horizontally */
            /* pointer-events: none; */
            overflow: hidden; 

          }

          .userInteractionOverlay {
            display: flex; /* Hidden by default */
            flex-direction: column;
            position: fixed;
            top: 50%;
            left: 50%;
            width: 90%;
            height: 90%;
            background: rgba(255,255,255, 1);
            border: 1px solid black;
            border-radius: 5px;
            transform: translate(-50%, -50%); /* Center the element */
            align-items: center; /* Center vertically */
            justify-content: center; /* Center horizontally */
            font-size: 1rem;
          }

          .samples-sections {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
          }

          .samples-column {
            display: flex;
            flex-direction: column;
            align-items: center;
          }

          @media (min-width: 768px) {
            .samples-sections {
              flex-direction: row;
              justify-content: center;
              align-items: flex-start;
              gap: 2rem;
            }
          }

          #darkBackgroundOverlayCadChoice {
            z-index: 145;
          }

          #darkBackgroundOverlayCadChoice .close-button {
            z-index: 146;
          }

          .cad-choice-modal {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #fff;
            border: 1px solid black;
            border-radius: 5px;
            padding: 2rem;
            max-width: 400px;
            width: 90%;
          }



          #moreStyleOptionsBut{
            color: black;
            font-weight: 600;
            text-decoration: underline;
            cursor: pointer;
          }
          .mobileOnly{
            display: none;
          }
          @media (max-width: 650px) {

            .mobileOnly{
              display: block;
            }
            .map-overlay-message {
              width: 100vw;
              top: 0;
              padding: 14px 20px;
            }

            #genContButCont{
              padding-top: 0;
            }

          #fade-overlay {
            display: block; /* Hidden by default */
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 80px;
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* Adjust colors if needed */
            pointer-events: none;
          }
          #moreStyleOptionsBut{
            text-decoration: none;
          }

        }

        .dropdown-header {
          font-weight: bold;
          color:black;
          font-size: 1rem;
      }

      .goaway{
        visibility: hidden;
        pointer-events: none;
        position: absolute;
        width: 0;
        height: 0;
        overflow: hidden;
        border: 0;
      }

      .bi-info-circle{
        font-size: 14px;
      }
      .tooltip {
        background-color: black !important;
        opacity: 1 !important;
      }
      .tooltip-inner {
       
        text-align: left !important;
        max-width: 650px;
        margin: 3px;
        padding: 20px;
        

    }

      @media (max-width: 768px) {
        .tooltip-inner {
          max-width: calc(100vw - 50px);
          margin: 3px;
          padding: 5px;
      }
    }


.close-button {
  position: absolute;
  top: 10px; /* Adjust as needed */
  right: 10px; /* Adjust as needed */
  width: 24px; /* Adjust the size of the button */
  height: 24px; /* Adjust the size of the button */
  cursor: pointer; /* Make it clickable */
}








.pricing ul {
  padding-left: 0;
}

.pricing  {
    max-height: 100vh;
    position: relative;
  background-color: #fff;
  padding: 1rem;
  margin: 12px;
  border-radius: 5px;
  text-align: center;
  overflow-y: auto; /* Allow the overlay itself to scroll */
  display: flex;
  /* cursor: pointer; */
  -ms-overflow-style: none;
}
 /* IE 10+ */


    .pricing::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
    }
.pricing  .price {
  margin-bottom: 1rem;
  font-size: 30px;
}

.pricing  ul.features {
  list-style-type: none;
  text-align: left;
}

.pricing  ul.features li {
  margin: 8px;
}

.pricing  ul.features li .fas {
  margin-right: 4px;
}

.pricing  ul.features li .fa-check-circle {
  color: #6ab04c;
}

.pricing  ul.features li .fa-times-circle {
  color: #eb4d4b;
}

.pricing .payButtonCont{
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center vertically */
    align-items: center; /* Center horizontally */
    width: 400px;
    padding: 20px;
}


.pricing .paypal-button-container{
    position: relative;
    width: 100%;
    height: 140px;
    /* min-height: 300px; */
}



.pricing .ulCont{
  min-width: 300px;
padding: 24px;
margin-top: 0;
margin-bottom: 0;
padding-bottom: 0;
display: flex;
}


.pricing #iHave {
  position: absolute;
  bottom: 130px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color:transparent; /* Semi-transparent overlay */
  cursor: pointer;
}



@media (max-width: 768px) {
.pricing .ulCont{

        width: 100%;
        padding-bottom: 0;
    }
    .pricing .payButtonCont{
      width: 100%;
      min-height: 300px;
      justify-content: flex-start;
  }

  .pricing{
    display: block;
  }
  
  .pricing ul{
    width: 100%;
  }

  .pricing #iHave {
    bottom: 90px;
  }

}

.pricing a{
color: black;
}


.pricing #paypalOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background-color: transparent; /* semi-transparent red */
  cursor: pointer;
}


.pricing #iAgreeContainer {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
}

.myh1{
  font-size: 1rem;
  margin: 0;
}

.tooltip {
  z-index: 1000;
}


#darkBackgroundGeneralMessage .close-button {
  z-index: 221;
}

#darkBackgroundGeneralMessage {
  z-index: 220;
}


#darkBackgroundOverlayMenu .close-button {
  z-index: 211;
}

#darkBackgroundOverlayMenu {
  z-index: 210;
}

#darkBackgroundOverlayPaymentFailed .close-button {
  z-index: 212;
}

#darkBackgroundOverlayPaymentFailed {
  z-index: 211;
}

#darkBackgroundOverlayExportFailed .close-button {
  z-index: 204;
}

#darkBackgroundOverlayExportFailed {
  z-index: 203;
}

#darkBackgroundOverlayThankYou .close-button {
  z-index: 201;
}

#darkBackgroundOverlayThankYou {
  z-index: 200;
}

#darkBackgroundOverlaySpinner {
  z-index: 170;
}

#darkBackgroundOverlayPreExport .close-button {
  z-index: 161;
}

#darkBackgroundOverlayPreExport {
  z-index: 160;
}

#darkBackgroundOverlayImportArea .close-button {
  z-index: 159;
}

#darkBackgroundOverlayImportArea {
  z-index: 158;
}

#importAreaOverlay {
  max-width: 560px;
  width: calc(100% - 24px);
  height: auto;
  min-height: 320px;
  padding: 20px;
  justify-content: flex-start;
}

.import-area-content {
  width: 100%;
  max-width: 460px;
  text-align: center;
}

.import-area-help-link {
  display: inline-block;
  font-size: 0.9rem;
  color: #000;
  text-decoration: underline;
}

.import-area-help-link:hover,
.import-area-help-link:focus {
  color: #000;
  text-decoration: underline;
}

.import-area-dropzone {
  width: 100%;
  border: 2px dashed #0d6efd;
  border-radius: 8px;
  background: #f8fbff;
  padding: 18px 12px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.import-area-dropzone.active {
  background: #eaf3ff;
  border-color: #0a58ca;
}

.import-area-dropzone-title {
  font-weight: 600;
  color: #0d6efd;
}

.import-area-dropzone-subtitle {
  font-size: 0.9rem;
  color: #555;
}

.import-area-dropzone-filename {
  margin-top: 8px;
  font-size: 0.85rem;
  color: #333;
  word-break: break-word;
}

#darkBackgroundOverlayCsvFormatInfo .close-button {
  z-index: 169;
}

#darkBackgroundOverlayCsvFormatInfo {
  z-index: 168;
}

#csvFormatInfoOverlay {
  max-width: 560px;
  width: calc(100% - 24px);
  height: auto;
  min-height: 320px;
  padding: 20px;
  justify-content: flex-start;
}

.csv-format-content {
  width: 100%;
  max-width: 460px;
  text-align: center;
}

.csv-format-table-wrap {
  margin: 8px auto 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  max-width: 420px;
}

.csv-format-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
  text-align: left;
}

.csv-format-table th,
.csv-format-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
}

.csv-format-table th + th,
.csv-format-table td + td {
  border-left: 1px solid #ddd;
}

.csv-format-table th {
  background: #f1f3f5;
  font-weight: 600;
}

.csv-format-table tbody tr:last-child td {
  border-bottom: 0;
}

.import-area-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

#preExportDiv {
  padding: 20px;
}

#darkBackgroundOverlayDownload .close-button {
  z-index: 151;
}

#darkBackgroundOverlayDownload{
  z-index: 150;
}

#darkBackgroundOverlaSamples .close-button {
  z-index: 141;
}
#darkBackgroundOverlaySamples {
  z-index: 140;
}



#iHave {
  z-index: 132;
}

#iAgreeContainer {
  z-index: 131;
}


#darkBackgroundOverlayPricing .close-button {
  z-index: 131;
}

#paypalOverlay {
  z-index: 130;
}

#darkBackgroundOverlayPricing {
  z-index: 110;
}



#fade-overlay {
  z-index: 10;
}

.map-overlay-message {
  z-index: 4;
}

/* Centered banner after “Free Try Area” zoom (same look as .map-overlay-message) */
.free-try-download-message {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: max-content;
  max-width: calc(100vw - 24px);
  /* Even padding; × is position:absolute in the corner and does not reserve layout space */
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  z-index: 25;
  /* If the line is wider than the viewport, allow horizontal scroll instead of wrapping */
  overflow-x: auto;
  overflow-y: hidden;
}
.free-try-download-message__text {
  line-height: 1.35;
  white-space: nowrap;
  /* Keep copy clear of the overlapping × in the top-right */
  padding-right: 28px;
  padding-left: 28px;
  margin: 0;
}
.free-try-download-message__close {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 32px;
  height: 32px;
  margin: 0;
  border: none;
  background: transparent;
  font-size: 22px;
  line-height: 32px;
  cursor: pointer;
  color: #444;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 650px) {
  .free-try-download-message {
    font-size: 14px;
    padding: 12px 16px;
    max-width: calc(100vw - 16px);
  }
}

#legendCont{
  z-index: 30;
}

#custom-search-box {
  z-index: 3;
}

#custom-search-control {
  z-index: 60;
}

#mapbox-search-results {
  z-index: 70;
}

#checkboxListCont {
  z-index: 3;
}

#rulerCont{
  z-index: 3;
}

#preview-overlay {
  z-index: 2;
}

.map-type-dropdown-menu {
  z-index: 2;
}

.area-size-message {
  z-index: 2;
}

.lidar-date-message {
  z-index: 2;
}

#map {
  z-index: 1;
}



#headerDiv {
  height: 44px;
  background-color: #343a40;
  justify-content:space-between ;
  font-size: 1rem;

  
}
#leftheaderDiv{
  height: 44px;
  justify-content: left;
  align-items: center; 
}
#rightheaderDiv{
  height: 44px;
  justify-content: right;
  align-items: center; 
}
.headerOpt{
  width: 100px;
  cursor: pointer;
}

.topImg{
  height: 24px;
  width: 24px;
  border-radius: 5px;
  margin: 10px;
}

#menu_bt {
  cursor: pointer;
  filter: invert(100%);
}

/* @media (min-width: 768px) {
  .pricing .payButtonCont{
    padding-top: 130px;
    padding-bottom: 100px;
  }
} */

#BestToStart{
  font-weight: bold !important;
  font-size: 0.8rem;
}

.bold{
  font-weight: bold;
}

.paid{
  display: none;
}


#menuOverlay{
  max-width: 600px;
  display: flex;
  justify-content: left ; 
  font-size: 1.2rem;
  padding-left: 20px;
}

#downloadReadyDiv{
  padding: 20px;
}

#exportFailedOverlay{
  padding: 20px;
}

@media (max-width: 768px) {
#map.map-shared{
    height: calc(100vh - 45px);
  }
}

.mapLabel {
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
  z-index: 999;    
}



 
#checkboxList ul {
  list-style-type: none;
  padding-left: 20px;
  margin-left: 12px;
  margin-bottom: 5px;
  margin-top: 5px;
}

#checkboxList .long_ul {
  column-count: 2;
}

#checkboxList  .very_long_ul {
  column-count: 3;
}

#checkboxList .parent-item {
  cursor: default;
  display: flex;
  align-items: center;
}
#checkboxList .toggle-button {
  cursor: pointer;
  margin-right: 7px;
  user-select: none;
  width: 7px;
  height: 7px;
  display: inline-block;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(-135deg);
  transition: transform 0.2s;
}
#checkboxList .toggle-button.open {
  transform: rotate(-45deg);
}
#checkboxList .hidden {
  display: none;
}

#checkboxList .osm_cb_label {
  padding: 2px;
  padding-left: 7px;
} 


#checkboxList {
  font-size: 1rem;
  padding: 10px;
  border-radius: 2px;
  background-color: white;
  margin-left: 7px;
}

.osm-color-picker-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

#osmColorDropdown {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid #000;
  margin: 1px;
  border-radius: 2px;
}


#generalMessageTextCont{
  font-size: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  #generalMessage {
    width: 80%;
    height: 50%;
  }
  }


  #voucherCode:focus {
    box-shadow: none;
    outline: none;
}



.pricing-table {
  max-width: 700px;
  margin: auto;

}

.pricing-table a {
  color:white;
}


.cents {
  font-size: 11px; /* Smaller font for cents */
  vertical-align: 20%; /* Raise the cents but keep the top aligned */
}

#darkBackgroundOverlaySpinner{
  display: flex;
}


.proj-info-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
}

.proj-info-header {
  text-decoration: underline;
  /* font-weight: bold; */
  text-align: center;
  cursor: pointer; /* Makes it clear that it's clickable */
}

.proj-info-details {
  text-align: center;
}

.proj-info-item {
  text-align: center;
}

.proj-info-item .label {
  font-weight: bold;
}

.proj-info-item .value {
  font-weight: normal;
}

.export-options-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px auto;
  gap: 12px;
  width: fit-content;
}

.export-option-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Hide details initially */
.hidden {
  display: none;
}

/* Attribution control for third-party data sources */
.map-attribution {
  background-color: rgba(255, 255, 255, 0.7);
  font-family: Roboto, Arial, sans-serif;
  font-size: 11px;
  padding: 2px 4px;
  margin: 2px;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.map-attribution a {
  color: #000000;
  text-decoration: none;
}

/* Deal pricing display */
.pricing .deal-price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pricing .deal-price .original-price {
  text-decoration: line-through;
  color: #999;
  font-size: 0.9em;
}

.pricing .deal-price .discounted-price {
  color: #28a745;
  font-weight: bold;
}
