/* CORE STYLES */
.taa-wrapper {
    max-width: 500px;
    margin: 20px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    background: #fff;
}

.taa-btn {
    background: #0073aa;
    color: #fff;
    padding: 12px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 15px;
    width: 100%;
    transition: 0.2s;
}
.taa-btn:hover { background: #005a87; }

.taa-loader {
    display: none;
    text-align: center;
    padding: 30px;
    color: #666;
    font-style: italic;
}

.taa-btn-save {
    background: #28a745;
    color: #fff;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 20px;
    width: 100%;
    font-weight: bold;
}
.taa-btn-save:hover { background: #218838; }