/**
 * Styles for the Vasa Sport View Trip page, containing;
 * - a short overview of the trip (name, stages, variants)
 * - action buttons to generate/refresh, download, or delete trip documents.
 */
main {
    font-family: Lato, sans-serif;
}

.version {
    font-size: smaller;
}

main > div.wp-block-group:first-child {
    padding-top: 2em !important;
}

h2.wp-block-heading {
    margin-block-start: 2em;
}

.trip-table {
    border-collapse: collapse;
    border-spacing: 0;
}

.trip-table > caption {
    color: white;
    background-color: #1d5199;
    border: 1px solid #1d5199;
    font-weight: bold;
}

.trip-table > thead {
    color: white;
    background-color: #152a43;
    border: 1px solid #152a43;
    font-weight: bold;
}

.trip-table > tbody {
    color: #1d5199;
    background-color: #ddeffa;
    border: 1px solid #1d5199;
}

.trip-table td, .trip-table th {
    min-width: 6em;
    padding: 0.15em 0.5em;
    vertical-align: top;
    border: 1px solid #1d5199;
}

.trip-table thead {
    border-left: 1px solid #152a43;
}

.trip-table .button {
    padding-left: 0.25em;
    padding-right: 0.25em;
    margin-right: 0.25em;
}

.trip-table .button:last-child {
    margin-right: 0;
}

