/* ===== AC Avaliações — Estilos ===== */
.ac-wrapper { font-family: inherit; margin: 30px 0; }
.ac-title { font-size: 24px; font-weight: 700; margin-bottom: 25px; color: #1a202c; }
.ac-grid { display: flex; gap: 40px; align-items: flex-start; }
.ac-sidebar { width: 320px; flex-shrink: 0; position: sticky; top: 20px; }
.ac-main { flex-grow: 1; min-width: 0; }
@media (max-width: 900px) { .ac-grid { flex-direction: column; } .ac-sidebar { width: 100%; position: static; margin-bottom: 30px; } }
.ac-summary-box { background: #fff; padding: 25px; border-radius: 12px; border: 1px solid #e2e8f0; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); margin-bottom: 20px; }
.ac-big-score { font-size: 56px; font-weight: 800; color: #2d3748; line-height: 1; text-align: center; }
.ac-stars-big { font-size: 28px; color: #f59e0b; margin: 10px 0; text-align: center; letter-spacing: 2px; }
.ac-total-label { text-align: center; color: #718096; font-size: 14px; margin-bottom: 20px; }
.ac-bar-row { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; font-size: 13px; color: #4a5568; }
.ac-bar-bg { flex-grow: 1; height: 8px; background: #edf2f7; border-radius: 4px; overflow: hidden; }
.ac-bar-fill { height: 100%; background: #f59e0b; border-radius: 4px; }
.ac-bar-count { width: 25px; text-align: right; color: #a0aec0; font-size: 12px; }
.ac-action-btn { display: block; width: 100%; padding: 12px; background: #3182ce; color: #fff; text-align: center; border-radius: 8px; font-weight: 600; text-decoration: none; border: none; cursor: pointer; transition: background 0.2s; font-size: 15px; margin-top: 15px; }
.ac-action-btn:hover { background: #2b6cb0; color: #fff; }
.ac-filters { display: flex; gap: 10px; margin-bottom: 25px; flex-wrap: wrap; border-bottom: 1px solid #e2e8f0; padding-bottom: 20px; }
.ac-filter-btn { padding: 8px 16px; border: 1px solid #e2e8f0; background: #fff; border-radius: 30px; cursor: pointer; font-size: 14px; text-decoration: none; color: #4a5568; transition: all 0.2s; font-weight: 500; }
.ac-filter-btn:hover { border-color: #3182ce; color: #3182ce; }
.ac-filter-btn.active { background: #3182ce; color: #fff; border-color: #3182ce; box-shadow: 0 2px 4px rgba(49, 130, 206, 0.3); }
.ac-item { display: flex; gap: 20px; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #edf2f7; animation: acFadeIn 0.3s ease; }
.ac-item:last-child { border-bottom: none; }
.ac-item.pending { background: #fffdf5; padding: 15px; border-radius: 8px; border: 1px dashed #ed8936; }
.ac-avatar { width: 48px; height: 48px; background: #e2e8f0; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 18px; flex-shrink: 0; text-transform: uppercase; }
.ac-content { flex-grow: 1; min-width: 0; }
.ac-header { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; flex-wrap: wrap; }
.ac-author { font-weight: 700; color: #2d3748; font-size: 16px; }
.ac-date { color: #a0aec0; font-size: 13px; }
.ac-stars { color: #f59e0b; font-size: 14px; margin-bottom: 10px; display: inline-block; }
.ac-text { color: #4a5568; line-height: 1.6; font-size: 15px; }
.ac-images { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.ac-img-thumb { width: 80px; height: 80px; object-fit: cover; border-radius: 8px; border: 1px solid #e2e8f0; cursor: pointer; transition: transform 0.2s; }
.ac-img-thumb:hover { transform: scale(1.05); }
.ac-admin-reply { margin-top: 15px; background: #ebf8ff; padding: 15px; border-radius: 8px; border-left: 4px solid #3182ce; }
.ac-reply-title { font-weight: 700; color: #2c5282; font-size: 13px; margin-bottom: 5px; display: flex; align-items: center; gap: 5px; }
.ac-controls { margin-top: 10px; display: flex; gap: 10px; font-size: 12px; }
.ac-btn { border: none; padding: 5px 12px; border-radius: 4px; cursor: pointer; text-decoration: none; font-weight: 600; transition: opacity 0.2s; }
.ac-btn:hover { opacity: 0.8; }
.ac-btn-approve { background: #c6f6d5; color: #22543d; }
.ac-btn-delete { background: #fed7d7; color: #822727; }
.ac-btn-reply { background: #bee3f8; color: #2c5282; }
.ac-reply-form { display: none; margin-top: 10px; background: #fff; padding: 15px; border: 1px solid #e2e8f0; border-radius: 8px; }
.ac-reply-form.active { display: block; }
.ac-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 30px; }
.ac-page-btn { padding: 8px 14px; border: 1px solid #e2e8f0; border-radius: 6px; text-decoration: none; color: #4a5568; font-weight: 600; background: #fff; transition: all 0.2s; cursor: pointer; }
.ac-page-btn:hover { border-color: #3182ce; color: #3182ce; }
.ac-page-btn.current { background: #3182ce; color: #fff; border-color: #3182ce; }
.ac-form-box { background: #f7fafc; padding: 30px; border-radius: 16px; border: 1px solid #edf2f7; margin-bottom: 40px; display: none !important; animation: acFadeIn 0.5s ease; }
.ac-form-box.active { display: block !important; }
.ac-form-title { font-size: 20px; font-weight: 700; margin-bottom: 20px; color: #2d3748; }
.ac-input { width: 100%; padding: 12px; margin-bottom: 15px; border: 1px solid #cbd5e0; border-radius: 8px; box-sizing: border-box; font-size: 15px; transition: border-color 0.2s; }
.ac-input:focus { border-color: #3182ce; outline: none; box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1); }
.ac-submit { background: #3182ce; color: #fff; padding: 14px 28px; border: none; border-radius: 8px; cursor: pointer; font-weight: 600; font-size: 16px; width: 100%; transition: background 0.2s; }
.ac-submit:hover { background: #2b6cb0; }
.ac-submit:disabled { background: #a0aec0; cursor: not-allowed; }

/* ===== AC FAQ — Estilos ===== */
.ac-faq-wrapper { margin: 40px 0; }
.ac-faq-title { font-size: 24px; font-weight: 700; margin-bottom: 25px; color: #1a202c; }
.ac-faq-accordion { background: #fff; border-radius: 12px; border: 1px solid #e2e8f0; overflow: hidden; }
.ac-faq-item { border-bottom: 1px solid #e2e8f0; }
.ac-faq-item:last-child { border-bottom: none; }
.ac-faq-question { width: 100%; text-align: left; padding: 20px 25px; background: #fff; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 16px; font-weight: 600; color: #2d3748; transition: background 0.2s; }
.ac-faq-question:hover { background: #f7fafc; }
.ac-faq-question.active { background: #ebf8ff; color: #2c5282; }
.ac-faq-icon { font-size: 24px; font-weight: 300; color: #3182ce; transition: transform 0.3s; }
.ac-faq-question.active .ac-faq-icon { transform: rotate(45deg); }
.ac-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; padding: 0 25px; background: #f7fafc; color: #4a5568; line-height: 1.7; }
.ac-faq-answer.active { max-height: 500px; padding: 20px 25px; }
.ac-faq-list { display: flex; flex-direction: column; gap: 25px; }
.ac-faq-item-list { background: #fff; padding: 25px; border-radius: 12px; border: 1px solid #e2e8f0; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
.ac-faq-q { font-size: 18px; font-weight: 700; color: #2d3748; margin: 0 0 12px 0; }
.ac-faq-a { margin: 0; color: #4a5568; line-height: 1.7; }

@keyframes acFadeIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
