/* Congdy Samsung Q&A - Front styles */

.cg-samqa-wrap,
.cg-samqa-result-wrap{
  width:100%;
  max-width: 920px;
  margin: 0 auto;
}

.cg-samqa-title{
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 14px 0;
  line-height: 1.25;
}

.cg-samqa-actions{
  display:flex;
  gap:10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.cg-samqa-section{
  margin: 18px 0 0 0;
}

.cg-samqa-section-title{
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.cg-samqa-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (max-width: 680px){
  .cg-samqa-grid{ grid-template-columns: 1fr; }
}

.cg-samqa-item{
  display:flex;
  gap:10px;
  align-items:flex-start;
  border: 1px solid rgba(0,0,0,0.12);
  padding: 12px 12px;
  cursor:pointer;
}

.cg-samqa-item input{
  margin-top: 3px;
  width: 18px;
  height: 18px;
}

.cg-samqa-item-text{
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
}

.cg-samqa-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  font-weight: 800;
  font-size: 15px;
  cursor:pointer;
  text-decoration:none;
  width:auto;
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}

.cg-samqa-btn-primary{
  width: 100%;
  margin-top: 18px;
  border: none;
}

.cg-samqa-btn-lite{
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}

.cg-samqa-empty{
  border: 1px dashed rgba(0,0,0,0.25);
  padding: 16px;
  font-size: 15px;
}

.cg-samqa-card{
  border: 1px solid rgba(0,0,0,0.12);
  padding: 16px;
  margin: 12px 0 0 0;
}

.cg-samqa-q{
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
}

.cg-samqa-a{
  font-size: 15px;
  line-height: 1.6;
}


/* Button helpers */
.cg-samqa-btn-black{
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}
.cg-samqa-btn-black:hover{
  background: #111 !important;
  color: #fff !important;
}
.cg-samqa-btn-full{
  width: 100% !important;
}

.cg-samqa-btn *{ color: inherit !important; }
