/* Edibles Dosage Calculator */

.edc input[type="text"], .edc input[type="email"], .edc input[type="url"], .edc input[type="file"], .edc input[type="password"], .edc input[type="number"], .edc input[type="date"], .edc input[type="search"], .edc input[type="tel"], .edc textarea {
	border: 1px solid #323232;
    padding: 5px;
    font-size: initial;
    width: 70px;
}

.edc button[type="submit"] {
    padding: 6px 10px;
    background: var(--wp--preset--color--secondary);
    border: none;
    color: #fff;
    text-align: center;
    font-size: initial;
}

.edc button[type="reset"] {
    padding: 0 30px;
    background: #343434;
    border: none;
    color: #fff;
    line-height: 42px;
    text-align: center;
}

/* Cannabinoids Form */

#cannabinoids_form, #cannabinoids_in_base_form {
    display: flex;
    flex-wrap: wrap;
}

.cannabinoids-form-thca-wrapper, .cannabinoids-input-wprapper {
    padding-right: 10px;
    margin-bottom: 10px;
}

.cannabinoids-form-cbda-wrapper {
    padding-right: 10px;
    margin-bottom: 10px;
}

.cannabinoids-form-grams-wrapper {
    padding-right: 10px;
    margin-bottom: 10px;
}

.cannabinoids_form_button_wrapper {
}

/* Result */

.edc-form-result {
	padding: 5px 10px;
    margin: 15px 0;
    background-color: rgb(26,26,26, 0.2);
}

.edc-form-result p {
	margin: 5px 0;
}