/* --- Slider-Specific Layout --- */
#accu-range-slider {
  margin: 35px 5px 40px 5px;
}
#year-range-slider {
  margin: 35px 5px 40px 5px;
}

.accu-radio-group {
  margin-bottom: 12px;
  font-size: 0.9em;
  display: grid;
}
.accu-radio-group label {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  position: relative;
  top: 3px;
}

.dropdown-divider {
  border: 0;
  height: 1px;
  background-color: #e0e0e0;
  margin: 8px 0 12px 0;
}

#proponent-search-box {
  width: 450px !important; /* Make it as long as the name/id search box */
  border: 1px solid #25385b !important; /* Add a permanent outline */
}

#list-search-box {
  width: 300px !important;
  border: 1px solid #25385b !important;
  margin: 0 !important;
  font-size: 14px !important; /* Overrides the 1.5em from the parent <th> */
  font-weight: normal !important; /* Overrides the bold from the parent <th> */
}

#header
  .dropdown-content
  .floating-label
  input#proponent-search-box:focus
  + label,
#header
  .dropdown-content
  .floating-label
  input#proponent-search-box:not(:placeholder-shown)
  + label {
  background: transparent; /* Remove the white background from the label */
  top: -6px;
}

.date-picker-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.date-input {
  width: 45%;
  height: 38px;
  border: 1px solid #25385b;
  border-radius: 4px;
  font-size: 0.9em;
  padding: 6px 10px;
  box-sizing: border-box;
  background-color: #fff;
  color: #2d3436;
  font-family: inherit; /* Ensure consistent font */
}

#header #clear-all-button {
  /* Default "disabled" style */
  background-color: #e9ecef;
  color: #adb5bd;
  border: 1px solid #dee2e6;
  pointer-events: none; /* Make it unclickable when disabled */
  transition: 0.3s ease;
}
#header #clear-all-button.can-clear {
  /* Active style when there's something to clear */
  background-color: #25385b;
  color: #e9ecef;
  border: 1px solid #25385b;
  pointer-events: auto; /* Make it clickable again */
  cursor: pointer;
}
#header #clear-all-button.can-clear:hover {
  background-color: #41567d;
  transform: scale(0.98);
}

#header #main-apply-button {
  /* Default "disabled" style */
  background-color: #e9ecef;
  color: #adb5bd;
  border: 1px solid #dee2e6;
  pointer-events: none;
  transition: 0.3s ease;
}
#header #main-apply-button.can-apply {
  /* Active style when there are pending changes */
  background-color: #0984e3;
  color: #fff;
  border-color: #0984e3;
  pointer-events: auto;
  cursor: pointer;
}
#header #main-apply-button.can-apply:hover {
  background-color: #2fa1f4;
  transform: scale(0.98);
}

.pill-button {
  background-color: #487b99;
  border: none;
  padding: 6px 16px;
  border-radius: 25px; /* Pill shape */
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  font-size: 0.85em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease-in-out;
}

.pill-button:hover {
  background-color: #e9ecef;
  transform: translateY(-2px);
}

/* Style for when the button is active (labels are hidden) */
.pill-button.active {
  background-color: #f1f3f5;
  color: #25385b;
}

#accu-summary-container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  font-size: 1em;
  align-items: center;
}

.accu-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.summary-label {
  font-weight: normal;
  color: #000000;
}

.summary-value {
  font-size: 1.1em;
  font-weight: bold;
  color: #487b99;
}

#accu-type-select {
  height: 34px; /* A bit smaller */
  border: 1px solid #25385b;
  border-radius: 4px;
  font-size: 0.9em; /* A bit smaller */
  padding: 4px 8px;
  background-color: #fff;
  color: #2d3436;
  min-width: 150px;
}

#sidebar h4 {
  color: #487b99; /* Same color as the h2 project name */
  font-size: 1em; /* Smaller font size */
  margin: 5px 0 10px 0;
}

#permanence-select {
  border: 1px solid #fff; /* Set border to the requested color */
  margin: 5px 0; /* Add top and bottom margin */
  background-color: #0984e3;
  color: #fff;
}

.pill-container {
  margin-bottom: 13px; /* Adds space below the pills before the grid starts */
  text-align: left; /* Aligns the pills to the left */
}

