.aspect-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.aspect-card:hover {
    transform: translateY(-5px);
}

.aspect-icon {
    font-size: 2rem;
    color: #0066cc;
    margin-bottom: 1rem;
}

.aspect-card h3 {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.aspect-card h4 {
    color: #555;
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
}

.work-info {
    margin-top: 1rem;
}

.tight-list {
    padding-left: 1.25rem;
    margin: 0.5rem 0;
}

.tight-list li {
    margin-bottom: 0.5rem;
}

.work-rights {
    margin-bottom: 1.5rem;
}

.last-card {
    margin-bottom: 0;
}