:root :where(.wp-block-post-content){
	ul.wp-block-list {
		li {
			&::marker {
				color:var( --wp--preset--color--teal-800 );
			}
			strong {
				font-weight: 600;
			}
		}
	}

	.post-password-form {
        input[type=submit] {
            background-color: var(--wp--preset--color--stone-800);
            cursor: pointer;
            margin-top: 20px;
			border-radius: 20px;
			border-width: 0;
            padding: var(--wp--preset--spacing--2) var(--wp--preset--spacing--6);
            color: var(--wp--preset--color--white);
        }

        input[type=password] {
            padding: var(--wp--preset--spacing--2) var(--wp--preset--spacing--2);
            border: 1px solid var(--wp--preset--color--stone-200);
			outline: none;
        }
    }

	.wp-block-button.is-style-squared {
        .wp-block-button__link {
            border-radius: 0;
        }
    }

	.wp-block-quote {
		position: relative;

		&::before {
			content: "";
			position: absolute;
			right: 0;
			top: 32px;
			width: 32px;
			height: 32px;
			background-image: url("data:image/svg+xml;utf8,<svg width='32' height='22' viewBox='0 0 32 22' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M24.975 14C23.5919 14 22.2399 13.5895 21.0899 12.8203C19.9399 12.0511 19.0436 10.9579 18.5143 9.67878C17.985 8.3997 17.8466 6.99223 18.1164 5.63437C18.3862 4.2765 19.0522 3.02922 20.0302 2.05026C21.0082 1.07129 22.2542 0.404601 23.6108 0.134505C24.9673 -0.135592 26.3733 0.00303219 27.6511 0.532846C28.9289 1.06266 30.0211 1.95987 30.7895 3.11101C31.5579 4.26216 31.968 5.61553 31.968 7L32 8C32 11.713 30.5265 15.274 27.9036 17.8995C25.7545 20.0507 22.978 21.4296 20.0046 21.8575C18.9128 22.0147 18.014 21.1058 18.014 20.0027C18.014 18.8975 18.9203 18.0226 20.0037 17.8039C20.6306 17.6773 21.2455 17.4901 21.8393 17.244C23.052 16.7414 24.1531 16.0032 25.0789 15.072C25.4388 14.7125 25.7707 14.326 26.0719 13.916C25.7143 13.972 25.3487 14.002 24.977 14.002L24.975 14ZM6.99301 14C5.60993 14 4.2579 13.5895 3.1079 12.8203C1.95791 12.0511 1.0616 10.9579 0.532315 9.67878C0.00303197 8.3997 -0.135455 6.99223 0.134372 5.63437C0.404199 4.2765 1.07022 3.02922 2.04821 2.05025C3.0262 1.07129 4.27223 0.4046 5.62874 0.134504C6.98525 -0.135594 8.39131 0.00303062 9.66912 0.532844C10.9469 1.06266 12.0391 1.95987 12.8075 3.11101C13.5759 4.26215 13.986 5.61553 13.986 7L14.018 8C14.018 11.713 12.5445 15.274 9.92158 17.8995C7.77247 20.0507 4.99598 21.4296 2.02259 21.8575C0.930754 22.0147 0.0319711 21.1058 0.0319712 20.0027C0.0319712 18.8975 0.938303 18.0226 2.02164 17.8039C2.64861 17.6773 3.26344 17.4901 3.85728 17.244C5.06994 16.7414 6.17104 16.0032 7.09691 15.072C7.45676 14.7125 7.78872 14.326 8.08992 13.916C7.73227 13.972 7.36664 14 6.99301 14Z' fill='%23A78BFA'/></svg>");
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
		}
	}

	.wp-block-categories,.wp-block-archives {
		list-style: none;
    	padding: 0;

        select {
            border: 1px solid var(--wp--preset--color--stone-200);
			padding: 12px;
        }
    }

	table {
        border-collapse: collapse;
		border: 1px solid #0c0a0926;
        width: 100%;

        th,td {
            border: 1px solid #0c0a0926;
            padding: 1rem;
        }

		a {
			color: var(--wp--preset--color--stone-800);
			
			
		}
    }
	
	blockquote:not([class]) {
		border-left-color: #A78BFA;
		border-left-width: 4px;
		border-left-style: solid;
		color: var(--wp--preset--color--zinc-950);
		font-size: clamp(15.747px, 0.984rem + ((1vw - 3.2px) * 0.846), 24px);
		font-weight: 600;
		letter-spacing: -0.48px;
		line-height: 1.33;
		margin-top: 40px;
		margin-right: 0;
		margin-bottom: 40px;
		margin-left: 0;
		padding-top: var(--wp--preset--spacing--10);
		padding-right: var(--wp--preset--spacing--14);
		padding-bottom: var(--wp--preset--spacing--10);
		padding-left: var(--wp--preset--spacing--14);
		position: relative;

		&::before {
			content: "";
			position: absolute;
			right: 0;
			top: 32px;
			width: 32px;
			height: 32px;
			background-image: url("data:image/svg+xml;utf8,<svg width='32' height='22' viewBox='0 0 32 22' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M24.975 14C23.5919 14 22.2399 13.5895 21.0899 12.8203C19.9399 12.0511 19.0436 10.9579 18.5143 9.67878C17.985 8.3997 17.8466 6.99223 18.1164 5.63437C18.3862 4.2765 19.0522 3.02922 20.0302 2.05026C21.0082 1.07129 22.2542 0.404601 23.6108 0.134505C24.9673 -0.135592 26.3733 0.00303219 27.6511 0.532846C28.9289 1.06266 30.0211 1.95987 30.7895 3.11101C31.5579 4.26216 31.968 5.61553 31.968 7L32 8C32 11.713 30.5265 15.274 27.9036 17.8995C25.7545 20.0507 22.978 21.4296 20.0046 21.8575C18.9128 22.0147 18.014 21.1058 18.014 20.0027C18.014 18.8975 18.9203 18.0226 20.0037 17.8039C20.6306 17.6773 21.2455 17.4901 21.8393 17.244C23.052 16.7414 24.1531 16.0032 25.0789 15.072C25.4388 14.7125 25.7707 14.326 26.0719 13.916C25.7143 13.972 25.3487 14.002 24.977 14.002L24.975 14ZM6.99301 14C5.60993 14 4.2579 13.5895 3.1079 12.8203C1.95791 12.0511 1.0616 10.9579 0.532315 9.67878C0.00303197 8.3997 -0.135455 6.99223 0.134372 5.63437C0.404199 4.2765 1.07022 3.02922 2.04821 2.05025C3.0262 1.07129 4.27223 0.4046 5.62874 0.134504C6.98525 -0.135594 8.39131 0.00303062 9.66912 0.532844C10.9469 1.06266 12.0391 1.95987 12.8075 3.11101C13.5759 4.26215 13.986 5.61553 13.986 7L14.018 8C14.018 11.713 12.5445 15.274 9.92158 17.8995C7.77247 20.0507 4.99598 21.4296 2.02259 21.8575C0.930754 22.0147 0.0319711 21.1058 0.0319712 20.0027C0.0319712 18.8975 0.938303 18.0226 2.02164 17.8039C2.64861 17.6773 3.26344 17.4901 3.85728 17.244C5.06994 16.7414 6.17104 16.0032 7.09691 15.072C7.45676 14.7125 7.78872 14.326 8.08992 13.916C7.73227 13.972 7.36664 14 6.99301 14Z' fill='%23A78BFA'/></svg>");
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
		}
	}

    pre {overflow-x: auto;}

	.wp-block-list { 
		font-weight: 400;
		line-height: 26px;
		letter-spacing: -0.36px;
		li:not(:last-child) {
			margin-bottom: 6PX ;
		}
	}
}
