.ghost-faucet-pro {
	background: linear-gradient(45deg, #1C3664, #2D5784) !important;
	border-radius: 6px;
	max-width: 500px;
	margin: 20px auto;
	color: #fff;
	text-align: center;
	box-shadow: 0px 4px 4px #00000040 !important;
}

.ghost-faucet-pro h1 {
	color: #58a6ff;
	margin-top: 0;
	line-height: 1.6em;
	font-weight: 700;
	font-size: clamp(20px, 1.5vw + 1rem, 25px) !important;
	text-align: center !important;
	color: white !important;
	background-color: #1d4065;
	padding: .75em 0;
	margin-bottom: 1.5em;
	border-radius: 6px 6px 0 0 ;
}

.ghost-faucet-pro h2 {
	color: white;
    font-size: 2em;
    margin-bottom: 0.1em;
    line-height: normal;
}

.ghost-faucet-pro p {
	color: white !important;
	font-size: 18px !important;
	text-align: center !important;
	padding-left: 20px;
	padding-right: 20px;
	margin: .3em 0;
	width: 100% !important;
	display: block;
}

.ghost-faucet-pro a {
	color: #f2e370;	
}

.ghost-faucet-pro input[name="wallet"] {
    width: calc(100% - 40px);
	padding: .72em .9em .65em;
	background-color: #a2b7ce !important;
	color: #345b87;
	border: 1px solid #fff;
	border-radius: 6px;
	font-weight: 700;
	border: 1px solid #d6d8d9;
	margin: 1.5em 20px;
	line-height: 1.4em;
}

.ghost-faucet-pro input[name="wallet"]::placeholder {
    color: #7A99BD;
    font-weight: 700;
}

.ghost-faucet-pro i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	color: #345B87;
}

.ghost-faucet-pro button, .ghost-faucet-pro .button, .ghost-faucet-pro #ghost-submit-btn {
	background-color: #f2e370 !important;
	color: #1f4671 !important;
	padding: 12px 20px;
	border: none !important;
	border-radius: 5px;
	cursor: pointer;
	width: calc(100% - 40px);
	font-weight: 600;
	font-size: clamp(0.6em, 0.8em, 1em);
	box-shadow: 0px 4px 4px #00000040;
	text-transform: initial;	
	margin-bottom: 1.5em;
	letter-spacing: 0;
	text-decoration: none !important;
}

.ghost-faucet-pro button:hover, .ghost-faucet-pro .button:hover, .ghost-faucet-pro #ghost-submit-btn:hover {
	background-color: #fff49c !important;
	color: rgb(31, 70, 113);
}

.ghost-faucet-pro form div {
    position: relative;
}

.ghost-faucet-success {
	color:#3fb950;
	border-left: 3px solid #3fb950;
}

.ghost-faucet-success p {
	margin-bottom: 20px;
}

.cf-turnstile {
    padding-bottom: .9em !important;
}

.ghost-faucet-pro-description {
	padding-bottom: 20px;
}