.aszl-photo-icon-link{display:inline-flex;align-items:center;gap:6px;margin:4px 6px 4px 0;padding:8px 12px;border-radius:999px;background:#0d1d31 !important;color:#ffffff !important;text-decoration:none !important;font-weight:800;border:1px solid rgba(255,255,255,0.08)}
.aszl-photo-icon-link:hover{background:#11c5c6 !important;color:#05222b !important}
.aszl-feedback-wrap{max-width:980px;margin:30px auto;padding:20px}
.aszl-feedback-card{background:rgba(11,24,38,0.86);border:1px solid rgba(255,255,255,0.08);box-shadow:0 12px 30px rgba(0,0,0,0.28);border-radius:20px;padding:24px}
.aszl-feedback-card h2{margin-top:0;color:#fff}
.aszl-feedback-card p,.aszl-feedback-card label{color:#c6d2df !important}
.aszl-feedback-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:14px}
.aszl-feedback-card input,.aszl-feedback-card select,.aszl-feedback-card textarea{width:100%;background:#ffffff !important;color:#111827 !important;border:1px solid #d1d5db !important;border-radius:12px !important;padding:12px !important;margin-top:6px;margin-bottom:10px}
.aszl-feedback-card button{background:#11c5c6 !important;color:#05222b !important;border:none !important;border-radius:12px !important;padding:14px 18px !important;font-weight:800 !important}
.aszl-feedback-notice{padding:14px 16px;border-radius:12px;margin-bottom:16px;font-weight:700}
.aszl-feedback-notice.success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}
.aszl-feedback-notice.error{background:#fff7ed;color:#9a3412;border:1px solid #fdba74}
@media (max-width: 767px){.aszl-feedback-grid{grid-template-columns:1fr;}}