.card {
    max-width: 50rem;
}

.card:hover {
    background-color: var(--card-color) !important;
}

.card.card-details {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.5rem;
}

.card.card-info {
    display: block !important;
}

.title-section span {
    font-size: 2rem;
    font-weight: 200;
    text-transform: uppercase;
}

.title-section img {
    width: 3rem;
    margin-bottom: -0.7rem;
}

.providers {
    display: flex;
    gap: 1rem;
}

.providers img {
    width: 3rem;
    border: 3px solid #151515C4;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 1px 1px #0B0B0B57;
}

.plot {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-weight: 200;
}

.inner-card {
    text-align: center;
}

.inner-card .preview {
    width: 50%;
}