@media (min-width: 600px) and (max-width: 899px) {

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,
body {
	color: #000;
	font-family: Calibri, Verdana, Helvetica, Arial, sans-serif;
	font-size: 101%;
	line-height: 130%;
	text-align: left;
}

h1 {
	font-size: 260%;
	font-weight: 600;
	line-height: 116%;
}

h2 {
	font-size: 190%;
	font-weight: 600;
	line-height: 110%;
	margin-bottom: 30px;
	margin-top: 10px;
}

h2.green {
	color: #8fb0a1;
	padding-top: 30px;
}

h2.white {
	color: #fff;
	padding-top: 30px;
}

h3 {
	font-size: 130%;
	font-weight: 500;
	line-height: 110%;
}

h3.white {
	color: #fff;
	padding-bottom: 30px;
	padding-top: 20px;
}

p {
	font-weight: 500;
	padding: 10px 20px 10px 20px;
}

header {
	background-color: #8fb0a1;
	justify-content: space-between;
	position: relative;
	display: block;
	align-items: flex-end;
	padding: 15px 20px;
}

.logo-section img {
	margin-left: 0;
	width: 140px;
	height: auto;
}

#nav {
	inset: 0;
	background: #8fb0a1;
	display: flex;
	align-items: center;
	transition: opacity .6s ease, transform .6s ease;
	z-index: 10;
	pointer-events: auto;
	opacity: 1;
	width: 100%;
	gap: 10px;
	flex-direction: row;
	justify-content: flex-end;
	height: 100%;
	flex-wrap: nowrap;
	position: static;
	margin-bottom: 1px;
	margin-left: 12px;
	margin-top: 10px;
}

#nav.active {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

#nav a {
	font-size: 116%;
	color: #fff;
	text-decoration: none;
}

#overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s ease;
}

#overlay.active {
	opacity: 1;
	pointer-events: auto;
}

.hero {
	position: relative;
	z-index: 0;
	overflow: hidden;
	display: flex;
	margin: 0 auto 0 auto;
	max-width: 98%;
	width: 98%;
	padding: 0;
	height: 420px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.hero img {
	position: absolute;
	left: 0;
	z-index: 1;
	max-width: 100%;
	height: auto;
	top: -100px;
}

.hero-text {
	text-align: center;
	margin: 0 auto;
	z-index: 2;
	align-self: flex-start;
}

.hero-text h1 {
	display: inline-block;
	color: #8fb0a1;
	line-height: 1.2;
	font-size: 260%;
	margin-top: 10px;
}

#pro-photo_page .hero {
	background-image: url('/professional-photography-images/professional-photographer-in-northumberland-1-sm.webp');
	background-size: cover;
	background-position: center top;
}

#corp .hero {
	background-image: url('/corporate-photography-images/professional-photographer-in-northumberland-sm.webp');
	background-size: contain;
	background-position: center top;
}

#events .hero {
	background-image: url('/events-images/20260325-DSC02434.webp');
	background-size: cover;
	background-position: center top;
}

ul.photography {
	padding: 0 0 0 20px;
	margin: 0 0 0 1px;
}

ul.photography li {
	margin: 0 0 0 20px;
	padding: 0 0 4px 4px;
	text-align: left;
}

.services-bar {
	background: #8fb0a1;
	display: flex;
	justify-content: space-around;
	margin: 0 auto 0 auto;
	min-width: 100%;
	flex-wrap: wrap;
	gap: 35px;
	padding: 20px 20px 8px 20px;
	flex-direction: column;
	align-items: center;
}

.services-bar h2 {
	color: #fff;
	font-size: 210%;
}

#services_page .hero {
	background-image: url('/images/P1260112.webp');
	background-size: cover;
	background-position: center top;
}

.service-image video {
	margin-top: -3px;
	width: 100%;
	height: calc(100% + 3px);
}

.desc-section {
	max-width: 980px;
	margin: 20px auto;
	padding: 0 40px;
}

#colin-half {
	display: none;
}

#colin-full {
	display: block;
	width: 100%;
}

