.aicf-heading {
    font-size: 28px;
    margin-bottom: 8px;
}

.aicf-card {
    background: #fff;
    border-left: 4px solid #007cba;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    animation: fadeIn 0.5s ease-in-out;
    border-radius: 6px;
    max-width: 600px;
}

.aicf-button {
    margin-top: 16px;
    font-size: 16px;
    padding: 8px 18px;
}

.aicf-results {
    margin-bottom: 12px;
    min-height: 40px;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

td[id^="aicf-scanned-at-"] {
    text-align: center;
}

.aicf-settings-box {
    background: #fff;
    border: 1px solid #ccd0d4;
    padding: 20px;
    margin-top: 20px;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.aicf-settings-box h2 {
    margin-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.aicf-usage-box .notice {
    font-size: 14px;
}
