@media only screen and (max-width: 1257px) {
    .title-bar-title-layout {
        display: flex;
        flex-direction: column;
    }

    .title-bar-left-placeholder {
        display: flex;
        width: 48px;
        height: 48px;
    }
}


@media only screen and (min-width: 1257px) {
    .mobile-back-arrow {
        display: none;
    }

    .title-bar-title-layout {
        display: flex;
        flex-direction: column;
    }
}

.clickable-icon {
    cursor: pointer;
}

.title-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 48px;
    width: calc(100% - 24px);
    align-self: center;
}

.title-bar-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}

.title-bar-subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
