﻿#page-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
}

.page-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--Tables-Border, #E0E0E0);
}

.page-title-other {
    display: flex;
    align-items: center;
    gap: 10px;
}

#page-title {
    color: var(--IP-Brand-Primary-600---IP-Green, #006963);
    font-family: Faktum, Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.page-header-button {
    width: 24px;
    height: 24px;
}