body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.card {
    border-radius: 15px;
}

.navbar-brand {
    font-weight: bold;
}

.description-params dt {
    flex-shrink: 0;
    max-width: 60%;
}

.description-params dd {
    flex-shrink: 0;
    min-width: 40%;
    text-align: right;
}

.photo-thumb {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.photo-thumb:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}