body {
    color:#000;
    font-family: Arial, Helvetica, sans-serif;
}
body p {
    font-size:18px;
}
.logo a, .logo2{
    color:#595959;
    text-decoration: none;
}
.logo2 {
  font-size:1.55rem;
}
.logo::first-letter {
    font-style:italic;
}
.support {
    font-weight:600;
    font-style:italic;
}
.heading {
    text-transform: capitalize;
    font-size:18px;
}
.categories {
    list-style:none;
}
.categories li {
    margin-bottom:0.45rem;
    font-size:1.15rem;
}
.categories a {
    text-decoration:none;
    color:#000;
}
.count {
    color:#ff9900;
}
.btn-choice {
    border: 2px solid #ff9900;
    width:100%;
    line-height:2;
}
.btn-choice:hover {
    border: 2px solid #ff9900;
}
.navigation {
    list-style: none;
}
.navigation li {
  line-height:1;
  margin-bottom:0.75rem;
}
.navigation li a {
    text-decoration:none;
    font-size:1.55rem;
    color:#CC0000;
    text-transform: capitalize;
}
.navigation li a.active {
    font-weight: bold;
}
.categories li a:hover {
    text-shadow: 
    0 0 5px #e5e5e5, /* Red glow */
    0 0 10px #e5e5e5, /* More intense red glow */
    0 0 20px #e5e5e5, /* Even more intense red glow */
    0 0 30px #e5e5e5, /* Strongest red glow */
    0 0 40px #e5e5e5, /* Extremely intense red glow */
    0 0 50px #e5e5e5, /* Very intense red glow */
    0 0 75px #e5e5e5; /* Outer glow */
}
.filters {
    display: flex;
    gap: 10px;
    list-style-type: none;
    padding: 0;
    flex-wrap:wrap;
}
.sub_cat {
    margin-bottom: 0.45rem;
}
#polls_container h3.text-bold {
  font-weight:100;
  font-size:1.65rem;
}
#polls_container select{
  line-height:2;
}
.justify-items-center {
  justify-items:center;
}
#polls_container h3 {
  font-size:1.25rem;
}
.sub_cat label {
    margin-left:0.45rem;
}
footer {
    text-align:left;
}
.filter-badge {
  padding: 3px 11px;
  border: 2px solid transparent;
  line-height:2;
  cursor:pointer;
}
.filter-badge.active {
    border-color:#000;
    border-radius: 5px;
    font-weight:bold;
}
footer a {
    color:#CC0000;
}
.polls-container {
    display: grid;
    grid-template-areas:
      "div1 div2"
      "div4 div3";
    grid-template-columns: 1fr 2fr;
    column-gap: 10px;
  }

  .div-1 {
    grid-area: div1;
  }

  .div-2 {
    grid-area: div2;
    white-space: nowrap;
  }

  .div-3 {
    grid-area: div3;
  }
  
  .div-4 {
    grid-area: div4;
  }

  .div-4 {
    grid-area: div4;
    align-self:start;
  }
.polls-text {
    color:#CC0000;
}
.polls-text span {
    font-weight:bold;
}

