@charset "utf-8";
/* CSS Document */
/*Blue:2e5090/*
/* ============================================
   THEME VARIABLES (Light Mode - Default)
   ============================================ */ :root {
  /* Background Colors */
  --bg-primary: #FFFFFF;
  --bg-secondary: #F4F4F4;
  --bg-tertiary: #FFFFFF;
  --bg-overlay: rgba(0, 0, 0, 0.95);
  /* Text Colors */
  --text-primary: #031519;
  --text-secondary: #000000;
  --text-tertiary: #666666;
  --text-inverse: #FFFFFF;
  /* Border Colors */
  --border-primary: #CCCCCC;
  --border-secondary: #E0E0E0;
  /* Brand Colors */
  --brand-primary: #2e5090;
  --brand-accent: #ffc107;
  /* Navbar */
  --nav-bg: #FFFFFF;
  --nav-border: #CCCCCC;
  --nav-text: #000000;
  --nav-link-active: #2e5090;
  /* Cards/Containers */
  --card-bg: #FFFFFF;
  --card-border: #E0E0E0;
  --card-shadow: rgba(0, 0, 0, 0.1);
}
/* ============================================
   DARK MODE VARIABLES
   ============================================ */
[data-theme="dark"] {
  /* Background Colors */
  --bg-primary: #121212;
  --bg-secondary: #1E1E1E;
  --bg-tertiary: #2A2A2A;
  --bg-overlay: rgba(0, 0, 0, 0.98);
  /* Text Colors */
  --text-primary: #E0E0E0;
  --text-secondary: #FFFFFF;
  --text-tertiary: #B0B0B0;
  --text-inverse: #031519;
  /* Border Colors */
  --border-primary: #404040;
  --border-secondary: #333333;
  /* Brand Colors (slightly adjusted for dark mode) */
  --brand-primary: #5A7BC8;
  --brand-accent: #FFD54F;
  /* Navbar */
  --nav-bg: #1E1E1E;
  --nav-border: #404040;
  --nav-text: #E0E0E0;
  --nav-link-active: #5A7BC8;
  /* Cards/Containers */
  --card-bg: #1E1E1E;
  --card-border: #404040;
  --card-shadow: rgba(0, 0, 0, 0.3);
}
html {
  min-height: 100%;
  position: relative;
}
body {
  font-family: "Inter", sans-serif !important;
  color: var(--text-primary) !important;
  background-color: var(--bg-primary) !important;
  height: 100%;
  margin-bottom: 1090px !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.anton {
 font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.scripttext {
	font-family: "Story Script", sans-serif;
  font-weight: 400;
}
/*
.trending-searches-container .badge.bg-primary {
    background-color: #2e5090 !important;
}
*/

input#smart_marketing_optin {
	margin-left: 0px !important;
}
#topnav-sub { 
    display: none; 
}
	.container-resize {
		max-width: 1600px;
	}
.navbar-brand {
  font-family: "Story Script", sans-serif;
  font-weight: 400;
  font-size: 1.5rem !important;
}
.navbar-brand span.highlight {
  color: var(--brand-primary);
  transition: color 0.3s ease;
}

[data-theme="dark"] #subnav-main {
    background-color: #111;
}

[data-theme="dark"] #subnav-main a.nav-link {
    font-size: .8rem;
    color: #CCC;
    transition: all .3s ease;
}

#subnav-main {
    background-color: #f4f4f4;
    border-bottom: solid 1px var(--nav-border);
}

#subnav-main a.nav-link {
    font-size: .8rem;
    color: var(--brand-primary);
    transition: all .3s ease;
}

#subnav-main a.nav-link.active {
font-weight: 800;
}

#subnav-main a.nav-link:hover {
    transition: all .3s ease;
    font-weight: 800;
}

#subnav-main {
    display: none;
}

#search-header-home-update {
    /*  width: 100%;*/
/*max-height: 560px;*/
    overflow: hidden;
    position: relative;
/*    padding: 20px 70px;*/
}

#home-header-bg {
    background-size: cover;
    width: 100%;
    background-position: center center;
    /*  opacity: .4;*/
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

#bluebar-header {
    background-color: rgba(46,80,144, 1);
    position: relative;
    /*    top: -300px;*/
    z-index: 1;
/*    border-radius: 20px;*/
/*    box-shadow: 0px 0px 50px #000;*/
    width: 100%;
}

