/*
Theme Name: WEN Biz
Description: Used to style Gutenberg Blocks.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Blocks - General Styles
2.0 Blocks - Common Blocks
3.0 Blocks - Formatting
4.0 Blocks - Layout Elements
5.0 Blocks - Widgets
6.0 Blocks - Colors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Blocks - General Styles
--------------------------------------------------------------*/

.no-sidebar .alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}

.no-sidebar .alignwide  {
	margin-left  : calc( -96vw / 2 + 100% / 2 );
    margin-right : calc( -96vw / 2 + 100% / 2 );
	max-width: 96vw;
}

.alignfull.wp-block-cover,
.alignwide.wp-block-cover {
	width: auto;
}

/* 1024px */
@media screen and (min-width: 64em) {
	.no-sidebar .alignfull  {
		margin-left  : calc( -94vw / 2 + 100% / 2 );
	    margin-right : calc( -94vw / 2 + 100% / 2 );
		max-width: 94vw;
	}

	.no-sidebar.fluid-layout .alignfull {
		margin-left  : calc( -100vw / 2 + 100% / 2 );
	    margin-right : calc( -100vw / 2 + 100% / 2 );
	    max-width    : 100vw;
	}

	.no-sidebar .alignwide  {
		margin-left  : calc( -88vw / 2 + 100% / 2 );
	    margin-right : calc( -88vw / 2 + 100% / 2 );
		max-width: 88vw;
	}
}

/* 1290px */
@media screen and (min-width: 80.625em) {
	.no-sidebar .alignfull  {
		margin-left  : calc( -1290px / 2 + 100% / 2 );
	    margin-right : calc( -1290px / 2 + 100% / 2 );
		max-width: 1290px;
	}

	.no-sidebar:not(.fluid-layout) .alignwide {
	    margin-left: -120px;
	    margin-right: -120px;
	    max-width: 1280px;
	}

	.no-sidebar.full-width-layout:not(.fluid-layout) .alignwide {
		margin-left: -10px;
		margin-right: -10px;
		max-width: 1250px;
	}
}

/*--------------------------------------------------------------
2.0 Blocks - Common Blocks
--------------------------------------------------------------*/

/* Paragraph */

p.has-drop-cap:not(:focus)::first-letter {
	float: left;
    font-size: 110px;
    font-size: 6.875rem;
    font-weight: 700;
    line-height: 0.7;
    margin: 14px 16px 5px -3px;
}

/* Image */

.wp-block-image {
	margin-bottom: 28px;
}