.pill-label {
  display: inline-block; /* Allows pills to sit side-by-side */
  padding: 6px 16px;
  border-radius: 25px; /* Creates the pill shape */
  color: #ffffff; /* White text for good contrast */
  background-color: #487b99; /* A default color */
  font-weight: bold;
  font-size: 0.85em;
  text-align: center;
  margin-right: 8px; /* Space between pills */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
}

.grid-divider {
  grid-column: 1 / -1;
  margin: 0;
  border: 0;
  height: 1px;
  background-color: #e0e0e0;
}

#proponent_panel_result {
  margin-top: 0; /* Was 20px */
  background-color: transparent;
  color: inherit;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 1em;
  white-space: normal;
  scroll-behavior: smooth;
}

.method-pill-group {
  margin-bottom: 6px;
  white-space: nowrap; /* Prevents the pills from wrapping to a new line */
  overflow: hidden; /* Hides any content that overflows its container */
  text-overflow: ellipsis; /* Adds '...' to show that text has been cut off */
}

.cluster-button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 3px;
}

.cluster-pill-button {
  background-color: #f1f3f5;
  border: 1px solid #dee2e6;
  padding: 6px 14px;
  border-radius: 25px; /* Pill shape */
  cursor: pointer;
  font-weight: bold;
  color: #495057;
  font-size: 0.8em;
  transition: all 0.2s ease-in-out;
}

.cluster-pill-button:hover {
  background-color: #2b3e4b;
  color: #fff;
  border-color: #243341;
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cluster-pill-button.highlighted-pill {
  background-color: #487b99;
  color: #fff;
  border-color: #35597b;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}

.postcode-pill-button {
  background-color: #5b92b6; /* A slightly different, lighter blue */
  border: 1px solid #487b99;
  padding: 6px 14px;
  border-radius: 25px; /* Pill shape */
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  font-size: 0.8em;
  transition: all 0.2s ease-in-out;
}

.postcode-pill-button:hover {
  background-color: #487b99;
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#satellite-toggle-container {
  position: absolute;
  top: 11px; /* Slightly more space from the top */
  right: 145px; /* Increased offset to prevent touching the map style button */
  z-index: 1000;
  pointer-events: auto; /* Allow clicks on this element */
  display: flex;
  gap: 8px;
}

#satellite-toggle-pill {
  display: flex; /* Use flexbox for alignment */
  align-items: center; /* Vertically center items */
  padding: 8px 12px; /* Increased padding for a larger button */
  font-size: 14px; /* Slightly larger font */
  height: auto; /* Allow height to adjust based on padding */
}

#satellite-toggle-pill input[type="checkbox"] {
  margin-right: 8px; /* Space between checkbox and text */
  width: 16px; /* Standard checkbox size */
  height: 16px;
  -webkit-appearance: checkbox; /* Ensure it looks like a standard checkbox */
  -moz-appearance: checkbox;
  appearance: checkbox;
  cursor: pointer;
}

.locked-feature {
  position: relative;
  opacity: 0.6;
}

.locked-feature::after {
  content: "🔒";
  position: absolute;
  right: 8px;
  bottom: 4px;
  font-size: 0.8em;
}

.proponent-radio-group {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

/* Hide the actual radio button */
.proponent-radio-group input[type="radio"] {
  display: none;
}

/* Style the label as the pill */
.proponent-radio-group label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px 6px 12px;
  background-color: #f1f3f5;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.9em;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

/* Grow the entire pill on hover */
.proponent-radio-group label:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Style for the selected/active pill */
.proponent-radio-group input[type="radio"]:checked + label {
  background-color: #0984e3;
  color: #fff;
  border-color: #0984e3;
}

/* The circular logo container */
.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden; /* Clips the image to the circle */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

/* Grow just the logo container when hovered directly */
.proponent-radio-group label .logo-container:hover {
  transform: scale(1.2);
}

/* Style the logo image to fit perfectly */
.logo-container img {
  width: 75%;
  height: 75%;
  object-fit: cover; /* Scales and crops the image to fill the circle */
}

.project-events-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
  margin-top: 10px;
}
.project-events-table th,
.project-events-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
.project-events-table th {
  background-color: #f2f2f2;
  color: #333;
  font-weight: bold;
}
/* Style the columns */
.project-events-table th:nth-child(1),
.project-events-table td:nth-child(1) {
  width: 40px;
  text-align: center;
} /* Num */
.project-events-table th:nth-child(2),
.project-events-table td:nth-child(2) {
  width: 85px;
} /* Date */
.project-events-table th:nth-child(3),
.project-events-table td:nth-child(3) {
  width: 100px;
} /* Type */