[data-theme="dark"] .navbar-brand span.highlight {
  color: #CCC;
}
[data-theme="dark"] .navbar-brand {
  color: #FFF;
}
.best-deals-section .card-header {
  background-color: #fef2cc;
}
#theme-toggle-float {
  position: fixed;
  right: 20px;
  top: 190px;
  z-index: 1140;
}
.ai-btn {
  float: right;
}
[data-theme="dark"] #home-header {
  background-color: #000;
}
[data-theme="dark"] .header-page h2 {
  color: #FFF;
}
[data-theme="dark"] .header-page {
  background-color: #000;
}
.header-page {
  text-align: center;
  background-color: #fef2cc;
  border-bottom-left-radius: 30px;
  padding: 22px 0px 10px 0px;
  border-bottom-right-radius: 30px;
}
.header-page h2 {
  font-weight: 800 !important;
}
.header-page h1 {
  font-size: 1.75rem;
}

.header-page #head-icon {
    border: solid 1px #DDD;
    border-radius: 30px;
}
#breadcrumb-cont {
  border-bottom: solid 1px var(--nav-border);
}
#breadcrumb-cont ol {
  margin-bottom: 0px !important;
}
#breadcrumb-cont .breadcrumb-item.active {
  font-weight: bold;
}
#breadcrumb-cont .breadcrumb-item a {
  text-decoration: none;
  color: var(--brand-primary);
  font-weight: bold;
}
[data-theme="dark"] .best-deals-section .card-header {
  background-color: #000;
}
#robot-man img {
    max-width: 100px;
}
.feature-icon img {
  max-width: 80px;
}
.feature-icon-lg img {
    max-width: 100px;
}
.ad-container.container-fluid {
  max-width: 750px;
}
.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important;
}
.feature-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.feature-icon-rare {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.feature-icon-research {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}
.feature-icon-watchlist {
  background: #198754;
  color: #FFF;
}
li.gear-ai-menu img {
    max-width: 20px;
}
.feature-icon-bot {
/*
  background: #f4f4f4;
  box-shadow: 1px 2px 20px #CCC;
  display: inline-block;
*/
  max-width: 150px;
/*
  border-radius: 50%;
  display: flex;
*/
  align-items: center;
  justify-content: center;
  margin: 0 auto;
/*  font-size: 5rem;*/
}
.gearbot-home {
  background-color: #fef2cc !important;
}
.blog-content img {
	max-width: 100%;
	height: auto;
}
.blog-content {
font-size: 17px;
  line-height: 1.7rem;
}
.blog-content h3 {
	font-weight: 900 !important;
}
.gearbot-home small {
  font-size: 1rem;
}
#home-header {
/*  background-color: #fef2cc;*/
  border-bottom-left-radius: 30px;
  padding: 22px 0px 10px 0px;
  border-bottom-right-radius: 30px;
  /*    margin-top: -30px;*/
}
#home-header h2 {
  font-weight: 300;
}
#home-header h2 strong {
  font-weight: 800;
}
#smg-nav {
  background-color: var(--nav-bg) !important;
  border-bottom: solid 1px var(--nav-border);
  transition: background-color 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease;
  z-index: 101;
}
#smg-nav.scrolled {
  background-color: rgba(255, 255, 255, 0.72) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}
[data-theme="dark"] #smg-nav.scrolled {
  background-color: rgba(30, 30, 30, 0.72) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
/* Fix navbar visibility when GLightbox is open (overflow: hidden breaks sticky positioning) */
body.glightbox-open #smg-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
body.glightbox-open #search-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
/* Prevent page jump by adding padding-top to compensate for fixed navbar */
body.glightbox-open {
  padding-top: 79px; /* Approximate navbar height - adjust if needed */
}
.navbar-brand #tagline {
  font-family: "Inter", sans-serif;
  font-size: 0.64rem;
  color: var(--nav-text);
  position: relative;
  top: -7px;
  transition: color 0.3s ease;
}
#logoicon {
    
}
#smg-nav .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--nav-link-active);
}
#smg-nav .navbar-nav .nav-link {
  color: var(--nav-text);
  transition: color 0.3s ease;
}
/* Preserve Bootstrap button colors when .nav-link is also a .btn */
#smg-nav .navbar-nav .nav-link.btn-primary {
  color: #fff;
}
#overlay-nav1 li a {
  font-size: 1.25rem;
  font-weight: 900;
  color: #FFF;
}
#overlay-nav1 .btn-primary {
  max-width: 200px;
}
#gear-cat .h3 {
  font-weight: 900;
}
#gear-cat li {
  padding: 10px 15px;
}
#gear-cat li a {
  font-size: .8rem;
  font-weight: 900;
  color: #000;
  background-color: #FFF;
  border-radius: 20px;
}