.story-section {
	max-width: 980px;
	display: flex;
	align-items: center;
	gap: 40px;
	margin: 30px auto 40px auto;
	padding: 0 20px;
	flex-direction: column;
}

.story-content h2 {
	color: #8fb0a1;
	margin-bottom: 16px;
	margin-left: 20px;
}

.story-content p {
	margin-bottom: 10px;
}

.contact-button {
	align-items: center;
	display: inline-block;
	background-color: #8fb0a1;
	color: #fff;
	font-size: 110%;
	text-decoration: none;
	transition: opacity .3s;
	padding: 10px 20px;
	position: relative;
	left: calc(50% - 63px);
	border-radius: 9px;
}

.story-image img {
	width: 100%;
	height: auto;
	display: block;
}

.why-choose-section {
	max-width: 980px;
	margin: 10px auto 30px auto;
	padding: 0 20px;
}

.why-choose-section h2 {
	color: #8fb0a1;
	text-align: center;
	margin-bottom: 30px;
}

.why-choose-grid {
	display: grid;
	position: relative;
	grid-template-columns: 1fr;
	gap: 40px;
}

.why-choose-grid::before,
.why-choose-grid::after {
	display: none;
}

.why-choose-item {
	text-align: center;
}

.why-choose-item h3 {
	margin-bottom: 6px;
	padding-left: 6px;
}

.why-choose-item p {
	padding: 10px 6px 10px 6px;
}

.about-container {
	max-width: 1200px;
	margin: 0 auto;
}

.about-container h1 {
	color: #8fb0a1;
	text-align: center;
	margin-bottom: 10px;
}

.founder-content h2 {
	color: #fff;
	margin-bottom: 10px;
}

.founder-content h3 {
	color: #fff;
	margin-bottom: 10px;
}

.industrial-gallery {
	background-color: #8fb0a1;
}

.general-gallery {
	background-color: #fff;
}

.gallery-container {
	max-width: 900px;
	margin: 0 auto;
}

.gallery-container h2,
.clients-section h2 {
	text-align: center;
	margin-bottom: 0;
	padding: 4px 0 2px 0;
}

.main-gallery-image {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.main-gallery-image img {
	cursor: pointer;
	width: 100%;
	height: 350px;
	object-fit: contain;
	display: block;
}

.gallery-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255,255,255,0.8);
	border: none;
	cursor: pointer;
	transition: background-color .3s;
	padding: 5px 15px;
}

.gallery-nav:hover {
	background-color: rgba(255,255,255,1);
}

.gallery-prev {
	left: 10px;
}

.gallery-next {
	right: 10px;
}

.gallery-thumbnails {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(2,1fr);
}

.gallery-thumbnails img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	cursor: pointer;
	transition: opacity .3s transform .3s;
	border: 3px solid transparent;
}

.gallery-thumbnails img:hover {
	opacity: 0.8;
	transform: scale(1.05);
}

.gallery-thumbnails img:active {
	border-color: #8fb0a1;
}

.industrial-gallery .gallery-thumbnails {
	display: flex;
	justify-content: center;
	overflow: hidden;
	max-width: 900px;
	gap: 10px;
	margin: 0 auto;
}

.industrial-gallery .thumbnail-track {
	display: flex;
	gap: 10px;
	justify-content: center;
	transition: transform .3s ease;
}

.industrial-gallery .gallery-thumbnails img {
	width: calc((100% - 20px) / 3);
	min-width: calc((100% - 20px) / 3);
	height: 100px;
}

.services-section {
	padding: 20px 0 60px 0;
}

.service-item {
	max-width: 436px;
	display: flex;
	align-items: stretch;
	gap: 0;
	margin: 0 auto 80px;
	flex-direction: column;
	margin-bottom: 40px;
}

.service-item:last-child {
	margin-bottom: 0;
}

.service-content h2 {
	color: #fff;
	margin-bottom: 25px;
}

.founder-section {
	display: flex;
	align-items: stretch;
	gap: 0;
	max-width: 1000px;
	justify-content: center;
	margin: 0 auto;
	flex-direction: column;
}

