

.theme-preview__frame-wrapper {
	height: min(720px, 75vh) !important;
	overflow: hidden;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-top: 16px solid #322b5c;
	border-right: 16px solid #322b5c;
	border-left: 16px solid #322b5c;
	box-sizing: content-box;
	margin-inline: -16px;
	cursor: pointer;
	background-color: #fff;
	position: relative;
}

.starter-site-tooltip {
	position: fixed;
	z-index: 9999;
	background-color: #1c1c1ce6;
	color: #eee;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: var(--wp--preset--font-size--x-small);
	line-height: 1.2;
	pointer-events: none;
}

/* viewport 1600px */
.theme-preview__frame-wrapper .theme-preview__frame {
	height: 138.888889%;
	max-width: 138.888889%;
	transform: scale(0.72) !important;
	width: 138.888889%;
	border: none;
	transform-origin: 0 0;
}
/*
.theme-preview__frame-wrapper:not(.is-interactive) .theme-preview__frame {
	pointer-events: none;
}*/

.theme-preview__frame-wrapper::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #c7c7c7;
	border-right-color: #c7c7c7;
	animation: spin 1s linear infinite;
}

.theme-preview__frame-wrapper::after {
	content: '';
	position: absolute;
	inset: 0;
}

.theme-preview__frame-wrapper.is-interactive::after {
	display: none;
}
  
  /**
   * The Animation
   * Rotates the element from 0 to 360 degrees infinitely.
   */
@keyframes spin {
	0% {
		transform: translate(-50%, -50%) rotate(0deg)
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg)
	}
}


svg.feature-icon {
	width: 32px;
	height: 32px;
	fill: var(--wp--preset--color--primary);
}

.wp-block-details summary {
	font-weight: 600;
}

.learn-more .wp-block-button__link {
	display: flex;
	align-items: center;
	gap: 8px;
}

.wp-block-query-pagination svg {
	display: block;
}

.wp-block-button__link.has-icon {
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
}

.wp-block-button__link.has-icon svg {
	fill: currentcolor;
	width: 16px;
	height: 16px;
}

#starter-playground {
	background: unset;
	border: none;
	overflow-y: auto;
	position: fixed;
	width: 100%;
	margin: 0;
	z-index: 100000;
	max-width: 100%;
	min-height: 100%;
	padding: 0;
	background-color: #000;
}

#starter-playground iframe {
	height: calc(100dvh - 40px);
	width: 100%;
	border: 0;
	vertical-align: bottom;
}

#starter-playground .modal-bar {
	height: 40px;
	padding-inline: 16px;
	align-items: center;
}

#starter-playground .modal-bar svg {
	fill: #fff;
}

.modal-close-button {
	background: transparent;
	border: 0;
	cursor: pointer;
}

.single-starter_site .wp-block-gallery a,
.single-tw_template .wp-block-gallery a {
	outline: 1px solid var(--wp--preset--color--tertiary);
	border-radius: 2px;
	overflow: hidden;
	transition: outline .1s linear;
	outline-offset: 0;
}

.single-starter_site .wp-block-gallery a:is(.is-active,:focus),
.single-tw_template .wp-block-gallery a:is(.is-active,:focus) {
	outline: 2px solid var(--wp--preset--color--accent);
	outline-offset: 0;
}

.wp-block-gallery.starter-presets-gallery {
	gap: 24px;
	--wp--style--unstable-gallery-gap: 24px;
}

.wp-block-gallery.starter-presets-gallery .wp-block-image figcaption.wp-element-caption {
	background: none;
	color: inherit;
	flex: initial;
	margin: 0;
	padding: 16px 0 0;
	position: relative;
	text-shadow: none;
	scrollbar-width: none;
	text-align: left;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 450;
}

.wp-block-gallery.starter-presets-gallery .wp-block-image::before {
	content: none !important;
}

