/* =========================================================
   CROWNBARSHOP — 60K CATEGORY SEO
========================================================= */

.cbs-cat60-seo{
  margin-top:28px;
  padding-top:40px;
  border-top:1px solid #e5e5e5;
  color:#191919;
}

.cbs-cat60-intro{
  max-width:820px;
  margin-bottom:24px;
}

.cbs-cat60-kicker,
.cbs-cat60-label{
  margin:0 0 10px;
  font-size:12px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:1.7px;
  color:#b51f24;
}

.cbs-cat60-seo h2{
  margin:0 0 14px;
  font-size:32px;
  line-height:1.15;
  color:#111;
}

.cbs-cat60-lead,
.cbs-cat60-block > p,
.cbs-cat60-copy p{
  font-size:16px;
  line-height:1.75;
  color:#555;
}

.cbs-cat60-facts{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin:0 0 38px;
}

.cbs-cat60-fact{
  padding:20px;
  border:1px solid #e8e8e8;
  border-radius:10px;
  background:#fafafa;
}

.cbs-cat60-fact strong{
  display:block;
  margin-bottom:4px;
  font-size:21px;
  line-height:1.25;
  color:#111;
}

.cbs-cat60-fact span{
  display:block;
  font-size:13px;
  color:#777;
}

.cbs-cat60-block{
  margin-top:36px;
}

.cbs-cat60-copy{
  max-width:820px;
}

.cbs-cat60-groups{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}

.cbs-cat60-group{
  padding:18px;
  border:1px solid #e7e7e7;
  border-radius:10px;
  background:#fff;
}

.cbs-cat60-group h3{
  margin:0 0 9px;
  font-size:17px;
  line-height:1.3;
  color:#111;
}

.cbs-cat60-group p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#666;
}

.cbs-cat60-choose{
  padding:28px;
  border-radius:12px;
  background:#111;
}

.cbs-cat60-choose h2{
  color:#fff;
}

.cbs-cat60-choose > p:not(.cbs-cat60-label){
  max-width:850px;
  color:#cfcfcf;
}

.cbs-cat60-button{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:8px;
  padding:13px 20px;
  border-radius:6px;
  background:#c51f26;
  color:#fff !important;
  text-decoration:none !important;
  font-size:14px;
  font-weight:700;
}

.cbs-cat60-button:hover{
  background:#a9191f;
  color:#fff !important;
}

.cbs-cat60-faq{
  margin-top:28px;
}

.cbs-cat60-faq details{
  border-top:1px solid #e5e5e5;
}

.cbs-cat60-faq details:last-child{
  border-bottom:1px solid #e5e5e5;
}

.cbs-cat60-faq summary{
  cursor:pointer;
  padding:15px 2px;
  font-size:15px;
  font-weight:700;
  color:#191919;
}

.cbs-cat60-faq details p{
  margin:0;
  padding:0 2px 15px;
  max-width:850px;
  font-size:14px;
  line-height:1.7;
  color:#666;
}

.cbs-cat60-faq a{
  color:#b51f24;
  font-weight:600;
}

@media(max-width:768px){

  .cbs-cat60-seo{
    margin-top:28px;
    padding-top:28px;
  }

  .cbs-cat60-seo h2{
    font-size:25px;
  }

  .cbs-cat60-facts{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
    margin-bottom:30px;
  }

  .cbs-cat60-fact{
    padding:16px 14px;
  }

  .cbs-cat60-fact strong{
    font-size:18px;
  }

  .cbs-cat60-groups{
    grid-template-columns:1fr;
    gap:10px;
  }

  .cbs-cat60-group{
    padding:18px;
  }

  .cbs-cat60-choose{
    padding:25px 20px;
  }

  .cbs-cat60-button{
    width:100%;
    justify-content:center;
  }

}