.wp-block-image figure {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-image figure.alignleft {
	margin-right: 28px;
}

.wp-block-image figure.alignright {
	margin-left: 28px;
}

/* Gallery */

.wp-block-gallery {
	margin-bottom: 28px;
	margin-left: 0;
}

.wp-block-gallery figcaption {
	font-style: italic;
}

.wp-block-gallery.aligncenter {
	display: flex;
	margin: 0 -8px;
}

/*--------------------------------------------------------------
3.0 Blocks - Formatting
--------------------------------------------------------------*/

/* Editor Font Size */
.has-extra-small-font-size {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.62;
}

.has-small-font-size {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.has-normal-font-size {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.75;
}

.has-large-font-size {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.33;
	margin-bottom: 0.4285714285714286em;
	margin-top: 0.28571428571428603em;
}

.has-extra-large-font-size {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 400;
	line-height: 1.33;
	margin-bottom: 0.375em;
	margin-top: 1.125em;
}

.has-huge-font-size {
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: 400;
	line-height: 1.33;
	margin-bottom: 0.375em;
	margin-top: 1.125em;
}

@media screen and (min-width: 64em) {
	.has-normal-font-size {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.has-large-font-size {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.has-extra-large-font-size {
		font-size: 42px;
		font-size: 2.625rem;
	}

	.has-huge-font-size {
		font-size: 48px;
		font-size: 3rem;
	}

}

@media screen and (min-width: 85.375em) {

	.has-large-font-size {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.has-extra-large-font-size {
		font-size: 48px;
		font-size: 3rem;
	}

	.has-huge-font-size {
		font-size: 54px;
		font-size: 3.375rem;
	}

}

@media screen and (min-width: 100em) {
	.has-large-font-size {
		font-size: 42px;
		font-size: 2.625rem;
	}

	.has-extra-large-font-size {
		font-size: 56px;
		font-size: 3.5rem;
	}

	.has-huge-font-size {
		font-size: 62px;
		font-size: 3.875rem;
	}

}

@media screen and (min-width: 120em) {
	.has-huge-font-size {
		font-size: 70px;
		font-size: 4.375rem;
	}
}

.wp-block-table td {
	border-left:  0;
	border-bottom:  0;
	border-top:  0;
}

.wp-block-table.is-style-stripes table,
.wp-block-code {
	border: 0;
	border-color: transparent;
}

.wp-block-code > code {
	padding: 0;
	border: 0;
}

.wp-block-table table {
	margin-bottom: 7px;
}

.wp-block-table td,
.wp-block-table th {
	/* border-right: 1px solid; */
	padding: 12px 28px;
}

.wp-block-table th {
	font-weight: 700;
}

pre.wp-block-verse {
	font-family: Inconsolata, monospace;
}

/* Quotes */

blockquote.wp-block-quote,
.wp-block-pullquote {
	font-size: 20px;
	font-size: 1.25rem;
	font-stretch: normal;
	font-weight: 700;
	line-height: 1.59;
	padding: 5.2em 1.5em 1.4em 1.5em;
	position: relative;
	text-align: center;
	margin: 0 0 1.458333333333333em 0 ;
}

.wp-block-quote > p:first-child {
    padding-top: 1em;
}

blockquote.wp-block-quote.has-text-align-center {
	padding: 5.2em 1.5em 1.4em 1.5em;
}

blockquote.wp-block-quote.is-style-large cite {
	font-weight: 700;
	text-transform: capitalize;
	font-size: inherit;
	text-align: center;
}

blockquote.wp-block-quote:before {
	content: "\201C";
	display: block;
	float: left;
	font-family: Arial;
	font-size: 70px;
	font-size: 4.375rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: absolute;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	top: 40px;
	border-radius: 50%;
    line-height: 1.4;
    width: 70px;
    height: 70px;
	text-align: center;
}

blockquote.wp-block-quote:before,
blockquote.wp-block-quote.has-text-align-center:before {
	left:  50%;
	transform: translateX(-50%);
}

blockquote.wp-block-quote.has-text-align-left:before,
blockquote.wp-block-quote.has-text-align-right:before {
	right: unset;
	transform: none;
	left: 42px;
}

blockquote.wp-block-quote.has-text-align-right:before {
	left:  unset;
	right:  42px;
	transform: none;
}

blockquote.wp-block-quote,
blockquote.wp-block-quote.has-text-align-right {
	border: 0;
	padding: 5.2em 1.5em 1.4em 1.5em;
}

blockquote.wp-block-quote.has-text-align-right,
blockquote.wp-block-quote.has-text-align-right cite {
	text-align: right;
}

blockquote.wp-block-quote.has-text-align-left,
blockquote.wp-block-quote.has-text-align-left cite {
	text-align: left;
}

blockquote.wp-block-quote.has-text-align-center,
blockquote.wp-block-quote.has-text-align-center cite {
	text-align: center;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin:  0;
	max-width: 100%;
}

.wp-block-pullquote.alignright.is-style-solid-color,
.wp-block-pullquote.alignleft.is-style-solid-color {
	border: 0;
}

.wp-block-pullquote.alignright.is-style-solid-color,
.wp-block-pullquote.is-style-solid-color,
.wp-block-pullquote.alignleft.is-style-solid-color,
.wp-block-pullquote.aligncenter.is-style-solid-color {
	padding: 35px;
}

.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 20px;
	font-size: 1.25rem;
}

blockquote.wp-block-quote p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote p {
	margin-bottom: 35px;
	line-height: 1.5;
}

blockquote.wp-block-quote cite,
.wp-block-pullquote cite,
[class^="wp-block-"]:not(.wp-block-gallery) figcaption,
figure.wp-block-table figcaption {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 16px;
	font-size: 1rem;
	display: block;
	line-height: 1.75;
}

blockquote.wp-block-quote.has-text-align-right,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
	margin: 0 0 1.458333333333333em 0;
}

blockquote.wp-block-quote.is-style-large,
blockquote.wp-block-quote.is-large {
	padding: 5.2em 1.5em 1.4em 1.5em;
}

.wp-block-cover {
	margin-bottom:  1.75em;
}

/* PULLQUOTE */

.wp-block-pullquote {
	padding: 20px 0;
}

.wp-block-pullquote.is-style-solid-color {
	border: 0;
}

.wp-block-pullquote {
	border-bottom: 5px solid;
	border-top: 5px solid;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	border-bottom: 0;
	border-top: 0;
}

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
	margin: 0;
}

.wp-block-pullquote.alignleft {
	border-left: 5px solid;
	margin: 0.5833333333333333em 1.458333333333333em 1.458333333333333em 0;
	padding: 0 0 0 1.458333333333333em;
	text-align: left;
}

.wp-block-pullquote.alignright {
	border-right: 5px solid;
	margin: 0.5833333333333333em 0 1.458333333333333em 1.458333333333333em;
	padding: 0 1.458333333333333em 0 0;
	text-align: right;
}

/* BUTTONS */

.wp-block-file .wp-block-file__button,
.wp-block-button .wp-block-button__link {
	font-size: 16px;
	font-size: 1rem;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	font-weight: 700;
	line-height: 1.5;
	padding: 14px 28px;
	text-transform: capitalize;
	letter-spacing: 0;
	text-align: center;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.wp-block-buttons > .wp-block-button {
	margin-bottom: 28px;
	margin-top: 28px;
}

.wp-block-table.is-style-stripes {
	border:  0;
}

/*--------------------------------------------------------------
5.0 Blocks - Widgets
--------------------------------------------------------------*/

/* Archives, Categories & Latest Posts */

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
	list-style-position: inside;
	text-align: center;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: disc;
}

.wp-block-categories-list li,
.wp-block-archives-list li,
.wp-block-latest-posts.wp-block-latest-posts__list li {
	margin-bottom: 0;
}

/* Comments */

.wp-block-latest-comments article {
	margin-bottom: 3em;
}

.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
	float: none;
	width: 100%;
}

.wp-block-latest-comments__comment,
.wp-block-latest-comments__comment-excerpt p {
	font-size: inherit;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	border-radius: 0;
}

.wp-block-latest-comments__comment-meta {
	margin-bottom: 14px;
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
	text-decoration: none;
}

.wp-block-latest-comments__comment-date {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	margin-top: 7px;
	text-transform: capitalize;
}

.wp-block-gallery .item {
	padding-left: 0;
}

.wp-block-calendar a {
    text-decoration: none;
}

table tr:last-child td {
    border-bottom: 0;
}

.wp-block-table thead {
	border-bottom: 0;
}

/*--------------------------------------------------------------
> 1024px
--------------------------------------------------------------*/
@media screen and (min-width: 64em) {

}


/*--------------------------------------------------------------
> 1366px
--------------------------------------------------------------*/
@media screen and (min-width: 85.375em) {
	.wp-block-file .wp-block-file__button,
	.wp-block-button .wp-block-button__link {
		padding: 16px 28px;
	}
}

/*--------------------------------------------------------------
> 1600px
--------------------------------------------------------------*/

@media screen and (min-width: 100em) {
	blockquote.wp-block-quote,
	.wp-block-pullquote,
	.wp-block-pullquote p,
	.wp-block-pullquote.is-style-solid-color blockquote p,
	.wp-block-pullquote.alignleft p,
	.wp-block-pullquote.alignright p {
	    font-size: 24px;
	    font-size: 1.5rem;
	 }

	 .wp-block-quote > p:first-child {
		padding-top: 0;
	}
}

/*--------------------------------------------------------------
> 1920px
--------------------------------------------------------------*/

@media screen and (min-width: 120em) {
	blockquote.wp-block-quote,
	.wp-block-pullquote,
	.wp-block-pullquote p,
	.wp-block-pullquote.is-style-solid-color blockquote p,
	.wp-block-pullquote.alignleft p,
	.wp-block-pullquote.alignright p {
	    font-size: 28px;
	    font-size: 1.75rem;
	 }
}

/*--------------------------------------------------------------
6.0 Blocks - Colors
--------------------------------------------------------------*/

.wp-block-calendar table th {
	background-color: transparent;
}

.is-style-outline .wp-block-button__link,
.is-style-outline .more-link,
.is-style-outline .button {
	border: 1px solid #e75743;
	background-color: transparent;
}

.color-scheme-blue .is-style-outline .wp-block-button__link,
.color-scheme-blue .is-style-outline .more-link,
.color-scheme-blue .is-style-outline .button {
	border: 1px solid #ed8475;
	background-color: transparent;
}

.color-scheme-ecommerce .is-style-outline .wp-block-button__link,
.color-scheme-ecommerce .is-style-outline .more-link,
.color-scheme-ecommerce .is-style-outline .button {
	border: 1px solid #1b73e8;
	background-color: transparent;
}

.color-scheme-photography .is-style-outline .wp-block-button__link,
.color-scheme-photography .is-style-outline .more-link,
.color-scheme-photography .is-style-outline .button {
	border: 1px solid #ff5c00;
	background-color: transparent;
}

.color-scheme-blue .is-style-outline > .wp-block-button__link:not(.has-text-color),
.color-scheme-blue .wp-block-button__link.is-style-outline:not(.has-text-color),
.color-scheme-blue .is-style-outline .wp-block-button__link,
.color-scheme-blue .is-style-outline .more-link,
.is-style-outline .button {
	color: #ed8475;
}

.color-scheme-blue .is-style-outline > .wp-block-button__link:not(.has-text-color):hover,
.color-scheme-blue .is-style-outline > .wp-block-button__link:not(.has-text-color):focus,
.color-scheme-blue .is-style-outline .wp-block-button__link:hover,
.color-scheme-blue .is-style-outline .wp-block-button__link:focus,
.color-scheme-blue .is-style-outline .more-link:hover,
.color-scheme-blue .is-style-outline .more-link:focus,
.color-scheme-blue .is-style-outline .button:hover,
.color-scheme-blue .is-style-outline .button:focus,
.color-scheme-ecommerce .is-style-outline > .wp-block-button__link:not(.has-text-color):hover,
.color-scheme-ecommerce .is-style-outline > .wp-block-button__link:not(.has-text-color):focus,
.color-scheme-ecommerce .is-style-outline .wp-block-button__link:hover,
.color-scheme-ecommerce .is-style-outline .wp-block-button__link:focus,
.color-scheme-ecommerce .is-style-outline .more-link:hover,
.color-scheme-ecommerce .is-style-outline .more-link:focus,
.color-scheme-ecommerce .is-style-outline .button:hover,
.color-scheme-ecommerce .is-style-outline .button:focus,
.color-scheme-photography .is-style-outline .wp-block-button__link:hover,
.color-scheme-photography .is-style-outline .wp-block-button__link:focus,
.color-scheme-photography .is-style-outline .more-link:hover,
.color-scheme-photography .is-style-outline .more-link:focus,
.color-scheme-photography .is-style-outline .button:hover,
.color-scheme-photography .is-style-outline .button:focus {
	background-color: #333;
	color: #fff;
}

.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
	background-image: none;
}

