.character-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 10px rgba(13,110,253,0.07);
    border: 2.5px solid #e3e6ee;
    padding: 1.5rem 1.2rem 1.2rem 1.2rem;
    margin-bottom: 1.5rem;
    position: relative;
    min-height: 180px;
    color: #212529;
} 