@font-face {
    font-family: 7surendraRegular;
    src: url(../fonts/7surendraRegular.ttf);
}

.indi-poetry-snip {
    border-radius: 6px;
    padding: 20px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* box-shadow: #0000003d 0px 3px 8px; */
    overflow: hidden;
    height: 100%;
    transition: background-size 0.5s ease-in-out;
    color: var(--vu-poetry_snippet-color);
    background-color: var(--vu-poetry_snippet-bg);
}

@media only screen and (max-width: 914px) {
    .indi-poetry-snip {
        max-width: 100%;
        padding: 15px;
    }
}

.indi-poetry-snip .col1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    justify-content: space-between;
}

.indi-poetry-snip .col1 .row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    font-size: 1em;
}

.poetry-prev-content {
    padding: 15px 10px;
    border-radius: 6px;
    background-color: var(--vu-poetry_snippet_preview-bg);
    font-family: 7surendraRegular;
    backdrop-filter: blur(4px);
}

.indi-poetry-snip .name h3 {
    font-size: 1.2rem;
    width: fit-content;
    margin: 0 auto;
    font-weight: 600;
}

.indi-poetry-snip .col1 .row3 {
    margin-top: 20px;
    text-align: center;
    display: block;
}

.indi-poetry-snip .col1 .row3 p {
    line-height: 1.7em;
    margin-top: 10px;
    font-size: 0.9375rem;
    font-weight: 100;
}

@media only screen and (max-width: 914px) {
    .indi-poetry-snip .col1 .row3 p {
        font-size: 1rem;
        font-weight: 100;
    }
}

.indi-poetry-snip .col1 .row3 p:first-of-type {
    margin-top: 0px;
}

.more-btn-cntnr {
    text-align: center;
    width: 100%;
    border-radius: 6px;
    background-color: var(--vu-poetry_snippet_preview-bg);
    backdrop-filter: blur(4px);
    padding: 7px 10px;
}

.more-btn-cntnr button {
    width: 100%;
    font-size: 0.9rem;
}