.aniwin-ab-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.aniwin-ab-modal-content {
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    position: relative;
}
.aniwin-ab-close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #aaa;
}
.aniwin-ab-close:hover { color: #000; }
.aniwin-ab-item {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    background: #fdfdfd;
}
.aniwin-ab-item h4 { margin: 0 0 10px 0; }
.aniwin-ab-item footer { margin-top: 15px; border-top: 1px solid #eee; padding-top: 10px; }
.default-badge {
    background: #e1f0ff;
    color: #0073aa;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: 10px;
    font-weight: normal;
}
.aniwin-ab-form-actions {
    margin-top: 25px;
    display: flex;
    gap: 10px;
}
.aniwin-ab-search-wrap input {
    width: 100%;
    padding: 12px;
}
