/**
 * Post Custom Fields - Frontend Styles
 *
 * Keeps shortcode template visuals in cacheable CSS instead of fixed inline styles.
 */

.section-template-c {
border: 2px dashed green;
padding: 10px;
}

.section-template-c__heading,
.section-template-c__subheading {
color: green;
}

.section-template-c__item,
.section-template-c__item a,
.section-template-c__item .wp-block-heading {
color: green;
}

.yourforma-section-template-b {
margin: 1rem 0;
font-size: 0.94rem;
line-height: 1.8;
color: #64748b;
}

.yourforma-section-template-b a {
color: inherit;
text-decoration: underline;
text-underline-offset: 0.18em;
}

.yourforma-source-list {
margin: 0.65rem 0;
}

.yourforma-source-title-prefix {
color: #334155;
font-weight: 800;
}

.yourforma-source-list-comma {
display: block;
}

.yourforma-source-list-linebreak-ul {
display: grid;
gap: 0.45rem;
}

.yourforma-source-title-wrapper {
margin: 0;
}

.yourforma-items-as-list {
margin: 0;
padding-left: 1.25rem;
}

.yourforma-items-as-list .meta-item {
margin: 0.25rem 0;
}

.yourforma-subsubsections-container-b {
display: grid;
gap: 0.65rem;
margin-top: 0.65rem;
}

.yourforma-subsubsection-title-b {
margin: 0 0 0.35rem;
font-size: 1rem;
}
