#astrillFeedback .uk-flex, .already-sub, #tmp_id {text-align: center;background-color: #fbf2f0;background: linear-gradient(45deg, rgb(76 84 158 / 10%), rgb(255 141 115 / 10%));color: #333;font-size: 18px;font-weight: 500;font-family: 'Roboto', sans-serif;padding: 16px;border-radius: 10px;box-shadow: inset 0 0 20px -5px rgb(0 0 0 / 10%);max-width: 450px;margin: auto;}
#astrillFeedback + .already-sub {display: none;}
#astrillFeedback .fb-title {margin-right: 20px;}
#astrillFeedback button {background-color: #ff6d4b;border-radius: 4px;color: #fff;border: 2px solid transparent;min-width: 70px;line-height: 34px;display: inline-block;margin: 0 5px;box-shadow: 0 0 10px 5px #2a37762b;font-size: 16px;text-transform: uppercase;}
#astrillFeedback button:nth-child(2) {background-color: transparent;border-color: #ff6d4b;color: #ff6d4b;}

@media(max-width:600px) {
	#astrillFeedback button {
		font-size:16px;
		min-width:80px;
		line-height:30px;
	}
	#astrillFeedback .uk-flex, .already-sub, #tmp_id {
		flex-direction:column;
		gap:20px;
	}
}