html:not(.has-modal-open) .header-transparent:not(.tw-header-opaque) .wp-block-site-logo svg {
	fill: var(--tw-header-transparent-color, #fff);
}
/*
html:not(.has-modal-open) .header-transparent:not(.tw-header-opaque) .wp-element-button {
	background-color: var(--wp--preset--color--base) !important;
	color: var(--wp--preset--color--contrast) !important;
}*/

header.wp-block-template-part .wp-block-button.tw-has-icon svg {
	width: 16px;
	height: 16px;
}

.wp-block-navigation .wp-block-navigation__submenu-container {
	border-radius: 8px;
	overflow: hidden !important;
}

.single-post .entry-content .wp-block-image img {
	border-radius: 6px;
}

.single-post .wp-block-list li:not(:first-child) {
	margin-top: 12px;
}

.single-post .wp-block-list li img {
	vertical-align: middle;
	margin: -2px 2px 0;
}

.yoast-breadcrumbs { 
	font-size: 0.9375rem;
}

.yoast-breadcrumbs a {
	text-decoration: none;
}

.yoast-breadcrumbs a:hover {
	text-decoration: underline;
}

.single-starter_site .entry-content > :first-child,
.single-tw_template .entry-content > :first-child {
	box-shadow: 0px -1px 0px #00000017;
}

.wp-block-group.svg-icon {
	display: inline-block;
	vertical-align: bottom;
}

.svg-icon svg {
	display: block;
}

.wp-block-details summary h3 {
	font-size: inherit;
	margin: 0;
}

strong {
	font-weight: 600;
}

.has-icon__heart svg {
	top: 0.5px;
}

.sib-form-container {
	padding-top: 34px;
	margin-top: 0
}

.sib-form-container svg {
	display: none
}

.entry__error,
.input--hidden,
.sib-form-message-panel,
.sib-form-message-panel__inner-text {
	display: none
}

.entry__error--primary {
	display: none !important
}

.form-status {
	display: block;
	font-size: 1.0625rem;
	margin-top: 16px
}

.sib-form-message-panel--active {
	display: block
}

#sib-form {
	max-width: 546px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	gap: 16px 12px
}

.sib-input {
	width: auto;
	flex-grow: 1;
	margin: 0
}

.sib-input input {
	width: 100%;
	border-radius: 8px
}



.sib-form-block__button.sib-form-block__button-disabled {
	pointer-events: none;
	position: relative
}

.sib-form-block__button.sib-form-block__button-disabled::before {
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	border: 3px double transparent;
	border-radius: 50%;
	background-image: linear-gradient(var(--wp--preset--color--contrast), var(--wp--preset--color--contrast)), conic-gradient(var(--wp--preset--color--base), var(--wp--preset--color--contrast));
	background-origin: border-box;
	background-clip: content-box, border-box;
	animation: spin 1s linear 0s infinite normal none running
}

.sib-form-block__button.sib-form-block__button-disabled::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: inherit;
	border-radius: inherit
}

@keyframes spin {
	0% {
		transform: translate(-50%, -50%) rotate(0deg)
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg)
	}
}


.faq details>*:not(summary) {
	max-width: 800px
}

.theme-specs summary h3 {
	font-size: var(--wp--preset--font-size--medium);
}

.theme-specs :is(p,ul) {
	margin-top: var(--wp--preset--spacing--15);
}

.theme-specs .wp-block-list {
	list-style-position: inside;
	padding: 0;
}

footer.wp-block-template-part .wp-block-site-logo svg {
	fill: #fff;
}



/*** Donate ***/

.twentig-donate-dialog {
	background: unset;
	border: none;
	overflow-y: auto;
	position: fixed;
	width: 100%;
	margin: 0 ;
	z-index: 100000;
	max-width: 100%;
	min-height: 100%;
	padding: 0 var(--wp--style--root--padding-left);
	color: var(--wp--preset--color--contrast);
}

dialog.twentig-donate-dialog[open] {
	display: flex;
	align-items: center;
}

.twentig-donate-wrapper {
	width: 100%;
	padding: 16px 0;
	max-width: 444px;
	margin: auto;
}

.twentig-donate-dialog::backdrop {
	background: #101012cc;
}

.twentig-donate-content {	
	background-color: var(--wp--preset--color--base);	
	border-radius: 16px;
}

.twentig-donate-banner {
	display: flex;
	align-items: center;
	gap: 16px;	
	padding: var(--wp--preset--spacing--20) 48px var(--wp--preset--spacing--20) var(--wp--preset--spacing--25);
	border: 1px solid var(--wp--preset--color--tertiary);
}

.twentig-donate-banner svg {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	background-color: #fd42751f;
	fill: #fd4275;
	padding: 12px;
	border-radius: 99px;
}

.twentig-donate-banner h2 {
	margin-block: 0 4px;
	font-size: 1.25rem;
}

.twentig-donate-banner p {
	font-size: var(--wp--preset--font-size--x-small);
	margin: 0;
	color: var(--wp--preset--color--secondary);
	line-height: 1.3;
}

.twentig-donate-payment {
	padding: var(--wp--preset--spacing--25) var(--wp--preset--spacing--25) var(--wp--preset--spacing--20);
}