.hero-tool-bg {
background-color: #000;
  width: 100%;
  border-radius: 20px;
padding: 80px 20px;
  background-position: center center;
  background-size: cover;
}

.hero-tool-bg  a {
text-decoration: none;
  text-shadow: 0 0 6px #000, 0 0 30px #000;
  font-size: 2rem;
}
#bar-row {

}
#hero-guitar {
    position: relative;
    z-index: 2;
}
#account-login .h4 {
  font-weight: 900;
  color: #fff;
}
#account-login .h6 {
  font-weight: 900;
  color: #fff;
}
#account-login li a {
  font-weight: 900;
  color: #fff;
  text-decoration: none;
}

/* ============================================
   THEME TOGGLE BUTTON
   ============================================ */
.theme-toggle {
  background: none;
  border: 2px solid var(--border-primary);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--text-primary);
  padding: 0;
  margin-left: 15px;
  position: relative;
  overflow: hidden;
}
.theme-toggle:hover {
  border-color: var(--brand-primary);
  background-color: var(--bg-secondary);
  transform: scale(1.1);
}
.theme-toggle:focus {
  outline: 2px solid var(--brand-primary);
  outline-offset: 2px;
}
.theme-toggle svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.theme-toggle .icon-sun {
  position: absolute;
  opacity: 0;
  transform: rotate(90deg);
}
.theme-toggle .icon-moon {
  position: absolute;
  opacity: 1;
  transform: rotate(0deg);
}
[data-theme="dark"] .theme-toggle .icon-sun {
  opacity: 1;
  transform: rotate(0deg);
}
[data-theme="dark"] .theme-toggle .icon-moon {
  opacity: 0;
  transform: rotate(-90deg);
}
/* Mobile Menu Theme Toggle - Enhanced Visibility */
.theme-toggle-mobile {
  background-color: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  margin-left: 0 !important;
}
.theme-toggle-mobile:hover {
  background-color: rgba(255, 255, 255, 1) !important;
  border-color: var(--brand-primary) !important;
}
.theme-toggle-mobile svg {
  color: #000 !important;
  stroke: #000 !important;
}
/* In dark mode, make the mobile toggle even more distinct */
[data-theme="dark"] .theme-toggle-mobile {
  background-color: rgba(255, 255, 255, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}
[data-theme="dark"] .theme-toggle-mobile:hover {
  background-color: #ffffff !important;
  border-color: var(--brand-primary) !important;
}
/* Additional Dark Mode Styles for Common Elements */
[data-theme="dark"] .card, [data-theme="dark"] .card-body {
  background-color: var(--card-bg);
  border-color: var(--card-border);
  color: var(--text-primary);
}
/* Popular Search Badges - Dark Mode */
[data-theme="dark"] #popular-search .badge {
  background-color: var(--bg-secondary) !important;
  border: 1px solid var(--border-primary);
}
/* Override Bootstrap's text-dark class and default link styles in dark mode */
/* Using higher specificity to override Bootstrap's a { color: ... } rule */
[data-theme="dark"] #popular-search .badge.text-dark, [data-theme="dark"] #popular-search .badge.text-dark a, [data-theme="dark"] #popular-search span.badge.text-dark a, [data-theme="dark"] #popular-search .badge a, [data-theme="dark"] #popular-search span.badge a {
  color: #FFFFFF !important;
  text-decoration: none !important;
  --bs-link-color-rgb: 255, 255, 255 !important;
}
[data-theme="dark"] #popular-search .badge a:hover, [data-theme="dark"] #popular-search span.badge a:hover {
  color: var(--brand-primary) !important;
  text-decoration: none !important;
}
[data-theme="dark"] .dropdown-menu {
  background-color: var(--card-bg);
  border-color: var(--border-primary);
}
[data-theme="dark"] .dropdown-item {
  color: var(--text-primary);
}
[data-theme="dark"] .dropdown-item:hover {
  background-color: var(--bg-secondary);
  color: var(--text-secondary);
}
[data-theme="dark"] .form-control, [data-theme="dark"] .form-select {
  background-color: var(--bg-secondary);
  border-color: var(--border-primary);
  color: var(--text-primary);
}
[data-theme="dark"] .form-control:focus, [data-theme="dark"] .form-select:focus {
  background-color: var(--bg-secondary);
  border-color: var(--brand-primary);
  color: var(--text-primary);
}
[data-theme="dark"] .btn-outline-primary {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}
[data-theme="dark"] .btn-outline-primary:hover {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: var(--text-inverse);
}
[data-theme="dark"] .text-muted {
  color: var(--text-tertiary) !important;
}
[data-theme="dark"] .bg-light {
  background-color: var(--bg-secondary) !important;
}
[data-theme="dark"] .bg-white {
  background-color: var(--bg-primary) !important;
}
[data-theme="dark"] .text-dark {
  color: var(--text-primary) !important;
}
[data-theme="dark"] .bg-warning.text-dark {
  color: #000 !important;
}
[data-theme="dark"] #successToast .toast-body {
  color: #000 !important;
}
[data-theme="dark"] .border {
  border-color: var(--border-primary) !important;
}

