.this-day-uu-history {
    box-sizing: border-box;
    color: var(--tdh-text, inherit);
    font-family: var(--tdh-font, inherit);
    font-size: var(--tdh-font-size, 16px);
    line-height: var(--tdh-line-height, 1.55);
}

.this-day-uu-history.tdh-card {
    background: var(--tdh-bg, #f7f4ee);
    border: 1px solid var(--tdh-border, #ddd6c8);
    border-radius: var(--tdh-radius, 10px);
    padding: 1.25em 1.4em;
}

.this-day-uu-history.tdh-no-card {
    background: transparent;
    border: 0;
    padding: 0;
}

.this-day-uu-history .tdh-title {
    margin: 0 0 .15em;
    line-height: 1.2;
}

.this-day-uu-history .tdh-date {
    margin: 0 0 1em;
    font-size: .92em;
    opacity: .72;
}

.this-day-uu-history a {
    color: var(--tdh-link, currentColor);
}

.this-day-uu-history .tdh-content > :first-child { margin-top: 0; }
.this-day-uu-history .tdh-content > :last-child { margin-bottom: 0; }

.this-day-uu-history .tdh-entry-image {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
}

.this-day-uu-history .tdh-image-left-wrap {
    float: left !important;
    width: var(--tdh-image-width, 180px) !important;
    margin: .25em var(--tdh-image-gap, 18px) .75em 0 !important;
}

.this-day-uu-history .tdh-image-right-wrap {
    float: right !important;
    width: var(--tdh-image-width, 180px) !important;
    margin: .25em 0 .75em var(--tdh-image-gap, 18px) !important;
}

.this-day-uu-history .tdh-image-left-block,
.this-day-uu-history .tdh-image-center-block,
.this-day-uu-history .tdh-image-right-block {
    display: block !important;
    float: none !important;
    width: var(--tdh-image-width, 180px) !important;
    margin-top: .25em !important;
    margin-bottom: 1em !important;
}
.this-day-uu-history .tdh-image-left-block { margin-left: 0 !important; margin-right: auto !important; }
.this-day-uu-history .tdh-image-center-block { margin-left: auto !important; margin-right: auto !important; }
.this-day-uu-history .tdh-image-right-block { margin-left: auto !important; margin-right: 0 !important; }

.this-day-uu-history .tdh-clear { clear: both; }

@media (max-width: 520px) {
    .this-day-uu-history .tdh-image-left-wrap,
    .this-day-uu-history .tdh-image-right-wrap {
        float: none !important;
        display: block !important;
        width: min(var(--tdh-image-width, 180px), 100%) !important;
        margin: .25em auto 1em !important;
    }
}

.tdh-admin-wrap .tdh-settings-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 1200px;
}
.tdh-admin-wrap .tdh-settings-panel {
    background: #fff;
    border: 1px solid #dcdcde;
    padding: 8px 20px 18px;
}
.tdh-admin-wrap .tdh-swatches .button { margin: 0 5px 6px 0; }
.tdh-admin-preview {
    max-width: 850px;
    background: #fff;
    border: 1px solid #dcdcde;
    padding: 24px;
}
@media (max-width: 900px) {
    .tdh-admin-wrap .tdh-settings-grid { grid-template-columns: 1fr; }
}

/* Date-size choices parallel the title-size menu without changing date semantics. */
.this-day-uu-history .tdh-date-h2 { font-size: 1.5em; line-height: 1.2; }
.this-day-uu-history .tdh-date-h3 { font-size: 1.3em; line-height: 1.25; }
.this-day-uu-history .tdh-date-h4 { font-size: 1.1em; line-height: 1.3; }
.this-day-uu-history .tdh-date-h5 { font-size: .92em; line-height: 1.35; }

.tdh-admin-wrap .tdh-plugin-description {
    max-width: 1000px;
    margin: 8px 0 20px;
    padding: 12px 16px;
    background: #fff;
    border-left: 4px solid #2271b1;
}
.tdh-admin-wrap .tdh-plugin-description p:first-child { margin-top: 0; }
.tdh-admin-wrap .tdh-plugin-description p:last-child { margin-bottom: 0; }


/* Optional page byline and entry attribution. */
.this-day-uu-history .tdh-byline {
    margin: 0 0 .45em;
    opacity: .8;
}
.this-day-uu-history .tdh-attribution {
    clear: both;
    margin: 1em 0 0;
    opacity: .72;
}
.this-day-uu-history .tdh-meta-h2 { font-size: 1.5em; line-height: 1.2; }
.this-day-uu-history .tdh-meta-h3 { font-size: 1.3em; line-height: 1.25; }
.this-day-uu-history .tdh-meta-h4 { font-size: 1.1em; line-height: 1.3; }
.this-day-uu-history .tdh-meta-h5 { font-size: .92em; line-height: 1.35; }
