.side-by-side-1-across {
	--color-text: var(--off-black);
    --color-accent: var(--grey-6f);
    --color-border: var(--grey-cd);
	--font-title: var(--font-solitas-serif-black);
	--font-text: var(--font-body);
	--font-info: var(--font-museo-cond-700);

	max-width: var(--max-width-padded);
	padding: var(--max-width-padding);
	margin: 0 auto 34px;
}

.side-by-side-1-across .widget-header {
    margin-bottom: 6px;
}

.side-by-side-1-across .slide {
    margin-bottom: 34px;
}

.side-by-side-1-across  .banner-wrapper {
	background: #FFE293;
    height: 23px;
    width: fit-content;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 8px;
    margin: 2rem .5rem;
	right: 21px;
    top: 41px;
    z-index: 10;
     order: 1;
}

.side-by-side-1-across  .banner-wrapper::before {
	content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 0;
    bottom: -14px;
	border-bottom: 14px solid transparent;
	border-right: 14px solid #B6AC93;
}

.side-by-side-1-across  .banner-wrapper::after {
	content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 0;
    bottom: -14px;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #B6AC93;
}
  
.side-by-side-1-across  .anniversary-banner::before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	right: -22px;
	top: 0;
	border-bottom: 24px solid transparent;
	border-left: 24px solid #FFE293;
}

.side-by-side-1-across  .anniversary-banner::after {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	right: -22px;
	bottom: 0;
	border-top: 24px solid transparent;
	border-left: 24px solid #FFE293;
}

.side-by-side-1-across .banner {
	overflow: visible;
}

.side-by-side-1-across  a {
	position: relative;
}

.side-by-side-1-across .anniversary-banner .banner-text {
	font-size: 12px;
	font-family: var(--font-museo-900);
	color: var(--off-black);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.4;
	grid-row: 1 /span 1;
	grid-column: 1 /span 1;
	padding-bottom: 6px;
	padding-left: 10px;
}

.side-by-side-1-across:not([data-slides-across="2"]) .slide > .inner {
    padding: 0;
}

.side-by-side-1-across .slide .content-section .content-top {
    gap: var(--space-1)
}

.core-side-by-side .slide .content-section > .inner {
    gap: 14px;
}

.side-by-side-1-across .slide .blog-info {
    margin-bottom: 8px;
    font-family: var(--font-info);
    font-weight: 500;
    color: var(--color-accent);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}

.side-by-side-1-across .slide .blog-info .divider {
    margin: 0 var(--space-1);
}

.side-by-side-1-across .slide .slide-title {
    font-size: 40px;
	font-family: var(--font-title);
	line-height: 1;
	color: var(--color-text);
	font-weight: 500;
}

@media (hover: hover) {
	.side-by-side-1-across .slide .slide-title a:hover {
    	color: var(--color-text);
		text-decoration: none;
	}
}

.side-by-side-1-across .slide .description {
    font-size: var(--text-base);
	font-family: var(--font-text);
	line-height: 1.5;
    font-weight: 500;
    color: var(--color-accent);
}

.side-by-side-1-across .slide .hr {
    display: inline-block;
    border-bottom: 1px solid var(--color-border);
    margin: 0;
    width: 100%
}

.side-by-side-1-across .slide .teaser {
    font-family: var(--font-body);
    color: var(--color-text);
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
}

.side-by-side-1-across .slide .teaser::first-letter {
    font-size: 50px;
    font-weight: 900;
    color: var(--color-text);
    float: left;
    line-height: 48px;
}

.side-by-side-1-across .slide .slide-footer {
    display: flex;
    justify-content: flex-end;
}

.side-by-side-1-across .slide .slide-footer a {
    background-color: initial;
    padding-right: 0;
    font-weight: 700;
    padding-top: 2px;
    position: relative;
   
}

.side-by-side-1-across .slide .slide-footer a:hover {
    background-color: transparent;
    border-radius: 0;
}

.side-by-side-1-across .slide .slide-footer span {
    position: relative;
    /* display: inline-block; */
}

.side-by-side-1-across .slide .slide-footer a:hover span::after {
    content: '';
    border-bottom: 1px solid var(--black);
    position: absolute;
    bottom: 0;
    display: block;
    width: 99%;

}

@media screen and (min-width: 64em) {
    .side-by-side-1-across {
        margin: 0 auto 116px;
    }

    .side-by-side-1-across .slide .content-section > .inner {
        padding-left: var(--space-4);
    }

    .side-by-side-1-across:not([data-slides-across="2"]) .slide .content-section > .inner {
        padding-right: 65px;
    }

    .side-by-side-1-across .slide .slide-top {
        width: 640px;
    }

    .side-by-side-1-across .slide .blog-info {
        font-size: 15px;
    }

    .side-by-side-1-across .slide .slide-title {
        font-size: 64px;
        margin-bottom: var(--space-2);
    }

    .side-by-side-1-across .slide .description {
        font-size: var(--text-xl);
        margin-bottom: 6px;
    }

    .side-by-side-1-across .slide .hr {
        margin-bottom: var(--space-2);
    }

    .side-by-side-1-across .slide .teaser {
        font-size: 17px;
    }

    .side-by-side-1-across .slide .teaser::first-letter {
        font-size: 54px;
        line-height: 54px;
    }
}
