.tdthu__nova .subtitle {
    background-color: rgba(var(--bs-secondary-rgb), 0.2);
    color: var(--bs-primary);
    display: inline-block;
    padding: 5px 12px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 0.75rem;
    margin-bottom: 10px;
}

.tdthu__hero {
    padding: 10rem 0 0 !important;
}

.bold {
    font-weight: bold;
}

.tdt-tag {
    background-color: rgba(var(--bs-secondary-rgb), 0.2);
    color: var(--bs-primary);
    display: inline-block;
    padding: 5px 12px;
    border-radius: 7px;
    border: #a2ca0c 1px solid;
    font-weight: 600;
    font-size: 0.75rem;
}

.tdt-hirek-pics {
    width: 250px;
    height: 150px;
    object-fit: cover;
}

.tdt-hirek-date-tag {
    font-size: small;
    font-weight: bold;
    color: gray;
    text-align: end;
}

.tdt-link {
    color: #a2ca0c;
    text-decoration: none;
    font-weight: bold;
}