.custom-view-more h4 {
    min-height: 60px; /* uprav podle potřeby */
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
}

.custom-card .card-title {
    min-height: 60px;   /* uprav podle potřeby */
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;   /* příjemné řádkování */
    text-align: center;
}

.custom-card .card-text {
    min-height: 120px;     /* uprav podle potřeby – 100–150px bývá ideální */
    display: flex;
    align-items: flex-start; /* nebo center, pokud chceš zarovnat doprostřed */
    justify-content: center;
    text-align: center;
    line-height: 1.5;       /* větší mezery mezi řádky */
}



.top-alert-bar {
    background: #0090c9;
    color: white;
    padding: 6px 0;
    font-size: 14px;
}

.top-alert-bar .btn {
    font-size: 13px;
    padding: 5px 10px;
    white-space: nowrap;
}

.top-alert-text {
    font-weight: 600;
}

/* DŮLEŽITÉ: aby se to nerozbilo při shrink efektu */
#header .header-body {
    display: flex;
    flex-direction: column;
}