.pc-centered-one-column,
.pc-centered-two-columns,
.is-style-pc-centered-one-column,
.is-style-pc-centered-two-columns {
    margin-left: auto;
    margin-right: auto;
}

.pc-centered-one-column,
.is-style-pc-centered-one-column {
    max-width: 820px;
    padding: clamp(32px, 5vw, 72px) clamp(20px, 4vw, 32px);
}

.pc-centered-one-column > *:first-child,
.pc-centered-two-columns > .wp-block-column > *:first-child,
.is-style-pc-centered-one-column > *:first-child,
.is-style-pc-centered-two-columns > .wp-block-column > *:first-child {
    margin-top: 0;
}

.pc-centered-one-column > *:last-child,
.pc-centered-two-columns > .wp-block-column > *:last-child,
.is-style-pc-centered-one-column > *:last-child,
.is-style-pc-centered-two-columns > .wp-block-column > *:last-child {
    margin-bottom: 0;
}

.pc-centered-two-columns,
.is-style-pc-centered-two-columns {
    align-items: center;
    gap: clamp(28px, 5vw, 64px);
    max-width: 1120px;
    padding: clamp(32px, 5vw, 72px) clamp(20px, 4vw, 32px);
}

.pc-centered-two-columns .wp-block-image,
.is-style-pc-centered-two-columns .wp-block-image {
    margin: 0;
}

.pc-centered-two-columns img,
.is-style-pc-centered-two-columns img {
    border-radius: 12px;
    display: block;
    height: auto;
    width: 100%;
}

.editor-styles-wrapper .pc-centered-one-column,
.editor-styles-wrapper .is-style-pc-centered-one-column {
    border: 1px dashed rgba(78, 0, 142, 0.28);
}

.editor-styles-wrapper .pc-centered-two-columns,
.editor-styles-wrapper .is-style-pc-centered-two-columns {
    border: 1px dashed rgba(78, 0, 142, 0.28);
}

@media (max-width: 781px) {
    .pc-centered-two-columns,
    .is-style-pc-centered-two-columns {
        gap: 24px;
    }
}
