.marvin-approval {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 60px auto 40px;
    padding: 30px;
    max-width: 400px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(236, 72, 153, 0.1));
    border: 2px solid rgba(139, 92, 246, 0.3);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(139, 92, 246, 0.2);
}

.marvin-image {
    margin-bottom: 20px;
}

.marvin-image img {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    background: #1a1a2e;
}

.marvin-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.marvin-quote {
    font-style: italic;
    color: #a78bfa;
    font-size: 1rem;
    line-height: 1.5;
}

.marvin-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #8b5cf6, #ec4899);
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
}