.blue-text {
    color:#1C4587;
}
@media screen and (max-width: 768px) {
    .polls-container {
        grid-template-areas:
        "div1"
        "div4"
        "div2"
        "div3";
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
}
.info-bubble {
    border:1px solid #7a62c2;
    color: #7a62c2;
}
.btn-main, .btn-main:hover {
    border:2px solid #5ddde6;
    color:#5ddde6;
    background-color:#FFF;
    font-size:20px;
    font-weight:bold;
}

.btn.btn-main:first-child:active {
    background:#846afa;
}
.form-control {
    border-radius:0;
    line-height:2;
}
/* checkbox style */
  .checkbox-wrapper-33 {
    --s-xsmall: 0.625em;
    --s-small: 1.2em;
    --border-width: 1px;
    --c-primary: #74717b;
    --c-primary-20-percent-opacity: rgb(116 113 123 / 20%);
    --c-primary-10-percent-opacity: rgb(116 113 123 / 10%);
    --t-base: 0.4s;
    --t-fast: 0.2s;
    --e-in: ease-in;
    --e-out: cubic-bezier(.11,.29,.18,.98);
  }

  .checkbox-wrapper-33 .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .checkbox-wrapper-33 .checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .checkbox-wrapper-33 .checkbox + .checkbox {
    margin-top: var(--s-small);
  }
  .checkbox-wrapper-33 .checkbox__symbol {
    display: inline-block;
    display: flex;
    margin-right: calc(var(--s-small) * 0.7);
    border: var(--border-width) solid var(--c-primary);
    position: relative;
    border-radius: 0.1em;
    width: 1.1em;
    height: 1.1em;
    transition: box-shadow var(--t-base) var(--e-out), background-color var(--t-base);
    box-shadow: 0 0 0 0 var(--c-primary-10-percent-opacity);
  }
  .checkbox-wrapper-33 .checkbox__symbol:after {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 0.25em;
    height: 0.25em;
    background-color: var(--c-primary-20-percent-opacity);
    opacity: 0;
    border-radius: 3em;
    transform: scale(1);
    transform-origin: 50% 50%;
  }
  .checkbox-wrapper-33 .checkbox .icon-checkbox {
    width: 1em;
    height: 1em;
    margin: auto;
    fill: none;
    stroke-width: 3;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    color: var(--c-primary);
    display: inline-block;
  }
  .checkbox-wrapper-33 .checkbox .icon-checkbox path {
    transition: stroke-dashoffset var(--t-fast) var(--e-in);
    stroke-dasharray: 30px, 31px;
    stroke-dashoffset: 31px;
  }
  .checkbox-wrapper-33 .checkbox__textwrapper {
    margin: 0;
  }
  .checkbox-wrapper-33 .checkbox__trigger:checked + .checkbox__symbol:after {
    -webkit-animation: ripple-33 1.5s var(--e-out);
            animation: ripple-33 1.5s var(--e-out);
  }
  .checkbox-wrapper-33 .checkbox__trigger:checked + .checkbox__symbol .icon-checkbox path {
    transition: stroke-dashoffset var(--t-base) var(--e-out);
    stroke-dashoffset: 0px;
  }
  .checkbox-wrapper-33 .checkbox__trigger:focus + .checkbox__symbol {
    box-shadow: 0 0 0 0.25em var(--c-primary-20-percent-opacity);
  }

  @-webkit-keyframes ripple-33 {
    from {
      transform: scale(0);
      opacity: 1;
    }
    to {
      opacity: 0;
      transform: scale(20);
    }
  }

  @keyframes ripple-33 {
    from {
      transform: scale(0);
      opacity: 1;
    }
    to {
      opacity: 0;
      transform: scale(20);
    }
  }

  @media screen and (min-width: 1000px) {
    .btn-main:hover {
      background:#846afa;
  }
}
p.badge.info-bubble {
  font-size:16px;
  margin-bottom:0;
}
.bottom_nav {
  list-style: none;
  margin:0;
  padding:0;
}
.bottom_nav li a {
  color:#000;
  text-decoration: none;
}
.reviews {
  list-style: none;
}
.reviews p {
  color:#b7b7b7;
  font-size:14px;
}
.sellnow_cat p {
  font-size:14px;
}
.sellnow_cat h3{
  font-size:16px;
}
.sellnow_cat h2 {
  margin-bottom:1rem;
}
.sellnow_cat h2 a{
  text-decoration:underline;
  text-decoration-color: #ffd100;
  color:#000;  
}
.title {
  color:#595959;
}
h2 {
  line-height:1;
}
.bottom-nav, .bottom_nav {
  position:relative;
  bottom:0;
}
.key {
  font-size:0.95rem;
}
.key span.highlight {
  font-size:1.55rem;
  margin-top:-6px;
}
.main_content {
  max-height:75vh;
}
.main_content h3 {
  font-size:19px;
  font-weight:normal;
}
.main_content img {
  max-height:100%;
  height:100%;
  width:auto;
}
.sellnow_cat figure img{
  width:100%;
}
@media screen and (max-width:575px) {
  .bottom-nav, .bottom_nav {
    position:relative;
    margin-top:0;
    bottom:0;
  }
  .main_content img {
    max-width:100%;
    width:100%;
    height:auto;
  }
}
p.key {
  display:flex;
  align-items:flex-start;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.navigation li a.sell_now {
  color:#595959;
  font-weight: 200;
  font-style: italic;
}
/*.two-column-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.two-column-list li {
  width: 50%;
  box-sizing: border-box;
  padding: 10px 0;
}
*/

.two-column-list {
      column-count: 2;
      column-gap: 40px;
      list-style: none;
      padding: 0;
    }

    .two-column-list li {
      break-inside: avoid;
      padding: 5px 0;
    }
/* Optional: Styling */
.two-column-list li a {
  color:#000;
  text-decoration: none;
}
.two-column-list li a.active {
  font-weight:bold;
}