.ai-summary-wrapper {
    background: linear-gradient(135deg, #0a1f44 0%, #0d2654 50%, #122d63 100%);
    border-radius: 16px;
    padding: 24px 28px;
    margin: 24px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    box-shadow: 0 4px 20px rgba(10, 31, 68, 0.25);
}

.ai-summary-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.ai-summary-header p {
    margin: 0;
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 1;
}

.ai-bolt {
    width: 22px;
    height: 22px;
    color: #ffffff;
    flex-shrink: 0;
    display: block;
}

.ai-summary-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ai-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
    line-height: 1;
}

.ai-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

.ai-btn:active {
    transform: translateY(0);
}

.ai-btn .ai-logo {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.ai-btn span {
    color: #ffffff;
}

.ai-summary-admin-preview {
    padding: 24px;
    border: 2px dashed #c5cad6;
    border-radius: 12px;
    text-align: center;
    background: #f6f7fb;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