#theme-toggle-mobile {
    top: -3px;
}

/***Nav Icons***/
#nav-icon {
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-left: 10px;
}
#nav-icon {
  display: block;
}
#nav-icon .spanstyle {
  display: block;
  position: absolute;
  height: 3px;
  background: #2e5090;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
[data-theme="dark"] #nav-icon .spanstyle {
  background: #CCC;
}
#nav-icon #span1 {
  top: 0px;
  width: 100%;
}
#nav-icon #span2 {
  top: 8px;
  width: 100%;
  right: 0;
}
#nav-icon #span3 {
  top: 16px;
  width: 100%;
  right: 0;
}
#nav-icon2 {
  width: 40px;
  height: 25px;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-left: 30px;
}
#nav-icon2 .spanstyle {
  display: block;
  position: absolute;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon2 #span1 {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 10px;
  width: 100%;
}
#nav-icon2 #span2 {
  width: 100%;
  opacity: 0;
}
#nav-icon2 #span3 {
  width: 100%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 10px;
}
#overlay-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .95);
  transition: all 1s ease;
  z-index: 1471;
  padding: 0 1%;
  overflow-y: auto;
  visibility: hidden;
}
#overlay-nav-icon {
  padding-top: 25px;
}
#overlay-menu-items .h2 {
  color: #ffc107;
  font-size: 2rem;
  font-weight: 900;
}
#overlay-menu-items li a.lg-item {
  color: #ffc107;
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: 800;
  transition: all .5s ease;
  padding-left: 0px;
  display: inline-block;
  width: 100%;
}
#overlay-menu-items li a {
  color: #FFF;
  font-weight: 900;
  text-decoration: none;
}
#logo-overlay #tagline {
  font-family: "Inter", sans-serif;
  font-size: 0.64rem;
  color: #FFF;
  position: relative;
  top: -7px;
}
#logo-overlay {
  font-family: "Story Script", sans-serif;
  font-weight: 400;
  font-size: 1.5rem !important;
  color: #FFF;
}
#logo-overlay a {
  color: #FFF;
  text-decoration: none;
}
#logo-overlay #logoicon img {
  max-width: 40px;
  display: inline-block;
}
.history-content {
  white-space: normal !important;
}
#brand-inside {
  position: relative;
  top: -6px;
}
#logoicon img {
  max-width: 45px;
  display: inline-block;
}
h1, h2, h3, h4, h5 {
  font-weight: 800 !important;
}
.home-cats .card-title {
  font-size: 1.25rem;
}
.small-muted {
  color: #666;
  font-size: .9rem;
}
.listing-thumbnail {
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.listing-thumbnail:hover, .main-thumbnail:hover, .additional-thumbnail:hover {
  opacity: 0.8;
}
.listing-thumbnails-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}
.main-thumbnail {
  width: 100%;
  height: auto;
}
#alert-signup-banner {
  position: relative;
  z-index: 20;
  max-width: 670px;
  margin: 0 auto;
  margin-bottom: 0px;
  top: 60px;
}
.watch-div {
  border-bottom: solid 1px #CCC;
}
.listing-thumbnails-container a {
  display: block;
  text-decoration: none;
}
.additional-thumbnails {
  display: flex;
  gap: 4px;
}
.main-thumbnail {
  cursor: pointer;
  transition: opacity 0.2s ease;
  border-radius: 12px;
  border: solid 1px #CCC;
  max-height: 100%;
}
.additional-thumbnail {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.2s ease;
  border: solid 1px #CCC;
}
.listing-thumbnails-container {
  max-height: 500px;
  overflow: hidden;
}
[data-theme="dark"] .listing-title a {
  color: #FFF;
}
.listing-title a.small:hover {
  text-decoration: underline !important;
  color: #0d6efd !important;
}
a.sm-l-txt {
  font-size: .875rem !important;
}
.listing-title a {
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  line-height: 19px;
}
.platform-badge-float {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
}
.offer-float {
  position: absolute;
  z-index: 2;
  bottom: 53px;
  right: 10px;
}
.condition-float {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  right: 0px;
}
.badge.bg-success {
  border-radius: 12px;
}
/*

    .listing-item {

      display: flex;

      align-items: flex-start;

      gap: 15px;

    }

*/
.listing-content {
  flex: 1;
}
.listing-actions {
  /*

      text-align: right;

      min-width: 120px;

*/
}
.condition-badge {
  display: inline-block;
  background-color: #e9ecef;
  color: #495057;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 500;
  margin: 4px 0;
  text-transform: capitalize;
}
.offers-badge {
  margin: 4px 0;
}
.offers-badge .badge {
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 12px;
  font-weight: 500;
}
.price-drop-badge .badge {
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 12px;
  font-weight: 500;
  position: relative;
  top: -3px;
  margin-left: 10px;
}
.platform-badge {
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.platform-badge.reverb {
  background-color: #007bff;
  color: white;
}
.platform-badge.ebay {
  background-color: #ffc107;
  color: #212529;
}
.price-highlight {
  color: #28a745;
  font-weight: bold;
  font-size: 1.5rem;
}
.price-drop-display {
  display: flex;
  flex-direction: column;
  /*       align-items: flex-end;*/
  gap: 2px;
}
.original-price {
  text-decoration: line-through;
  color: #6c757d;
  font-size: 0.9em;
  opacity: 0.7;
}
.discounted-price {
  color: #dc3545;
  font-weight: bold;
  font-size: .85em;
}
.price-drop-info {
  color: #6c757d;
  font-size: 0.8em;
  opacity: 0.8;
}
.rare-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 80px 0 60px;
  margin-bottom: 50px;
}
.rare-hero h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.rare-hero .lead {
  font-size: 1.3rem;
  opacity: 0.95;
}
.rare-alert-form {
  background-color: #FFF;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 40px;
}
[data-theme="dark"] .rare-alert-form {
  background-color: #1d1d1d;
}
[data-theme="dark"] .rare-alert-form h2 {
  color: #fff;
}
.rare-alert-form h2 {
  margin-bottom: 25px;
  color: #333;
}
.rarity-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 10px 0;
}
.rarity-unicorn {
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  color: #333;
}
.rarity-rare {
  background: linear-gradient(135deg, #a8edea, #fed6e3);
  color: #333;
}
.rarity-limited {
  background: linear-gradient(135deg, #d299c2, #fef9d7);
  color: #333;
}
.rarity-common {
  background: #f0f0f0;
  color: #666;
}
.how-it-works {
  background: #f8f9fa;
  padding: 30px;
  margin-bottom: 50px;
}
.how-it-works .step {
  text-align: center;
  padding: 20px;
}
.how-it-works .step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 20px;
}
.how-it-works h2 {
  font-weight: 800;
}
#whouses h2 {
  font-weight: 800;
}
#whouses h5 {
  font-weight: 800;
}
.search-container h2 {
  font-weight: 800;
}
.what-qualifies {
  margin-bottom: 50px;
}
.example-card {
  border-left: 4px solid #667eea;
  padding: 20px;
  background: #f8f9fa;
  margin-bottom: 15px;
  border-radius: 4px;
}
[data-theme="dark"] .example-card {
  background: transparent;
}
[data-theme="dark"] #listings-container .list-group-item {
  background: transparent;
}
[data-theme="dark"] .modal-content {
  background-color: #000;
}
[data-theme="dark"] .listing-content a {
  color: #FFF;
  text-decoration: none;
}
[data-theme="dark"] .breadcrumb-item.active {
  color: #FFF;
}
.validation-message {
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
  display: none;
}
.validation-message.show {
  display: block;
}
.validation-success {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
.validation-warning {
  background: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
}
.validation-error {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
.loading-spinner {
  display: none;
  text-align: center;
  padding: 20px;
}
.loading-spinner.show {
  display: block;
}
.preview-listings {
  margin-top: 30px;
  display: none;
}
.preview-listings.show {
  display: block;
}
.preview-item {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  background: white;
}
.preview-item img {
  max-width: 100px;
  border-radius: 4px;
}
.cta-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 60px 0;
  text-align: center;
  margin-top: 50px;
}
.cta-section h2 {
  font-weight: 800;
}
.rare-alert-form h2 {
  font-weight: 800;
}
.what-qualifies h2 {
  font-weight: 800;
}
#rare-example h2 {
  font-weight: 800;
}
#rare-example h5 {
  font-weight: 800;
}
#grok-ai-section .badge {
font-size: .65rem;
  position: relative;
  top: -5px;
}
.research-hero {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  color: white;
  padding: 80px 0 60px;
  margin-bottom: 50px;
}
.research-hero h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.research-hero .lead {
  font-size: 1.3rem;
  opacity: 0.95;
}
.search-container {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 50px;
}
.stat-card {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  text-align: center;
}
.stat-card .stat-value {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.stat-card .stat-label {
  font-size: 1rem;
  opacity: 0.9;
}
.stat-card.secondary {
  background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
  color: #333;
}
.sold-item {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  background: white;
  transition: transform 0.2s;
}
.sold-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.sold-item img {
  max-width: 150px;
  border-radius: 8px;
}
.sold-date {
  color: #6c757d;
  font-size: 0.9rem;
}
.sold-price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #28a745;
}
.condition-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.85rem;
  background: #e9ecef;
  color: #495057;
}
.loading-state {
  display: none;
  text-align: center;
  padding: 60px 20px;
}
.loading-state.show {
  display: block;
}
.results-container {
  display: none;
}
.results-container.show {
  display: block;
}
.empty-state {
  text-align: center;
  padding: 60px 20px;
  display: none;
}
.empty-state.show {
  display: block;
}
.how-it-works {
  background: #f8f9fa;
  padding: 60px 0;
  margin-top: 50px;
}
.feature-card {
  background: white;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.feature-icon {
  font-size: 3rem;
  margin-bottom: 15px;
}
.quick-alert-cta {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
  border-radius: 8px;
  padding: 20px;
  margin-top: 30px;
  text-align: center;
}
.quick-alert-cta .btn {
  margin-top: 15px;
}
/**Gear Research Page**/
.research-hero {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  color: white;
  padding: 80px 0 60px;
  margin-bottom: 50px;
}
.research-hero h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.research-hero .lead {
  font-size: 1.3rem;
  opacity: 0.95;
}
.search-container {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 50px;
}
[data-theme="dark"] .search-container {
  background-color: rgba(0, 0, 0, .8);
}
.stat-card {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  text-align: center;
}
.stat-card .stat-value {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.stat-card .stat-label {
  font-size: 1rem;
  opacity: 0.9;
}
.stat-card.secondary {
  background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
  color: #333;
}
.sold-item {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  background: white;
  transition: transform 0.2s;
}
.sold-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.sold-item img {
  max-width: 150px;
  border-radius: 8px;
}
.sold-date {
  color: #6c757d;
  font-size: 0.9rem;
}
.sold-price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #28a745;
}
.condition-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.85rem;
  background: #e9ecef;
  color: #495057;
}
.loading-state {
  display: none;
  text-align: center;
  padding: 60px 20px;
}
.loading-state.show {
  display: block;
}
.results-container {
  display: none;
}
.results-container.show {
  display: block;
}
.empty-state {
  text-align: center;
  padding: 60px 20px;
  display: none;
}
.empty-state.show {
  display: block;
}
.how-it-works {
  background-color: #f8f9fa;
  padding: 30px;
  margin-top: 50px;
}
[data-theme="dark"] .how-it-works {
  background-color: transparent;
}
.feature-card {
  background-color: #FFF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
[data-theme="dark"] .feature-card {
  background-color: transparent;
}
.feature-icon {
  font-size: 3rem;
  margin-bottom: 15px;
}
.quick-alert-cta {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
  border-radius: 8px;
  padding: 20px;
  margin-top: 30px;
  text-align: center;
}
.quick-alert-cta .btn {
  margin-top: 15px;
}
/* Fix for variant selector dropdown overflow */
#variant-selector {
  width: 100% !important;
  max-width: 100%;
  font-size: 0.95rem;
  padding: 12px;
}
#variant-selector option {
  padding: 8px 12px;
  line-height: 1.5;
}
#overlay-nav1 {}
#overlay-nav1 li {}
/* Mobile App-Style Menu */
@media (max-width: 767.98px) {
  #overlay-nav1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
  }
  #overlay-nav1 .nav-item {
    flex: 0 0 calc(50% - 6px);
    width: calc(50% - 6px);
    margin: 0;
    padding: 0;
  }
  #overlay-nav1 .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 16px 12px;
    margin: 0;
    min-height: 60px;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    font-weight: 700;
    color: #FFF !important;
    backdrop-filter: blur(10px);
  }
  #overlay-nav1 .nav-item .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }
  #overlay-nav1 .nav-item .nav-link.active {
    background-color: rgba(46, 80, 144, 0.8);
    border-color: rgba(46, 80, 144, 1);
    box-shadow: 0 2px 8px rgba(46, 80, 144, 0.4);
  }
  #overlay-nav1 .nav-item .nav-link .badge {
    margin-left: 6px;
  }
}
@media (max-width: 576px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  /*

        .listing-thumbnail,

        .main-thumbnail {

          width: 50px;

          height: 50px;

        }

*/
  .additional-thumbnail {
    width: 25px;
    height: 25px;
  }
  .btn {
    font-size: 0.85rem;
    padding: 0.25rem 0.5rem;
  }
}
.results-header {
  background-color: #e9ecef;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
}
[data-theme="dark"] .results-header {
  background-color: #222;
}
.filters-section {
  background-color: #f8f9fa;
  border-radius: 8px;
}
.filters-section .card {
  border: 1px solid #dee2e6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.filters-section .card-body {
  padding: 0.75rem;
}
.filters-section .form-label {
  font-weight: 500;
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
  color: #495057;
}
.filters-section .form-select {
  font-size: 0.85rem;
  padding: 0.25rem 0.5rem;
}
.filters-section .btn-sm {
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
}
.navbar-nav .nav-link.active {
  font-weight: 900;
}
.search-form .card {
  max-width: 900px;
  margin: 0 auto;
}
.search-form h1 {
  text-shadow: 0px 0px 20px #000;
}
.search-form p {
	text-shadow: 0px 0px 10px #000;
}
#search-header-home {
background-size: cover;
/*  width: 100%;*/
  min-height: 350px;
  background-position: center center;
  position: relative;
  margin: 0px;
  border-radius: 0px;
}

