
.configuration-table table {
    font-size: 14px;
}

.configuration-table td {
    vertical-align: middle;
}

.advantage-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.card-icon {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.advantage-card:hover .card-icon {
    opacity: 1;
}

.application-case .case-image {
    cursor: pointer;
}

.application-case .overlay {
    transition: opacity 0.3s ease;
}

.application-case:hover .overlay {
    opacity: 1 !important;
}
