.header {
    background: var(--bs-gray-900);
    color: var(--bs-white);
    padding: 0.75rem 0.9375rem;
    border: none;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

}

.title-ynk {
    font-size: .75rem;
    margin: 0;
    line-height: 1.35;
    flex: 1;
}