.product-questions{position:relative;display:flex;min-width:0;flex-direction:column;padding:16px;border:1px solid #e7e7e7;border-radius:11px;background:#fff;box-shadow:0 4px 14px rgb(30 34 40 / 4%)}.product-questions>header{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid #ececec}.product-questions>header h2{margin:0;font-size:16px}.product-questions>header button{min-width:82px;height:32px;border:1px solid var(--brand-red);border-radius:6px;background:#fff;color:var(--brand-red);font:700 10px Roboto,sans-serif;cursor:pointer}.product-questions>header button:hover,.product-questions>header button[aria-expanded=true]{background:var(--brand-red);color:#fff}.product-questions__form{padding:10px;border-bottom:1px solid #ececec;background:#fff8f8}.product-questions__form label{display:block;margin-bottom:6px;font-size:9px;font-weight:600}.product-questions__form div{display:flex;gap:6px}.product-questions__form input{min-width:0;flex:1;height:32px;padding:0 9px;border:1px solid #ddd;border-radius:5px;font:10px Roboto,sans-serif}.product-questions__form button{padding:0 13px;border:0;border-radius:5px;background:var(--brand-red);color:#fff;font:600 9px Roboto,sans-serif;cursor:pointer}.product-questions__list{flex:1}.product-questions__list article{display:grid;grid-template-columns:30px 1fr;gap:9px;padding:12px 4px;border-bottom:1px solid #eee}.product-questions__list article>span{display:grid;width:28px;height:28px;place-items:center;border-radius:7px;background:#f3f4f5}.product-questions__list article>span img{width:17px}.product-questions__list h3{margin:0 0 4px;font-size:10px}.product-questions__list p{margin:0;color:#555;font-size:9px;line-height:1.45}.product-questions__list small{display:block;margin-top:5px;color:#999;font-size:8px}.product-questions__list small b{color:#555}.product-questions__notice{min-height:14px;margin:4px 0 -4px;color:#269647;font-size:9px;text-align:center}.product-questions__all{display:flex;min-height:34px;align-items:center;justify-content:center;margin-top:8px;border:1px solid #ededed;border-radius:6px;color:var(--brand-red);font-size:10px;font-weight:600}.product-questions__all span{margin-left:10px;font-size:20px}
