.comic-results {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
}

.comic-result-card {
    padding: 18px;
    border: 1px solid rgba(106, 252, 255, 0.15);
    background: rgba(26, 40, 61, 0.65);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.comic-result-card h3 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #6afcff;
    font-size: 1.2em;
}

.comic-result-section {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
}

.comic-result-section strong {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.9);
}

.comic-result-meta {
    margin-bottom: 12px;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px dashed rgba(106, 252, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9em;
}

.comic-result-image {
    margin-top: 12px;
}