#header-page-default {
	background-size: cover;
  background-position: center center;
  position: relative;
}

#header-page-default #pagetitle {
	position: relative; 
	z-index: 3;
}

#header-page-default #pagetitle h1 {
	text-shadow: 0px 0px 20px #000;
}

#header-page-default #pagetitle p {
	text-shadow: 0px 0px 10px #000;
}

#search-header {
  background-size: cover;
  width: 100%;
  min-height: 100px;
  background-position: center center;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

#alert-promo strong {
  color: #e48026;
}
#alert-promo h1 span {
  color: #e48026;
}
#gray-shadow {
  background-color: rgba(25, 25, 25, .5);
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
    border-radius: 0px;
}
.search-form {
  z-index: 2;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#form-row {
  min-height: 100%;
}
#form-row .btn-primary {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
#popular-search .badge {
  padding: .5rem .75rem;
  border-radius: 30px;
}
#popular-search .badge a {
  text-decoration: none;
}
.search-form .input-group .form-control {
  padding: 1rem 1.75rem;
  border: none;
  background-color: rgba(255, 255, 255, .8);
  color: #333 !important;
}
.search-form .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  /*

  border-bottom-right-radius: 30px;

  border-top-right-radius: 30px;

*/
  width: 100px;
}
#hero-outer {
  background-color: #f4f4f4;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #ccc;
}
[data-theme="dark"] #hero-outer {
  background-color: #111;
  border: solid 1px #111;
}
#browse-categories .card {
  text-align: center;
}
#browse-categories .badge {
  backgoround-color: #2e5090 !important;
}
#browse-img {
  max-height: 250px;
  overflow: hidden;
  border-radius: 50px;
}
#search-select {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  max-width: 50px;
}

