.cursor-pointer {
    cursor: pointer;
}

.worker-login {
    display: block;
    max-width: 100%;
    height: auto;
    background-color: #00c0ef;
}

.worker-login > .worker-name {
    color: white;
    text-align: center;
    font-size: 110px;
    font-weight: 600;
}

div.work-record {
    margin-top: 4px;
}

/* Worker-related styles moved to dedicated worker-selection.css file */

.report-info-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;

}