/**
 * Task Adder Styles
 *
 * @package TaskChecker
 */

@media screen and (max-width: 782px) {
    .button-primary {
        padding: 6px 10px !important;
    }
}

.tskcheckr-controls {
    margin-bottom: 15px !important;
}

.tskcheckr-add-form {
    margin-bottom: 20px !important;
}

.tskcheckr-textarea-full-width {
    width: 100% !important;
    resize: vertical !important;
    margin-bottom: 8px !important;
}

.tskcheckr-button-margin {
    margin: 5px 5px 5px 0 !important;
}

.tskcheckr-form-inline {
    display: inline-block !important;
    width: 100% !important;
}

.tskcheckr-flex-container {
    display: flex !important;
    gap: 10px !important;
    margin-top: 5px !important;
}

.tskcheckr-postbox {
    padding: 15px !important;
    margin-bottom: 20px !important;
}