[data-theme="dark"] #search-select .form-select {
    color: #FFF;
}
.autocomplete-suggestions {
  width: 100% !important;
  text-align: left;
  left: 0 !important;
}
.search-form .input-group {
/*  box-shadow: 0px 0px 30px 20px #000;*/
  border-radius: 30px;
}
.search-form-home {
  /*  background-color: #f8f9fa;*/
  border-radius: 8px;
  padding: 0px;
  margin-bottom: 30px;
}
.search-form {
  /*  background-color: #f8f9fa;*/
  border-radius: 8px;
  padding: 20px;
}
.scroll-to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
  transition: all 0.3s ease;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
}
.scroll-to-top-btn:hover {
  background: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 123, 255, 0.4);
}
.scroll-to-top-btn.show {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}
.scroll-to-top-btn svg {
  transform: rotate(0deg);
}
/* Homepage Newest Listings Cards */
.hover-lift {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hover-lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.hover-lift img {
  transition: opacity 0.2s ease;
}
.hover-lift:hover img {
  opacity: 0.9;
}
[data-theme="dark"] .hover-lift .card-title {
  color: #fff;
}
.hover-lift .card-title {
  color: #212529;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hover-lift a {
  color: inherit;
}
/* Trending Searches */
.trending-searches-container .badge {
  transition: transform 0.2s ease, background-color 0.2s ease;
  /*
    font-size: .8rem !important;
    max-width: 200px;
    overflow: hidden !important;
*/
}
.trending-searches-container .badge:hover {
  transform: scale(1.05);
  background-color: #0056b3 !important;
}
#site-footer {
  min-height: 350px;
  width: 100%;
  background-color: #031519;
  position: absolute;
  bottom: 0px;
}
#site-footer a {
  color: #FFF;
  text-decoration: none;
}
#site-footer h4 {
  font-size: 1rem;
}
#logo-footer #tagline {
  font-family: "Inter", sans-serif;
  font-size: 0.74rem;
  color: #FFF;
  position: relative;
  top: -7px;
}
#alert-promo {
  background-color: #031519;
}
#logo-footer {
  font-family: "Story Script", sans-serif;
  font-weight: 400;
  font-size: 1.75rem !important;
  color: #FFF;
}
#logo-footer a {
  color: #FFF;
  text-decoration: none;
}
#results-title {
    font-size: 1rem;
}
#results-title small {
    font-weight: 600;
    font-size: 1rem;
}
/* -------------------------------------------------------------------------- */
@media (min-width: 576px) {}
/* Medium devices (tablets, px and up) */
@media (min-width: 768px) {
    #gray-shadow {
/*    border-radius: 30px;*/
}
    #search-header-home {
