.ann-verify-form{max-width:680px;margin:20px auto;padding:16px;border:1px solid #eee;border-radius:12px;background:#fff}
.ann-verify-form label{display:block;font-weight:600;margin-bottom:6px}
.ann-verify-form input{width:100%;padding:10px;border:1px solid #ddd;border-radius:8px;}
.ann-verify-form .ann-row{margin-bottom:12px}
.ann-verify-form button{padding:10px 16px;border:none;border-radius:8px;background:#111;color:#fff;cursor:pointer;}
.ann-result-card{display:flex;gap:16px;align-items:flex-start;margin-top:12px;margin-bottom: 12px;padding:12px;border:1px solid #eee;border-radius:10px;background:#fafafa}
.ann-result-card img{width:90px;height:90px;object-fit:cover;border-radius:8px}
.ann-msg{background:#eef9ef;border:1px solid #c7e8c9;padding:8px 12px;border-radius:8px;margin:8px 0}
.ann-error{background:#feecec;border:1px solid #f5c2c2;padding:8px 12px;border-radius:8px;margin:8px 0}
.ann-success{background:#eef9ef;border:1px solid #c7e8c9;padding:8px 12px;border-radius:8px;margin:8px 0}
.warning{color:#ffb818;font-weight:bold;}
.success{color:green;font-weight:bold;}
.alert{color:red;font-weight:bold;}

.ann-modal { position: fixed; inset: 0; z-index: 9999; }
.ann-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.35); }
.ann-modal-panel { position: relative; margin: 10vh auto; background: #fff; max-width: 360px; padding: 16px; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.ann-modal-header { font-weight: 600; margin-bottom: 10px; }
.ann-modal-body { display: flex; gap: 8px; justify-content: center; margin-top: 4px; }
.ann-modal-body select { min-width: 90px; }
.ann-modal-actions { display: flex; gap: 8px; justify-content: flex-end; margin-top: 12px; }

.ann-card {background:#fafafa;padding:12px;border:1px solid #eee;border-radius:8px;margin-bottom:12px;}
.ann-gift-box{background:#fffbe6;border:1px solid #f1e7b6;padding:8px 10px;border-radius:6px;margin-top:8px;margin-bottom:8px;}

.ann-thumb-list{display:flex;gap:8px;flex-wrap:wrap}
.ann-thumb-item{position:relative;width:90px;height:120px;border:1px solid #ddd;border-radius:8px;overflow:hidden}
.ann-thumb-item img{width:100%;height:100%;object-fit:cover}
.ann-thumb-del {
    position: absolute;
    right: 4px;
    top: 4px;
    border: none;
    background: #0008;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    cursor: pointer;
    font-size: 18px;
    padding: 7px 6px !important;
}
/* Dòng action gọn hơn */
.ann-fb-wr-table .ann-fb-row-actions td { padding-top: 6px; }
.ann-fb-wr-table .ann-actions .button { margin-top: 4px; }