.popup-overlay {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999; /* Ensure it's on top of everything */
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  width: 90%;
  max-width: 40vh;
  color: #25385b;
  position: absolute;
  top: 50%;
  left: 86vw; /* Positions the box in the middle of the right 30% of the screen */
  transform: translate(
    -60%,
    -55%
  ); /* Adjusts position to be perfectly centered */
  text-align: center;
  transition:
    left 0.2s ease,
    transform 0.2s ease;
}

.popup-content.center-popup {
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
  line-height: 1;
}

.popup-close:hover {
  color: #000;
}

#tab-proponent {
  overflow-x: hidden;
  overflow-wrap: break-word;
}

.pill-button.waiting {
  background-color: #ffffff; /* White background */
  color: #25385b; /* Dark text */
  border: 1px solid #25385b;
}

ul#proponent-search-suggestions {
  margin-top: -4px;
}

.leaflet-popup-content .copy-coords-btn {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #0984e3;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.leaflet-popup-content .copy-coords-btn:hover {
  background-color: #25385b;
}

.star-rating-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 8px;
}

/* Centers the new title pill */
.rating-header-container {
  text-align: center;
  margin-bottom: 15px; /* Adds space between the pill and the icons */
}

/* Styles the new "Overall Rating" pill */
.rating-title-pill {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 25px;
  color: #fff;
  background-color: #61b7da;
  font-weight: bold;
  font-size: 1.1em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.rating-subheading-pill {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 25px;
  color: #fff;
  background-color: #61b7da;
  font-weight: bold;
  font-size: 1.1em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.overall-rating-icon {
  width: 56px; /* Adjust to desired size */
  height: 56px;
  object-fit: cover; /* Ensures image covers the area */
  border-radius: 50%; /* Crops to a circle */
  transform: scale(0); /* Hide initially for animation */
  opacity: 0; /* Hide initially for animation */
  transform-origin: center center;
  transition: filter 0.3s ease; /* Smooth transition for hover if desired */
}

/* Default state for 'empty' (data-filled="false") icons */
.overall-rating-icon[data-filled="false"] {
  filter: grayscale(100%) brightness(1.5); /* Greyscale and lighten slightly */
  opacity: 0.5; /* 50% opacity */
}

/* Default state for 'filled' (data-filled="true") icons */
.overall-rating-icon[data-filled="true"] {
  filter: none; /* No greyscale, full color */
  opacity: 1; /* Full opacity */
}

/* Spin-in animation for 'filled' icons (full color) */
@keyframes icon-spin-in {
  0% {
    transform: rotate(0deg) scale(0);
    opacity: 0;
    filter: grayscale(100%) brightness(1.5); /* Start as grey/dimmed */
  }
  100% {
    transform: rotate(360deg) scale(1);
    opacity: 1;
    filter: none; /* End as full color */
  }
}

/* Grow-in animation for 'empty' icons (greyscale) */
@keyframes icon-grow-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}

/* This class will be added to the container to trigger the animation on its children */
.star-rating-container.start-animation
  .overall-rating-icon[data-filled="true"] {
  /* Apply animation to stars that should be filled */
  animation: icon-spin-in 0.5s cubic-bezier(0.42, -0.21, 0.5, 1.22) forwards;
}

/* This class will be added to the container to trigger the animation on its children */
.star-rating-container.start-animation
  .overall-rating-icon[data-filled="false"] {
  /* Apply animation to stars that should be filled */
  animation: icon-grow-in 0.5s cubic-bezier(0.42, -0.21, 0.5, 1.22) forwards;
}

.star-rating-container.start-animation .overall-rating-icon:nth-of-type(1) {
  animation-delay: 0.1s;
}
.star-rating-container.start-animation .overall-rating-icon:nth-of-type(2) {
  animation-delay: 0.2s;
}
.star-rating-container.start-animation .overall-rating-icon:nth-of-type(3) {
  animation-delay: 0.3s;
}
.star-rating-container.start-animation .overall-rating-icon:nth-of-type(4) {
  animation-delay: 0.4s;
}
.star-rating-container.start-animation .overall-rating-icon:nth-of-type(5) {
  animation-delay: 0.5s;
}

#ratings-details-table {
  width: 100%;
  margin-top: 25px;
  border-collapse: collapse;
  font-size: 0.9em;
}

