.image-copy
{
    padding: 1.9rem;
    border-radius: var(--border-radius);
    height: 100%;
    font-family: var(--font-roboto);
    font-size: 1.125rem;
}

.image-copy.top-padding-reduce,
.image-copy.top-padding-reduce .image-copy-top
{
    padding-top: 0rem;
}

.image-copy h3
{
    font-family: var(--font-poppins);
    font-weight: bold;
    color: black;
    margin-block: 0.5rem 1rem;
}

.image-copy-top
{
    padding: 1.9rem 1.9rem 0.5rem;
    background-color: white;
    color: black;
    border-radius: var(--border-radius);

}

.image-copy.primary-colors-reverse .image-copy-top,
.image-copy.primary-colors-reverse h3
{
    background-color: var(--primary-color);
    color: white;
}

.image-copy:has(a.btn) .image-copy-top
{
    margin-bottom: 1.9rem;
}

.image-copy-top img
{
    width: 100%;
    border-radius: var(--border-radius);
    margin-bottom: 1rem;
}

.image-copy a.btn
{
    width: 100%;
}

/* image-only entries should be last (through before any @media) */
.image-only,
.image-only .image-copy-top,
.image-only img
{
    padding: 0rem;
    margin: 0rem;
    height: 100%;
}

.image-only img
{
    height: 100%;
    object-fit: cover;
    border-radius: 5rem 1rem;
}