.contact-section {
	max-width: 1200px;
	margin: 60px auto;
	padding: 0 40px;
}

.contact-section h1 {
	color: #8fb0a1;
	margin-bottom: 20px;
}

.chat-container {
	background-color: #f5f5f5;
	border-radius: 8px;
	padding: 20px 20px 40px 20px;
}

.chat-container h2 {
	color: #8fa9a3;
	margin-bottom: 40px;
}

.contact-info {
	display: flex;
	flex-direction: column;
	gap: 15px;
	list-style: none;
}

.chat-container .contact-info {
	gap: 12px;
	margin-bottom: 20px;
	flex-direction: column;
}

.info-item h3 {
	color: #2c3e3c;
	margin-bottom: 2px;
}

.contact-form {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.form-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px;
	border: 0;
	min-width: 0;
}

.form-group {
	display: flex;
	flex-direction: column;
}

.form-group label {
	font-size: 86%;
	color: #2c3e3c;
	margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 86%;
	font-family: inherit;
	background-color: #fff;
	padding: 12px;
}

.form-group input:focus,
.form-group textarea:focus {
	outline: none;
	border-color: #8fa9a3;
}

.form-group #firstName,
.form-group #lastName,
.form-group #tel {
	max-width: 200px;
}

.form-group #email {
	max-width: 280px;
}

.contact-form .form-group label:not(.error) {
	display: none;
}

.contact-form label.error {
	color: #ff0000;
}

.form-group.full-width {
	grid-column: 1 / -1;
}

textarea {
	resize: vertical;
	min-height: 120px;
}

.checkbox-group {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}

.checkbox-group label {
	font-size: 86%;
	color: #555;
	margin: 0;
}

.submit-btn {
	background-color: #8fa9a3;
	color: #fff;
	border: none;
	border-radius: 3px;
	font-size: 98%;
	cursor: pointer;
	align-self: flex-start;
	transition: background-color .3s;
	padding: 12px 40px;
}

.submit-btn:hover {
	background-color: #7a9488;
}

.submit-btn:disabled {
	background-color: #b5c4bf;
	cursor: not-allowed;
}

#answer {
	width: 34px;
}

.privacy-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 15px;
}

.privacy-container h1 {
	margin-bottom: 30px;
	text-align: center;
}

.privacy-dates {
	text-align: center;
	margin-bottom: 20px;
}

.privacy-dates p {
	font-style: italic;
	margin: 5px 0;
}

.privacy-divider {
	border: none;
	border-top: 3px solid #000;
	width: 60px;
	margin: 30px auto;
}

.privacy-content h2 {
	margin-top: 30px;
	margin-bottom: 2px;
}

.privacy-content h3 {
	margin-top: 12px;
	margin-bottom: 4px;
}

.privacy-content p {
	margin-bottom: 15px;
	text-align: left;
}

.funding-section {
	background: #fff;
	padding: 50px 20px 20px 20px;
}

.funding-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.funding-logos img {
	height: 50px;
	width: auto;
}

.funding-text {
	max-width: 900px;
	margin: 0 auto;
}

.footer-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	margin: 0;
	padding: 0;
	flex-direction: column;
}

.footer-right h3 {
	margin-bottom: 20px;
}

.footer-left p {
	margin-bottom: 30px;
}

.footer-left a {
	color: #fff;
}

.footer-website {
	font-weight: 500;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

#ipg footer,
#pro-photo_page footer,
.std_page footer {
	margin-top: 20px;
	text-align: center;
}

#ipg .hero {
	background-image: url('/industrial-photography/industrial-photography/industrial-photography-01-sm.webp');
	background-size: cover;
	background-position: center top;
}

#pro-photo_page .desc-section,
#ipg .desc-section {
	padding: 0 20px;
}

#pro-photo_page .thumbnail-track,
#events .thumbnail-track {
	justify-content: initial;
}

.logo-section,
.contact-item {
	display: flex;
	align-items: center;
	gap: 15px;
}

.contact-button:hover {
	opacity: 0.8;
}