/*
  margin: 20px 50px;
  border-radius: 30px;
*/
}
#brand-inside {
  position: relative;
  top: -8px;
}
    .theme-toggle {
  width: 40px;
  height: 40px;
}
#logoicon img {
  max-width: 50px;
}
    .navbar-brand #tagline {
  font-size: 0.74rem;

}
    .navbar-brand {
  font-size: 1.75rem !important;
}
    #robot-man img {
    max-width: 100%;
}
    .research-hero h1 {
  font-size: 3rem;
}
    #subnav-main {
    display: flex;
}
  .scroll-to-top-btn {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
  .search-form {
    /*  background-color: #f8f9fa;*/
    border-radius: 8px;
    padding: 20px;
    /*  margin-bottom: 30px;*/
  }
  .main-thumbnail {
    cursor: pointer;
    transition: opacity 0.2s ease;
    border-radius: 12px;
    border: solid 1px #CCC;
    max-height: 100%;
  }
  .listing-actions {
    text-align: left;
    min-width: auto;
    /*    margin-top: 10px;*/
  }
  .additional-thumbnail {
    width: 30px;
    height: 30px;
  }
  .btn {
    font-size: 0.9rem;
    padding: 0.375rem 0.75rem;
  }
  .navbar-brand {
    font-size: 1.1rem;
  }
  #search-select {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    max-width: 160px;
  }
	

  .search-form .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    /*

  border-bottom-right-radius: 30px;

  border-top-right-radius: 30px;

*/
    width: 190px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  body {
    margin-bottom: 800px !important;
  }
  #theme-toggle-float {
    position: fixed;
    right: 20px;
    top: 100px;
    z-index: 1140;
  }
}

