.calendly-overlay {
	.calendly-popup {
		min-width: 696px !important;
    width: 696px !important;
		height:80% !important;
    border-radius: 10px !important;
    overflow: hidden !important;
	}
	.calendly-popup-close {
		right: calc(50% - 321px) !important;
    background-position: center center !important;
    filter: var(--lwa-f-gray-2) !important;
    top: calc(10% + 15px) !important;
    width: 43px !important;
    height: 43px !important;
    padding: 5px !important;
    background-size: 18px 18px !important;
		border:1px solid rgb(236 236 236 / 18%);
		border-radius:50%;
		
		&:hover {
			filter: brightness(0) saturate(100%) invert(22%) sepia(82%) saturate(2858%) hue-rotate(350deg) brightness(78%) contrast(95%) !important;
		}
	}
}
@media only screen and (max-width: 975px) {
	.calendly-overlay {
		.calendly-popup {
			min-width:696px !important;
			max-width:696px !important;
			width:100% !important;
			margin: 0 auto !important;
			top:44px !important;
			height:calc(100% - 88px) !important;
		}
		.calendly-popup-close {
			top:60px !important;
			right: calc(50% - 320px) !important;
		}
	}
}

@media only screen and (max-width: 696px) {
	.calendly-overlay {
		.calendly-popup {
			min-width:100% !important;
			max-width:100% !important;
			top:64px !important;
			border-radius:10px 10px 0 0 !important;
			height:calc(100% - 64px) !important;
		}
		.calendly-popup-close {
			top:82px !important;
			right: 27px !important;
		}
	}
}