.logbook-page {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-height: 100%;
}

.logbook-page__header {
    align-items: center;
    display: flex;
    gap: 1rem;
}

.logbook-page__breadcrumb {
    align-items: center;
    color: #4b5563;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 0.95rem;
    gap: 0.2rem;
}

.logbook-page__breadcrumb-link {
    color: inherit;
    text-decoration: none;
}

.logbook-page__breadcrumb-link:hover {
    text-decoration: underline;
}

.logbook-page__breadcrumb-current {
    color: #111827;
    font-weight: 600;
}

.logbook-page__surface {
    background: linear-gradient(180deg, #fbfbfc 0%, #f7f7f8 100%);
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 2rem;
}

.logbook-page__surface--centered {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 200px;
}

.logbook-page__title {
    color: #1f2937;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}