@media (min-width: 1200px) {

    #topnav-sub { 
    display: flex; 
}
}

/**iPad media query**/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {}
@media (min-width: 1200px) {
  #theme-toggle-float {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 1140;
  }
  body {
    margin-bottom: 600px !important;
  }
}
/* PWA Install Banner */
.pwa-install-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  z-index: 1050;
  max-width: 500px;
  width: calc(100% - 40px);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.pwa-install-banner.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.pwa-install-content {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  position: relative;
  color: white;
}
.pwa-install-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pwa-install-icon svg {
  width: 32px;
  height: 32px;
  color: white;
}
.pwa-install-text {
  flex: 1;
  min-width: 0;
}
.pwa-install-text strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.pwa-install-text p {
  font-size: 0.85rem;
  margin: 0;
  opacity: 0.95;
  line-height: 1.3;
}
.pwa-install-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}
.pwa-install-buttons .btn {
  white-space: nowrap;
  font-size: 0.875rem;
  padding: 6px 16px;
}
.pwa-install-buttons .btn-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  padding: 4px 8px;
}
.pwa-install-buttons .btn-link:hover {
  color: white;
  text-decoration: underline;
}
.pwa-close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  transition: background 0.2s;
}
.pwa-close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 576px) {
  .pwa-install-content {
    flex-wrap: wrap;
    gap: 12px;
  }
  .pwa-install-icon {
    width: 40px;
    height: 40px;
  }
  .pwa-install-icon svg {
    width: 24px;
    height: 24px;
  }
  .pwa-install-text strong {
    font-size: 0.9rem;
  }
  .pwa-install-text p {
    font-size: 0.8rem;
  }
  .pwa-install-buttons {
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
  }
  .pwa-install-buttons .btn {
    flex: 1;
    max-width: 120px;
  }
}
