@import "https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css";

body {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.narrow-divider {
    width: 30%;
    margin: 40px auto auto;
}

.above-footer {
    flex: 1;
}

input {
    color-scheme: dark; /*Ensure date datetime input is styled properly */
}

.is-slightlyrounded {
    border-radius: 3px;
}

.header {
    padding-left: 15px;
    display: flex;
    background-color: rgba(255, 252, 252, 0.07);
    color: #e8e8e8;
    margin-bottom: 1em;
    text-decoration: underline;
    text-decoration-color: #90caf9;
}

.header h1 {
    display: inline-block;
    line-height: 2.5;
    margin-top: 0 !important;
}

.header-icon {
    width: 70px;
    display: inline-block;
    position: relative;
    top: -7px;
    margin-right: 20px;
}

.container {
    padding-left: 1em;
    padding-right: 1em;
}

.columns.advert-wrap {
    margin-bottom: -0.625rem;
}

.advert-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
    transition: background-color 0.15s ease-in-out;
}

.advert-link[href]:hover .advert-card {
    background-color: rgba(255, 252, 252, 0.05);
}

.advert-card .card-image .image {
    width: 56px;
    height: 100%;
}

.advert-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advert-card .card-content {
    min-width: 300px;
}

.advert-headline {
    line-height: 1.2;
}

.advert-strapline {
    font-size: 0.85rem;
    color: #b5b5b5;
    line-height: 1.2;
}

.microCopy {
    font-size: 16px;
    text-align: center;
    margin: 40px;
}

.datetime-picker {
    display: block;
}

.fleet-members {
    height: 100%;
    display: flex;
    flex-direction: column;

    .control {
        flex: 1;

        textarea {
            height: 100%;
        }
    }
}

footer {
    margin-top: 2em;
}

.lossmail {
    background-color: #874141;
}
