
.dcc-cigar-finder{
max-width:760px;
margin:40px auto;
padding:34px;
border-radius:24px;
background:linear-gradient(180deg,#fffdf9 0%,#f8f3eb 100%);
color:#2b2b2b;
border:1px solid #ead9b5;
box-shadow:0 18px 40px rgba(0,0,0,.10);
font-family:inherit
}
.dcc-cigar-finder__header{text-align:center;margin-bottom:28px}
.dcc-eyebrow{text-transform:uppercase;letter-spacing:.18em;color:#b8860b;font-weight:700;font-size:12px}
.dcc-cigar-finder h2{font-size:34px;margin:8px 0;color:#2b2b2b}
.dcc-cigar-finder h3{font-size:22px;color:#2b2b2b}
.dcc-question{display:none}
.dcc-question.active{display:block}
.dcc-question label{
display:block;
padding:16px 18px;
margin:12px 0;
background:#ffffff;
border:1px solid #e5d4af;
border-radius:16px;
cursor:pointer;
transition:.2s}
.dcc-question label:hover{
background:#fff8ea;
border-color:#c89a2a;
transform:translateY(-2px);
box-shadow:0 10px 20px rgba(200,154,42,.15)}
.dcc-question input{margin-right:10px}
.dcc-cigar-finder__actions{display:flex;gap:12px;justify-content:center;margin-top:26px}
.dcc-btn{
border:0;
border-radius:999px;
padding:13px 24px;
background:linear-gradient(135deg,#b8860b,#e3bf5c);
color:#fff;
font-weight:700;
cursor:pointer}
.dcc-btn[disabled]{opacity:.45;cursor:not-allowed}
.dcc-cigar-finder__result{margin-top:28px}
.dcc-result-card{
background:#fff;
color:#2b2b2b;
border:1px solid #ead9b5;
border-radius:20px;
padding:24px;
box-shadow:0 10px 25px rgba(0,0,0,.08)}
.dcc-result-card h3{margin-top:0}
.dcc-result-meta{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:12px;
margin:16px 0}
.dcc-result-meta div{
background:#faf6ef;
border:1px solid #ead9b5;
border-radius:12px;
padding:12px}
.dcc-shop-link{
display:inline-block;
margin-top:14px;
background:#8d1f18;
color:#fff!important;
border-radius:999px;
padding:12px 20px;
text-decoration:none;
font-weight:700}
.dcc-shop-link:hover{background:#6f170f}
@media(max-width:600px){
.dcc-cigar-finder{padding:22px}
.dcc-result-meta{grid-template-columns:1fr}
.dcc-cigar-finder h2{font-size:28px}
}