.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:focus,
.is-style-outline .more-link:hover,
.is-style-outline .more-link:focus,
.is-style-outline .button:hover,
.is-style-outline .button:focus {
	border-color: transparent;
}

.wp-block-pullquote,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large,
blockquote.wp-block-quote {
	border-color: #e75743;
}

.color-scheme-ecommerce .wp-block-pullquote,
.color-scheme-ecommerce .wp-block-pullquote.alignleft,
.color-scheme-ecommerce .wp-block-pullquote.alignright,
.color-scheme-ecommerce blockquote.wp-block-quote.is-large,
.color-scheme-ecommerce blockquote.wp-block-quote.is-style-large,
.color-scheme-ecommerce blockquote.wp-block-quote {
	border-color: #1b73e8;
}

.color-scheme-photography .wp-block-pullquote,
.color-scheme-photography .wp-block-pullquote.alignleft,
.color-scheme-photography .wp-block-pullquote.alignright,
.color-scheme-photography blockquote.wp-block-quote.is-large,
.color-scheme-photography blockquote.wp-block-quote.is-style-large,
.color-scheme-photography blockquote.wp-block-quote {
	border-color: #ff5c00;
}

/* 1. White Color ---------------------
------------------------------------ */

.wp-block-pullquote.is-style-solid-color blockquote.has-white-color cite,
.wp-block-button .wp-block-button__link.has-white-color,
.wp-block-button.is-style-outline > .wp-block-button__link.has-white-color,
.wp-block-button__link.is-style-outline.has-white-color,
.has-white-color {
	color: #ffffff;
}

