.ifag-thesis-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-top: 3px solid #ce2139;
    border-radius: 8px;
    padding: 20px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.ifag-thesis-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transform: translateY(-5px);
}

.ifag-thesis-card-number {
    font-size: 42px;
    font-weight: 800;
    color: #fca5a5;
    opacity: 0.3;
    line-height: 1;
    font-family: 'Inter', sans-serif;
}

.ifag-thesis-card-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ifag-thesis-card-name {
    font-size: 15px;
    font-weight: 800;
    color: #111;
    margin: 0;
    font-family: inherit;
    line-height: 1.3;
}

.ifag-thesis-card-title {
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
    color: #374151;
    line-height: 1.5;
    margin: 0;
}

.ifag-thesis-card-subtitle {
    font-size: 11px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}