#ratings-details-table th,
#ratings-details-table td {
  border: 1px solid #e0e0e0;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}

#ratings-details-table th {
  background-color: #f8f8f8;
}

#ratings-details-table td:first-child {
  font-weight: bold;
  color: #333;
}

.rating-stars {
  display: flex;
  gap: 2px;
}

.rating-stars svg {
  width: 22px;
  height: 22px;
  /* Hide stars by default so they can be animated in */
  transform: scale(0);
}

@keyframes quick-grow {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* Trigger animation on all stars in the table at the same time */
#ratings-details-table.start-animation .rating-stars svg {
  animation: quick-grow 0.4s ease-out forwards;
}

#weighting-key {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0 5px;
  font-size: 0.8em;
  font-weight: bold;
  color: #555;
}

.gradient-bar {
  height: 10px;
  flex-grow: 1;
  margin: 0 10px;
  border-radius: 5px;
  background: linear-gradient(
    to right,
    hsl(0, 90%, 45%),
    hsl(30, 90%, 45%),
    hsl(60, 90%, 45%),
    hsl(120, 90%, 45%)
  );
}
.default-tab-header {
  margin-top: 0;
  margin-bottom: 0;
  color: #487b99;
  font-size: 1.5em; /* Match h2 size */
  font-weight: bold; /* Match h2 weight */
}

@keyframes pulse-bw {
  0% {
    stroke: #ffffff; /* Black */
  }
  50% {
    stroke: #aaaaaa; /* White */
  }
  100% {
    stroke: #ffffff; /* Black */
  }
}

.pulsing-kml-layer {
  stroke-width: 3px;
  stroke-opacity: 1;
  fill-opacity: 0;
  animation: pulse-bw 1.5s infinite ease-in-out;
}

body.is-mobile {
  overflow: auto !important; /* Allow the whole page to scroll if needed */
}

.is-mobile #scale-wrapper {
  transform: scale(0.5) !important; /* Scales the new layout down */
  transform-origin: top left;
  height: 200% !important; /* 100 / 0.5 */
  width: 200% !important; /* 100 / 0.5 */
}

/* 3. Change main container to vertical stack */
.is-mobile #main-container {
  flex-direction: column; /* Stack map on top of sidebar */
  height: auto;
  flex-grow: 1; /* Make it fill the remaining space */
}

/* 4. Resize map to be the top item */
.is-mobile #map {
  width: 100%;
  height: 80vh; /* Was 60vh, now taller */
  flex-grow: 1;
  flex-shrink: 1;
}

/* 5. Resize and move sidebar to the bottom */
.is-mobile #sidebar {
  width: 100%;
  height: 100vh; /* Was 40vh, now shorter */
  flex-grow: 0;
  flex-shrink: 0;
  border-left: none;
  border-top: 1px solid #555;
  overflow-y: auto;
}

/* 6. Adjust map search bar for mobile */
.is-mobile #map-geocoder-container {
  width: 50%;
  left: 10px;
  right: auto; /* Make search bar stretch */
  top: 70px; /* Move to top of map (below header) */
}

/* 1. Hide all filter dropdowns, Apply, and Clear buttons */
.is-mobile #header .dropdown,
.is-mobile #header #main-apply-button,
.is-mobile #header #clear-all-button {
  display: none;
}

.is-mobile #get-coords-btn {
  display: none;
}

/* 3. Re-style the header to remove scrolling and add the title */
.is-mobile #header {
  overflow-x: hidden; /* Stop horizontal scroll */
  justify-content: flex-start; /* Align title to the left */
  align-items: center; /* Vertically center title */
  height: 70px;
}

