.poll-header {
    img {
        width: 100%;
        border-radius: 32px;
        margin-bottom: 30px;
    }
    h1 {
        font-size: 100px;
        font-weight: 300;
    }
    p {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

#main {
    --page-width: 1100px;
    #form {
        width: 100%;
    }
}

.form-category {
    width: 100%;
    margin-bottom: 40px;
    h1 {
        font-size: 50px;
        font-weight: 400;
    }
    >div {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        margin-top: 10px;
        .form-item {
            min-height: 180px;
            display: flex;
            flex-direction: column;
            background: var(--col-l2);
            outline: 1px solid var(--col-l5);
            border-radius: 20px;
            overflow: hidden;
            .orderablelist-outer {
                padding: 10px;
                padding-top: 0px;
            }
            .toolbar {
                padding: 15px;
                padding-bottom: 10px;
                width: 100%;
                display: flex;
                align-items: center;
                button {
                    margin-left: auto;
                }
            }
            .form-item-notes {
                margin-top: auto;
                textarea {
                    border-radius: 0px;
                    resize: vertical;
                }
            }
        }
    }
}

.hardware-item.draggable-element {
    display: flex;
    align-items: center;
    background: var(--col-l3);
    border-radius: 8px;
    margin: 5px 0px;
    input {
        border-radius: 8px;
        background: var(--col-l4);
    }
}
.howtoanswer {
    p {
        margin: 6px 0px;
    }
}

.finished {
    h1 {
        color: var(--col-sat-3);
        font-size: 50px !important;
    }
    p {
        font-size: 30px;
    }
}

/*# sourceMappingURL=poll_1_hardware.css.map*/