.story-content,
.story-image {
	flex: 1;
}

.founder-image img:first-child,
.service-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.founder-content p,
.service-content p {
	color: #fff;
	padding-left: 0;
}

.founder-image {
	flex: 1;
	position: relative;
	max-width: 100%;
}

.service-image {
	flex: 1;
	max-width: 100%;
}

.founder-content {
	flex: 1;
	background-color: #8fb0a1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	max-width: 100%;
	padding: 10px 30px 36px 30px;
}

.service-content {
	flex: 1;
	background-color: #8fb0a1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 100%;
	padding: 10px 30px 36px 30px;
}

.contact-item a {
	color: #fff;
	font-size: 105%;
	text-decoration: underline;
}

.about-section {
	background: #fff;
	padding: 20px 0;
}

.privacy-section {
	background: #fff;
	min-height: 100vh;
	padding: 20px 0;
}

.clients-section {
	background-color: #8fb0a1;
	padding: 0 20px 4px 20px;
}

footer {
	background-color: #8fb0a1;
	color: #fff;
	padding: 10px 20px;
}

.gallery-section {
	padding: 10px 20px;
}

.footer-left,
.footer-right {
	flex: 1;
	text-align: left;
}

.no-padding {
	padding: 0;
}

.why-green {
	background-color: #8fb0a1;
}

.alt-grid .why-choose-item {
	text-align: left;
	padding: 18px 18px 10px;
}

#services_page .why-choose-section {
	margin: 23px auto;
}

#services_page .why-choose-grid::before,
#services_page .why-choose-grid::after,
.alt-grid::before,
.alt-grid::after {
	width: 0;
}

#services_page .why-choose-grid {
	display: flex;
	gap: 43px;
	flex-wrap: wrap;
	justify-content: center;
}

#services_page .why-choose-item h3,
.why-green h3 {
	color: #fff;
	font-weight: 600;
}

#services_page .why-choose-item p,
.why-green p {
	color: #fff;
	font-weight: 500;
}

#services_page .why-choose-item {
	background-color: #8fb0a1;
	padding: 18px 18px 10px;
	flex: 1 40%;
	flex-grow: 0;
	text-align: left;
}

#silktide-banner .preferences span:hover,
#silktide-banner a:hover {
	color: var(--textColor);
}

#silktide-wrapper {
	border: 0;
	width: 100%;
	height: 100%;
	--focus: 0 0 0 2px #ffffff,0 0 0 4px #000000,0 0 0 6px #ffffff;
	--boxShadow: -5px 5px 10px 0px #00000012,0px 0px 50px 0px #0000001a;
	--fontFamily: Helvetica Neue,Segoe UI,Arial,sans-serif;
	--primaryColor: #3B62E2;
	--backgroundColor: #FFFFFF;
	--textColor: #253B48;
	--backdropBackgroundColor: #00000033;
	--backdropBackgroundBlur: 0px;
	--cookieIconColor: #3B62E2;
	--cookieIconBackgroundColor: #FFFFFF;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99999;
	pointer-events: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

#silktide-backdrop-global {
	border: 0;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	pointer-events: auto;
}

#silktide-wrapper a {
	display: inline-block;
	text-decoration: underline;
	color: var(--primaryColor);
}

#silktide-wrapper a:hover {
	cursor: pointer;
	color: var(--textColor);
}

#silktide-wrapper #silktide-banner button:focus,
#silktide-wrapper #silktide-modal button:focus,
#silktide-wrapper a:focus {
	outline: 0;
	box-shadow: var(--focus);
	border-radius: 5px;
}

#silktide-banner:focus {
	border-radius: 50%;
}

#silktide-wrapper #silktide-cookie-icon:focus {
	outline: 0;
	box-shadow: var(--focus);
	border-radius: 50%;
}

#silktide-wrapper .st-button {
	color: var(--backgroundColor);
	background-color: var(--primaryColor);
	border: 2px solid var(--primaryColor);
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	font-size: 98%;
	line-height: 24px;
	cursor: pointer;
	border-radius: 5px;
}

