/*
Theme Name:  Themedd - Child Theme
Theme URI:   https://themedd.com
Description: A child theme for Themedd
Author:      Easy Digital Downloads
Author URI:  https://easydigitaldownloads.com
Template:    themedd
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: themedd-child
*/

/**
 * Add your custom CSS styling below.
*/

body {
	color: #333;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], textarea {
	border: 2px solid #a2a2a2
}

#edd_sl_renewal_form, .edd-blocks__checkout-user, #edd_sl_renewal_fields, #edd-discount {
	margin-bottom: 0 !important;
}

.edd-blocks-receipt__row-item--license-key {
	padding: 5px !important;
	border: 1px solid #000 !important;;
	font-weight: bold;
	background: #fffccc;
	color: #000;
}

/* for desktop */
@media (min-width: 1024px) {
	.edd-blocks-receipt__row-item--license-key {
		padding: 15px !important;
	}
}