/*
Theme Name: Proactive by GB
Description: Proactive is a minimalist child theme designed to allow easy customization without any additional overhead.
Author: Generations Beyond
Author URI: https://generationsbeyond.com/
Template: hello-elementor
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.wp-child-theme-gb-proactive-master {
	.post-password-form {
		padding: 15px;
		width: 100%;
		max-width: 100%;
		p {
			font-size: 18px;
			font-weight: 500;
			text-align: center;
			align-items: initial;
			display: block;
			width: initial;
			&:has(input[type='submit']) {
				display: flex;
				justify-content: center;
			}
		}
		label {
			display: flex;
			align-items: center;
			gap: 8px;
			input {
				max-width: 240px;
			}
		}
		input[type='submit'] {
			background-color: #23a455;
			border-radius: 20px;
			transition: all 0.3s;
			&:hover {
				background-color: #0b7cac;
			}
		}
	}	
}