#silktide-wrapper .st-button--primary:hover,
#silktide-wrapper .st-button--secondary {
	background-color: var(--backgroundColor);
	color: var(--primaryColor);
}

#silktide-wrapper .st-button--secondary:hover {
	background-color: var(--primaryColor);
	color: var(--backgroundColor);
}

#silktide-banner {
	overflow: auto;
	transform: translate(0,-20px);
	box-shadow: -5px 5px 10px 0 #00000012,0 0 50px 0 #0000001a;
	box-sizing: border-box;
	opacity: 0;
	pointer-events: auto;
	font-family: var(--fontFamily);
	color: var(--textColor);
	background-color: var(--backgroundColor);
	padding: 32px;
	border-radius: 5px;
	border: 0;
	position: fixed;
	bottom: 16px;
	left: 16px;
	width: 600px;
	max-width: calc(100% - 32px);
	max-height: calc(100vh - 32px);
	animation: 350ms ease-out .3s forwards silktide-slideInDown;
}

#silktide-banner.center {
	top: 50%;
	left: 50%;
	bottom: auto;
	right: auto;
	position: fixed;
	transform: translate(-50%,calc(-50% - 20px));
	animation: 350ms ease-out forwards silktide-slideInDown-center;
}

#silktide-banner.bottomLeft {
	bottom: 16px;
	left: 16px;
	position: fixed;
}

#silktide-banner.bottomCenter {
	bottom: 16px;
	left: 50%;
	position: fixed;
	transform: translate(-50%,-20px);
	animation: 350ms ease-out forwards silktide-slideInDown-bottomCenter;
}

#silktide-banner .preferences {
	display: flex;
	gap: 5px;
	border: none;
	padding: 15px 0;
	background-color: transparent;
	color: var(--primaryColor);
	cursor: pointer;
	font-size: 98%;
}

#silktide-banner .preferences span {
	display: block;
	white-space: nowrap;
	text-decoration: underline;
}

#silktide-banner .preferences:after {
	display: block;
	content: '>';
	text-decoration: none;
}

#silktide-banner p {
	font-size: 98%;
	line-height: 24px;
	margin: 0 0 15px;
}

#silktide-banner a {
	display: inline-block;
	text-decoration: underline;
	background-color: var(--backgroundColor);
	color: var(--primaryColor);
}

#silktide-banner .actions {
	display: flex;
	gap: 16px;
	margin-top: 24px;
	flex-direction: row;
	align-items: center;
}

#silktide-banner .actions-row {
	display: flex;
	gap: 16px;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-grow: 1;
}

#silktide-modal {
	overflow: auto;
	transform: translate(0,-20px);
	box-shadow: -5px 5px 10px 0 #00000012,0 0 50px 0 #0000001a;
	box-sizing: border-box;
	opacity: 0;
	pointer-events: auto;
	font-family: var(--fontFamily);
	color: var(--textColor);
	background-color: var(--backgroundColor);
	display: none;
	width: 800px;
	max-width: 100%;
	max-height: 100%;
	border: 0;
	animation: 350ms ease-out forwards silktide-slideInUp-center;
	flex-direction: column;
	padding: 30px;
	border-radius: 5px;
}

#silktide-modal header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	gap: 16px;
}

#silktide-modal h1 {
	font-family: var(--fontFamily);
	color: var(--textColor);
	font-size: 147%;
	font-weight: 500;
	margin: 0;
}

#silktide-modal .modal-close {
	display: inline-flex;
	border: 0;
	padding: 13px;
	cursor: pointer;
	background: var(--backgroundColor);
	color: var(--primaryColor);
}

#silktide-modal .modal-close svg {
	fill: var(--primaryColor);
}

#silktide-modal section {
	flex: 1;
	margin-top: 32px;
}

#silktide-modal section::-webkit-scrollbar {
	display: block;
	width: 5px;
}

#silktide-modal section::-webkit-scrollbar-thumb {
	background-color: var(--textColor);
	border-radius: 10px;
}

#silktide-modal p {
	color: var(--textColor);
	font-size: 98%;
	line-height: 24px;
	margin: 0 0 15px;
}

