/*
Theme Name: Dorcas
Theme URI:  https://polyhedronsweb.com
Author:     Polyhedrons
Author URI: https://polyhedronsweb.com
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

/* Hide specific form fields for logged-in users only */
body.logged-in .hide-when-logged-in {
  display: none !important;
}

.wc-donation-platform * {
	font-family: "Inter !important;
}

@media (max-width: 768px) {
	.wc-donation-platform * {
		font-size: 16px !important;
	}
	.wcdp_options > li > label {
    padding: 16px !important;
}
}
