@media (min-width: 768px) {
    .h-md-auto {
        height: auto !important;
    }
}

div.login-background {
    background-size: cover;
    background-position: center;
}

.title-toronyor {
    border-bottom: 2px #808080 solid;
    padding: 0px 5px 0px 5px;
    margin-bottom: 20px !important;
}

.clickable-card {
    transition: box-shadow 0.3s ease;
}

.clickable-card:hover {
    box-shadow: 0 0 10px #808080;
}

.card-img-container {
    position: relative;
    /* Establish positioning context */
    overflow: hidden;
    /* Hide overflowing parts of the image */
    width: 100%;
    /* Ensure the container fills the card's width */
}

.card-img {
    width: 100%;
    /* Make the image fill the container's width */
    height: auto;
    /* Maintain aspect ratio based on width */
    display: block;
    /* Prevent extra space below the image */
}

.details-table th {
    text-wrap: nowrap;
    padding-right: 20px;
    line-height: 2;
}

.details-table td {
    width: 100%;
    line-height: 2;
}
