.ltg-card-simple {
    display: block;
}

.ltg-card-simple .ltg-card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    object-fit: cover;
}

.ltg-card-simple .ltg-card-img-wrap {
    position: relative;
    display: block;
    margin-bottom: 2rem;
}

.ltg-card-simple .ltg-card-img-wrap::before {
    display: block;
    padding-bottom: 70%;
    content: "";
}

html.ltg-a11y-illustrations-false .ltg-card-simple .ltg-card-img-wrap::before {
    border-radius: 1rem;
    background-color: #f4f5f8;
}

.ltg-card-simple .ltg-card-title {
    margin-bottom: 2rem;
    color: #000000;
    font-weight: 600;
    transition: color 0.3s;
}

html.ltg-a11y-contrast-true .ltg-card-simple .ltg-card-title {
    color: white;
}

html.ltg-a11y-contrast-true .ltg-card-simple .ltg-card-title:hover {
    color: black;
}

.ltg-card-simple .ltg-card-content {
    color: #000000;
}

a.ltg-card-simple:hover .ltg-card-title {
    color: var(--ltg-color-primary);
}
