AKS-Demos/WordPress-Demo/Code/public/wp-admin/css/about-rtl.css [80:185]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.about__container .aligncenter {
	text-align: center;
}

.about__container .is-vertically-aligned-top {
	-ms-grid-row-align: start;
	align-self: start;
}

.about__container .is-vertically-aligned-center {
	-ms-grid-row-align: center;
	align-self: center;
}

.about__container .is-vertically-aligned-bottom {
	-ms-grid-row-align: end;
	align-self: end;
}

.about__section {
	background: #fff;
	background: var(--background);
	clear: both;
}

.about__container .has-accent-background-color {
	background-color: #ebcd3d;
	background-color: var(--accent-1);
}

.about__container .has-transparent-background-color {
	background-color: transparent;
}

.about__container .has-accent-color {
	color: #b04329;
	color: var(--accent-3);
}

.about__container .has-subtle-background-color {
	background-color: #f2edd4;
	background-color: var(--subtle-background);
	color: #322d2b;
	color: var(--text);
}

/* 1.1 - Layout */

.about__section {
	margin: 0;
}

.about__section .column {
	padding: 32px;
}

.about__section + .about__section .column {
	padding-top: 0;
}

.about__section .column.is-edge-to-edge {
	padding: 0;
}

.about__section .column p:first-of-type {
	margin-top: 0;
}

.about__section .column p:last-of-type {
	margin-bottom: 0;
}

.about__section .has-text-columns {
	columns: 2;
	column-gap: 64px;
}

.about__section .is-section-header {
	margin-bottom: 0;
	padding: 32px 32px 0;
}

.about__section .is-section-header p:last-child {
	margin-bottom: 0;
}

/* Section header is alone in a container. */
.about__section .is-section-header:first-child:last-child {
	padding: 0;
}

.about__section.is-feature {
	padding: 32px;
}

.about__section.is-feature p {
	margin: 0;
}

.about__section.is-feature p + p {
	margin-top: 1rem;
}

.about__section.has-1-column {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



AKS-Demos/WordPress-Demo/Code/public/wp-admin/css/about.css [79:184]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.about__container .aligncenter {
	text-align: center;
}

.about__container .is-vertically-aligned-top {
	-ms-grid-row-align: start;
	align-self: start;
}

.about__container .is-vertically-aligned-center {
	-ms-grid-row-align: center;
	align-self: center;
}

.about__container .is-vertically-aligned-bottom {
	-ms-grid-row-align: end;
	align-self: end;
}

.about__section {
	background: #fff;
	background: var(--background);
	clear: both;
}

.about__container .has-accent-background-color {
	background-color: #ebcd3d;
	background-color: var(--accent-1);
}

.about__container .has-transparent-background-color {
	background-color: transparent;
}

.about__container .has-accent-color {
	color: #b04329;
	color: var(--accent-3);
}

.about__container .has-subtle-background-color {
	background-color: #f2edd4;
	background-color: var(--subtle-background);
	color: #322d2b;
	color: var(--text);
}

/* 1.1 - Layout */

.about__section {
	margin: 0;
}

.about__section .column {
	padding: 32px;
}

.about__section + .about__section .column {
	padding-top: 0;
}

.about__section .column.is-edge-to-edge {
	padding: 0;
}

.about__section .column p:first-of-type {
	margin-top: 0;
}

.about__section .column p:last-of-type {
	margin-bottom: 0;
}

.about__section .has-text-columns {
	columns: 2;
	column-gap: 64px;
}

.about__section .is-section-header {
	margin-bottom: 0;
	padding: 32px 32px 0;
}

.about__section .is-section-header p:last-child {
	margin-bottom: 0;
}

/* Section header is alone in a container. */
.about__section .is-section-header:first-child:last-child {
	padding: 0;
}

.about__section.is-feature {
	padding: 32px;
}

.about__section.is-feature p {
	margin: 0;
}

.about__section.is-feature p + p {
	margin-top: 1rem;
}

.about__section.has-1-column {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