.wp-block-pullquote.is-style-solid-color.has-white-background-color,
.wp-block-button .wp-block-button__link.has-white-background-color,
.has-white-background-color {
	background-color: #ffffff;
}

.is-style-outline > .wp-block-button__link.has-white-color,
.wp-block-button__link.is-style-outline.has-white-color {
	border-color: #ffffff;
}

/* 2. Black Color ---------------------
------------------------------------ */

.wp-block-pullquote.is-style-solid-color blockquote.has-black-color cite,
.wp-block-button .wp-block-button__link.has-black-color,
.wp-block-button.is-style-outline > .wp-block-button__link.has-black-color,
.wp-block-button__link.is-style-outline.has-black-color,
.has-black-color {
	color: #000000;
}

.wp-block-pullquote.is-style-solid-color.has-black-background-color,
.wp-block-button .wp-block-button__link.has-black-background-color,
.has-black-background-color {
	background-color: #000000;
}

.is-style-outline > .wp-block-button__link.has-black-color,
.wp-block-button__link.is-style-outline.has-black-color {
	border-color: #000000;
}

/* 3. Medium Black Color ---------------------
------------------------------------ */

.wp-block-pullquote.is-style-solid-color blockquote.has-medium-black-color cite,
.wp-block-button .wp-block-button__link.has-medium-black-color,
.wp-block-button.is-style-outline > .wp-block-button__link.has-medium-black-color,
.wp-block-button__link.is-style-outline.has-medium-black-color,
.has-medium-black-color {
	color: #222222;
}

