.page-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 960px;
    margin: 10px auto 10px auto;
    padding-bottom: 10px;
    border-bottom: 2px solid #3498db;
}

.title-home-button {

    font-size: 1.2em;
    display: inline-flex;
    align-items: center;
}

.title-home-icon {
    margin-right: 6px;
}

.title-title-row {
    font-size: 1.2em;
    margin: 0;
    text-align: center;
    flex: 1;
    white-space: nowrap;
}

button,
.btnlo {
    background: #3498db;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-compact {
  padding: 4px 8px;
  line-height: 1;
  font-size: 14px;
}

/*.btn-logout {
    background: #f5f5f5;
    color: #3498db;
    border: 1px solid #3498db;
    border-radius: 6px;
    font-size: 1.2em;
    padding: 8px 12px;
    margin-right: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: background 0.2s, color 0.2s;
} */