.twentig-donate-close-wrapper {
	position: sticky;
	top: 0;
	z-index: 5000000;
}

.twentig-donate-close-button {
	display: flex;
	position: absolute;
	top: 12px;
	right: 12px;
	border: none;
	cursor: pointer;
	border-radius: 999px;
	padding: 6px;
	background: var(--wp--preset--color--base);
	color: var(--wp--preset--color--contrast);
}

.twentig-donate-close-button svg {
	fill: currentColor;
}

.twentig-donate-options {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}

.twentig-donate-option {
	position: relative;
	display: block;
	cursor: pointer;
	margin: 0;
}

.twentig-donate-option input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0;
}

.twentig-donate-option-label {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	box-shadow: inset 0 0 0 1px var(--wp--preset--color--tertiary);
	border-radius: 8px;
	position: relative;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 400;
}

.twentig-donate-option input[type="radio"]:checked + .twentig-donate-option-label {	
	background: #f0f1ff;
	box-shadow: inset 0 0 0 2px var(--wp--preset--color--accent);
	font-weight: 500;
}

.twentig-donate-option:hover .twentig-donate-option-label {
	background: #f7f8fd;
}

.twentig-donate-option input[type="radio"]:focus-visible + .twentig-donate-option-label {
	box-shadow: inset 0 0 0 2px var(--wp--preset--color--accent), 0 0 0 4px #3740b933;
}

.twentig-donate-submit {
	width: 100%;
	margin-top: 32px;
}

.twentig-donate-footer {
	margin: 16px 0 0;
	font-size: 12px;
	color: var(--wp--preset--color--secondary);
	display: flex;
	align-items: center;
	justify-content: center;
}

.twentig-donate-footer svg {
	fill: currentColor;
}

.twentig-donate-footer svg.stripe-icon {
	fill: hsla(0,0%, 10%, 0.4);
	margin-left: 4px;
}

.twentig-donate-type-options {
	display: flex;
	margin-bottom: 20px;
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px var(--wp--preset--color--tertiary);
}

.twentig-donate-type-option {
	position: relative;
	display: flex;
	justify-content: center;
	cursor: pointer;
	margin: 0;
	flex: 1;
}

.twentig-donate-type-option input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0;
}

.twentig-donate-type-label {
	display: flex;
	align-items: center;
	padding: 4px 12px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	height: 40px;
	color: var(--wp--preset--color--secondary);
	width: 100%;
    justify-content: center;
}

.twentig-donate-type-option input[type="radio"]:checked + .twentig-donate-type-label {
	background: #f0f1ff;
	box-shadow: inset 0 0 0 2px var(--wp--preset--color--accent);
	color: var(--wp--preset--color--contrast)
}

.twentig-donate-type-option:hover  .twentig-donate-type-label {
	color: var(--wp--preset--color--contrast);
}

.twentig-donate-type-option input[type="radio"]:focus-visible + .twentig-donate-type-label {
	box-shadow: inset 0 0 0 2px var(--wp--preset--color--accent), 0 0 0 4px #3740b933;
}

input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none; /* Chrome, Safari, Edge */
  margin: 0;
}


/* Group wrapper: looks like a single control */
.twentig-donate-amount-group {
	display: flex;
	align-items: stretch;
	margin-top: 10px;
	padding: 6px 8px 6px 16px;
    box-shadow: inset 0 0 0 1px var(--wp--preset--color--tertiary);
    border-radius: 8px;
}

.twentig-donate-amount-group:has(#custom-amount:focus-visible) {
	box-shadow: inset 0 0 0 2px var(--wp--preset--color--accent);
}

.twentig-donate-input-wrapper {
	position: relative;
	flex: 1 1 auto;
	display: flex;
    align-items: baseline;
    gap: 12px;
	font-size: var(--wp--preset--font-size--large);
}

#custom-amount {
	height: 40px;
    border: 0;
    padding: 0;
	width: 100%;
}

#custom-amount:focus-visible,
#twentig-donate-currency-select:focus-visible {
	outline: none;;
}

.twentig-donate-submit:focus-visible {
	outline: none;
	box-shadow: inset 0 0 0 2px var(--wp--preset--color--accent), 0 0 0 4px #3740b933;
}

#twentig-donate-currency-select {
	height: 40px;
    padding: 2px;
    border: 0;
	border-radius: 4px;
	font-size: var(--wp--preset--font-size--x-small);
	background-color: transparent;
}

#twentig-donate-currency-select:hover {
	background-color: #f0f0f4;
}