#silktide-modal fieldset:last-of-type,
#silktide-modal p:last-of-type {
	margin: 0;
}

#silktide-modal fieldset {
	padding: 0;
	border: none;
	margin: 0 0 32px;
}

#silktide-modal legend {
	color: var(--textColor);
	padding: 0;
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 98%;
}

#silktide-modal .cookie-type-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
}

#silktide-modal .switch {
	flex-shrink: 0;
	position: relative;
	display: inline-block;
	height: 34px;
	width: 74px;
	cursor: pointer;
}

#silktide-modal .switch:focus-within {
	outline: 0;
	box-shadow: var(--focus);
	border-radius: 25px;
}

#silktide-modal .switch input {
	opacity: 0;
	position: absolute;
}

#silktide-modal .switch__pill {
	position: relative;
	display: block;
	height: 34px;
	width: 74px;
	background: var(--textColor);
	border-radius: 25px;
}

#silktide-modal .switch__dot {
	position: absolute;
	top: 2px;
	left: 2px;
	display: block;
	height: 30px;
	width: 30px;
	background: var(--backgroundColor);
	border-radius: 50%;
	transition: left 150ms ease-out;
}

#silktide-modal .switch__off {
	text-transform: uppercase;
	font-size: 92%;
	font-weight: 500;
	color: var(--backgroundColor);
	position: absolute;
	top: 7px;
	right: 8px;
	transition: right 150ms ease-out,opacity 150ms ease-out;
	opacity: 1;
}

#silktide-modal .switch__on {
	text-transform: uppercase;
	font-size: 92%;
	font-weight: 500;
	color: var(--backgroundColor);
	position: absolute;
	top: 7px;
	right: 8px;
	transition: right 150ms ease-out,opacity 150ms ease-out;
	opacity: 0;
}

#silktide-modal .switch input:checked+.switch__pill {
	background: var(--primaryColor);
}

#silktide-modal .switch input:checked~.switch__dot {
	left: calc(100% - 32px);
}

#silktide-modal .switch input:checked~.switch__off {
	right: calc(100% - 32px);
	opacity: 0;
}

#silktide-modal .switch input:checked~.switch__on {
	right: calc(100% - 34px);
	opacity: 1;
}

#silktide-modal .switch input:disabled+.switch__pill {
	opacity: .65;
	cursor: not-allowed;
}

#silktide-modal footer a {
	margin-left: auto;
	padding: 14px 0;
}

#silktide-cookie-icon {
	display: none;
	position: fixed;
	bottom: 10px;
	left: 10px;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding: 0;
	border: none;
	background-color: var(--cookieIconColor);
	cursor: pointer;
	box-shadow: 0 0 6px 0 #0000001a;
	pointer-events: auto;
	animation: .3s ease-in-out forwards silktide-fadeIn;
}

#silktide-cookie-icon.bottomRight {
	left: auto;
	right: 10px;
}

#silktide-cookie-icon svg {
	fill: var(--cookieIconBackgroundColor);
}

#silktide-backdrop {
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: var(--backdropBackgroundColor);
	backdrop-filter: blur(var(--backdropBackgroundBlur));
	pointer-events: all;
}

#silktide-modal footer {
	display: flex;
	gap: 16px;
	margin-top: 24px;
	flex-direction: row;
	align-items: center;
}

}

@keyframes silktide-fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes silktide-slideInDown {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes silktide-slideInDown-center {
	from {
		opacity: 0;
		transform: translate(-50%,calc(-50% - 20px));
	}
	to {
		opacity: 1;
		transform: translate(-50%,-50%);
	}
}

@keyframes silktide-slideInDown-bottomCenter {
	from {
		opacity: 0;
		transform: translate(-50%,-20px);
	}
	to {
		opacity: 1;
		transform: translate(-50%,0);
	}
}

@keyframes silktide-slideInUp-center {
	from {
		opacity: 0;
		transform: translate(0,20px);
	}
	to {
		opacity: 1;
		transform: translate(0,0);
	}
}