.wp-block-pullquote.is-style-solid-color.has-medium-black-background-color,
.wp-block-button .wp-block-button__link.has-medium-black-background-color,
.has-medium-black-background-color {
	background-color: #222222;
}

.is-style-outline > .wp-block-button__link.has-medium-black-color,
.wp-block-button__link.is-style-outline.has-medium-black-color {
	border-color: #222222;
}

/* 4. Gray Color ---------------------
------------------------------------ */

.wp-block-pullquote.is-style-solid-color blockquote.has-gray-color cite,
.wp-block-button .wp-block-button__link.has-gray-color,
.wp-block-button.is-style-outline > .wp-block-button__link.has-gray-color,
.wp-block-button__link.is-style-outline.has-gray-color,
.has-gray-color {
	color: #999999;
}

.wp-block-pullquote.is-style-solid-color.has-gray-background-color,
.wp-block-button .wp-block-button__link.has-gray-background-color,
.has-gray-background-color {
	background-color: #999999;
}

.is-style-outline > .wp-block-button__link.has-gray-color,
.wp-block-button__link.is-style-outline.has-gray-color {
	border-color: #999999;
}

/* 5. Light Gray Color ---------------------
------------------------------------ */

.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color cite,
.wp-block-button .wp-block-button__link.has-light-gray-color,
.wp-block-button.is-style-outline > .wp-block-button__link.has-light-gray-color,
.wp-block-button__link.is-style-outline.has-light-gray-color,
.has-light-gray-color {
	color: #f8f8f8;
}

.wp-block-pullquote.is-style-solid-color.has-light-gray-background-color,
.wp-block-button .wp-block-button__link.has-light-gray-background-color,
.has-light-gray-background-color {
	background-color: #f8f8f8;
}

.is-style-outline > .wp-block-button__link.has-light-gray-color,
.wp-block-button__link.is-style-outline.has-light-gray-color {
	border-color: #f8f8f8;
}

/* 6. Orange Color ---------------------
------------------------------------ */

.wp-block-pullquote.is-style-solid-color blockquote.has-orange-color cite,
.wp-block-button .wp-block-button__link.has-orange-color,
.wp-block-button.is-style-outline > .wp-block-button__link.has-orange-color,
.wp-block-button__link.is-style-outline.has-orange-color,
.has-orange-color {
	color: #f95042;
}

.wp-block-pullquote.is-style-solid-color.has-orange-background-color,
.wp-block-button .wp-block-button__link.has-orange-background-color,
.has-orange-background-color {
	background-color: #f95042;
}

.is-style-outline > .wp-block-button__link.has-orange-color,
.wp-block-button__link.is-style-outline.has-orange-color {
	border-color: #f95042;
}

/* 7. Pink Color ---------------------
------------------------------------ */

.wp-block-pullquote.is-style-solid-color blockquote.has-pink-color cite,
.wp-block-button .wp-block-button__link.has-pink-color,
.wp-block-button.is-style-outline > .wp-block-button__link.has-pink-color,
.wp-block-button__link.is-style-outline.has-pink-color,
.has-pink-color {
	color: #e03ae0;
}

.wp-block-pullquote.is-style-solid-color.has-pink-background-color,
.wp-block-button .wp-block-button__link.has-pink-background-color,
.has-pink-background-color {
	background-color: #e03ae0;
}

.is-style-outline > .wp-block-button__link.has-pink-color,
.wp-block-button__link.is-style-outline.has-pink-color {
	border-color: #e03ae0;
}