/* 4. Use a pseudo-element to add the "LITE" title */
.is-mobile #header::before {
  content: "Project Explorer LITE for mobile";
  font-size: 1.5em;
  font-weight: bold;
  color: #25385b; /* Using a theme color */
}

/* 5. Adjust map controls to fill the space left by the search bar */
.is-mobile #satellite-toggle-container {
  top: 10px !important; /* Move satellite toggle to the top */
}
.is-mobile .leaflet-control-zoom {
  top: 80px !important; /* Move zoom controls below it */
}

/* 1. Make the Method Key (Legend) closed by default */
/* This overrides the 'open' class added by the script */
.is-mobile #legend .legend-content {
  max-height: 0;
  padding-bottom: 0;
}

.is-mobile #legend .legend-chevron {
  transform: rotate(-135deg); /* Points down (closed) */
}

/* These rules ensure it still opens on click */
.is-mobile #legend.open .legend-content {
  max-height: 500px;
  padding-bottom: 10px;
}
.is-mobile #legend.open .legend-chevron {
  transform: rotate(45deg); /* Points up (open) */
}

/* 2. Style the new "Collapse" button */
#sidebar-collapse-btn {
  width: 100%;
  background-color: #487b99;
  color: white;
  border: none;
  padding: 8px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1em;
  /* Ensure it's not hidden by the scaling */
  position: relative;
  z-index: 10;
  margin-top: -10px;
}

#sidebar-collapse-btn span {
  padding-left: 10px;
}

/* 3. Add transitions for the resize effect */
.is-mobile #map,
.is-mobile #sidebar {
  /* This makes the height change smooth */
  transition: height 0.3s ease-in-out;
}

/* 4. Hide sidebar content when collapsed */
.is-mobile.sidebar-collapsed #sidebar .sidebar-panel {
  display: none;
}
.is-mobile.sidebar-collapsed #sidebar {
  overflow: hidden; /* Hide scrollbar when collapsed */
}

/* 5. Define the new heights when sidebar is collapsed */
.is-mobile.sidebar-collapsed #map {
  height: 90vh; /* Nearly full height */
}

.is-mobile.sidebar-collapsed #sidebar {
  height: 10vh; /* Just tall enough for the button */
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0);
  }
}

.pulse-button {
  animation: pulse-animation 2s infinite;
}

/* 1. Add smooth transitions for all moving elements */
.is-mobile #custom-search-box,
.is-mobile #address-search-box {
  transition:
    height 0.2s ease-in-out,
    font-size 0.2s ease-in-out,
    top 0.2s ease-in-out;
  position: relative; /* Make it positionable */
  top: 0; /* Set default 'top' for the transition */
}

.is-mobile #search-suggestions,
.is-mobile #address-search-suggestions {
  transition: top 0.2s ease-in-out;
  position: relative; /* Make it positionable */
  top: 0;
}

/* 2. Make the search bars bigger and move them down when tapped */
.is-mobile #custom-search-box:focus,
.is-mobile #address-search-box:focus {
  height: 76px !important; /* Double the original 38px */
  font-size: 1.8em !important; /* Make font much larger */
  top: 19px !important; /* Moves the box down by half its growth (38px / 2) */
}

/* 3. Adjust the floating label (set it back to its original -8px) */
.is-mobile .floating-label input:focus + label {
  top: -8px !important; /* Use original 'floating' position */
  font-size: 14px !important; /* Make label slightly bigger */
}

/* 4. Move your custom suggestions list down to match the input */
.is-mobile #custom-search-box:focus ~ #search-suggestions,
.is-mobile #address-search-box:focus ~ #address-search-suggestions {
  top: 19px !important; /* Match the input's 'top' value */
}

/* 6. Make suggestion text bigger on mobile */
.is-mobile #search-suggestions .suggestion-item,
.is-mobile #address-search-suggestions .suggestion-item {
  font-size: 1.6em !important; /* Make font larger */
  padding: 14px 12px !important; /* Increase padding for easier tapping */
}

/* 7. Adjust suggestion logo size */
.is-mobile .suggestion-item-logo {
  height: 30px !important;
  width: 30px !important;
}

.is-mobile .tab-header {
  margin-top: 40px;
}
