/* File: /review/rb-review-shortcode.css */
.herbie-review-header-wrap { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; flex-wrap: wrap; gap: 15px; }
.herbie-review-text-area { flex: 1; min-width: 250px; }
.herbie-review-title { font-size: 26px; font-weight: 800; color: #001D3D; margin: 0 0 5px 0; line-height: 1.2; }
.herbie-review-desc { font-size: 14px; color: #64748b; margin: 0; line-height: 1.5; }
.herbie-review-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.herbie-btn-write, .herbie-btn-google { background: #fff; border: 1px solid #dadce0; padding: 12px 20px; border-radius: 8px; font-weight: 600; font-size: 14px; cursor: pointer; transition: 0.3s; white-space: nowrap; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
.herbie-btn-write:hover, .herbie-btn-google:hover { background: #f8f9fa; transform: translateY(-2px); box-shadow: 0 6px 15px rgba(0,0,0,0.1); }
.herbie-btn-google { color: #3c4043; }
.herbie-google-svg { width: 18px; height: 18px; }
.herbie-favicon-img { width: 18px; height: 18px; border-radius: 3px; object-fit: contain; }
.herbie-review-wrapper { margin-bottom: 30px; padding-bottom: 10px; }
.herbie-review-slide { display: flex; overflow-x: auto; gap: 20px; scroll-snap-type: x mandatory; scroll-behavior: smooth; }
.herbie-review-slide::-webkit-scrollbar { height: 8px; }
.herbie-review-slide::-webkit-scrollbar-track { background: #f8fafc; border-radius: 10px; }
.herbie-review-slide::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
.herbie-review-slide .herbie-review-card { flex: 0 0 320px; scroll-snap-align: start; }
.herbie-review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.herbie-review-card { background: #fff; border: 1px solid #e2e8f0; padding: 25px; border-radius: 16px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); transition: 0.3s; overflow: hidden; }
.herbie-review-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.08); }
.herbie-google-badge { display: inline-flex; align-items: center; gap: 4px; background: #f8f9fa; border: 1px solid #dadce0; padding: 3px 8px; border-radius: 20px; font-size: 10px; font-weight: 600; color: #3c4043; margin-left: 10px; letter-spacing: normal; }
.herbie-review-header { display: flex; align-items: center; margin-bottom: 15px; }
.herbie-review-avatar { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; margin-right: 15px; background: #f1f5f9; }
.herbie-review-meta { display: flex; flex-direction: column; flex-grow: 1; padding-right: 5px; }
.herbie-review-name { font-weight: 700; color: #0f172a; font-size: 16px; margin: 0; line-height: 1.2; display: flex; justify-content: space-between; align-items: center; }
.herbie-review-time { font-size: 12px; color: #94a3b8; font-weight: 400; }
.herbie-review-country { font-size: 13px; color: #64748b; margin-top: 2px; }
.herbie-review-stars { color: #f59e0b; font-size: 14px; margin-top: 6px; letter-spacing: 2px; display: flex; align-items: center; }
.herbie-review-content { font-size: 14px; color: #475569; line-height: 1.6; font-style: italic; }
.herbie-modal-overlay { display: none; position: fixed; z-index: 999999; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(15,23,42,0.65); align-items: center; justify-content: center; backdrop-filter: blur(5px); opacity: 0; transition: opacity 0.3s ease; }
.herbie-modal-overlay.herbie-modal-active { display: flex; opacity: 1; }
.herbie-modal-content { background-color: #ffffff; border-radius: 20px; width: 92%; max-width: 680px; position: relative; transform: translateY(20px); transition: transform 0.3s ease; max-height: 90vh; overflow-y: auto; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); border: 1px solid #e2e8f0; }
.herbie-modal-overlay.herbie-modal-active .herbie-modal-content { transform: translateY(0); }
.herbie-modal-close { position: absolute; top: 16px; right: 20px; font-size: 26px; font-weight: 800; color: #cbd5e1; cursor: pointer; line-height: 1; transition: 0.2s; z-index: 10; }
.herbie-modal-close:hover { color: #ef4444; }
.herbie-form-container { padding: 30px; background: #ffffff; border-radius: 20px; }
.herbie-form-title { font-size: 22px; font-weight: 800; color: #0f172a; margin: 0 0 20px 0; padding-bottom: 12px; border-bottom: 2px solid #f1f5f9; display: flex; align-items: center; gap: 10px; }
.herbie-form-group { margin-bottom: 18px; }
.herbie-form-group label { display: block; font-size: 13px; font-weight: 700; color: #334155; margin-bottom: 6px; }
.herbie-form-group input, .herbie-form-group select, .herbie-form-group textarea { width: 100%; padding: 12px 14px; border: 1px solid #cbd5e1; border-radius: 10px; font-family: inherit; font-size: 14px; box-sizing: border-box; transition: all 0.2s ease; background: #f8fafc; color: #1e293b; }
.herbie-form-group input:focus, .herbie-form-group select:focus, .herbie-form-group textarea:focus { outline: none; border-color: #10b981; background: #ffffff; box-shadow: 0 0 0 3px rgba(16,185,129,0.15); }
.herbie-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.herbie-avatar-picker-wrap { margin-bottom: 22px; padding: 16px; background: linear-gradient(135deg, #f0fdf4 0%, #f0f9ff 100%); border-radius: 14px; border: 1px dashed #a7f3d0; text-align: center; }
.herbie-avatar-picker-wrap label { display: block; margin-bottom: 12px; font-size: 13px; color: #065f46; font-weight: 800; text-align: center; }
.herbie-avatar-grid { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.herbie-avatar-option { cursor: pointer; text-align: center; width: 58px; margin: 0; display: inline-block; }
.herbie-avatar-option input[type="radio"] { display: none !important; }
.herbie-avatar-img-wrap { width: 50px; height: 50px; border-radius: 50%; border: 3px solid #ffffff; padding: 2px; transition: all 0.3s ease; background: #ffffff; margin: 0 auto; box-shadow: 0 3px 6px rgba(0,0,0,0.06); }
.herbie-avatar-img-wrap img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; display: block; }
.herbie-avatar-option input[type="radio"]:checked + .herbie-avatar-img-wrap { border-color: #10b981; transform: scale(1.15); background: #dcfce7; box-shadow: 0 6px 12px rgba(16,185,129,0.35); }
.herbie-avatar-name { display: block; font-size: 10px; color: #64748b; margin-top: 6px; font-weight: 600; transition: 0.3s; }
.herbie-avatar-option input[type="radio"]:checked ~ .herbie-avatar-name { color: #059669; font-weight: 800; }
.herbie-form-submit-emerald { width: 100%; background: linear-gradient(135deg, #10b981 0%, #059669 100%); color: #ffffff; border: none; border-radius: 12px; padding: 15px 24px; font-size: 15px; font-weight: 800; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 6px 18px rgba(16,185,129,0.35); transition: all 0.3s ease; margin-top: 10px; }
.herbie-form-submit-emerald:hover { background: linear-gradient(135deg, #059669 0%, #047857 100%); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(16,185,129,0.45); }
.herbie-submit-note { font-size: 12px; color: #64748b; margin-top: 12px; line-height: 1.5; text-align: center; font-style: italic; }
.herbie-pagination-wrapper { display: block !important; width: 100% !important; margin: 40px auto 20px !important; text-align: center !important; clear: both !important; }
.herbie-page-link, .herbie-page-current, .herbie-page-dots { display: inline-block !important; vertical-align: middle !important; margin: 4px !important; padding: 8px 16px !important; background: #fff !important; border: 1px solid #e2e8f0 !important; border-radius: 8px !important; color: #0f172a !important; text-decoration: none !important; font-weight: 600 !important; font-size: 14px !important; transition: 0.3s !important; box-sizing: border-box !important; }
.herbie-page-link:hover { background: #f8fafc !important; border-color: #cbd5e1 !important; transform: translateY(-2px) !important; color: #0f172a !important; }
.herbie-page-current { background: #001D3D !important; color: #fff !important; border-color: #001D3D !important; pointer-events: none !important; }
.herbie-page-dots { border: none !important; background: transparent !important; color: #94a3b8 !important; pointer-events: none !important; padding: 8px 4px !important; }
.herbie-honeypot { display: none !important; position: absolute; left: -9999px; }
.herbie-success-alert { background: #dcfce7; color: #166534; padding: 15px; border-radius: 8px; margin-bottom: 20px; border: 1px solid #bbf7d0; font-weight: 600; }
.herbie-empty-review { padding: 30px; background: #f8fafc; border-radius: 12px; text-align: center; color: #64748b; font-style: italic; border: 1px dashed #cbd5e1; margin-bottom: 20px; }
.herbie-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.herbie-archive-container { max-width: 1200px; margin: 0 auto; padding: 60px 20px 80px; }
@media (max-width: 768px) { .herbie-form-container { padding: 20px; } .herbie-form-row { grid-template-columns: 1fr; gap: 0; } .herbie-review-slide .herbie-review-card { flex: 0 0 280px; } .herbie-page-link, .herbie-page-current, .herbie-page-dots { padding: 6px 12px !important; font-size: 13px !important; margin: 3px !important; border-radius: 6px !important; } }