/* Shared public wordmark geometry. Keep this file loaded after page CSS. */
.lecturelog-header-inner {
    box-sizing: border-box;
    width: min(100%, calc(1120px + 32px));
    min-height: 62px;
    margin-inline: auto;
    padding: max(8px, env(safe-area-inset-top)) 16px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lecturelog-wordmark {
    display: inline-flex;
    align-items: flex-end;
    gap: 6px;
    color: inherit;
    font-size: 19px;
    font-weight: 870;
    letter-spacing: -0.04em;
    line-height: 1;
    text-decoration: none;
}

.lecturelog-wordmark__name {
    display: block;
    line-height: 1;
}

.lecturelog-wordmark__beta {
    box-sizing: border-box;
    width: auto;
    height: 15px;
    margin: 0;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    align-self: flex-end;
    border: 1px solid #9abde9;
    border-radius: 999px;
    color: #286ba9;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    transform: none;
}

@media (min-width: 720px) {
    .lecturelog-header-inner {
        width: min(100%, calc(1120px + 64px));
        min-height: 72px;
        padding: 8px 32px;
    }

    .lecturelog-wordmark {
        font-size: 22px;
    }
}
