#list-page .card {
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: .75rem;
    cursor: context-menu;
    overflow: hidden;
    border: none;
}

#list-page .card a {
    text-decoration: none;
}

#list-page .card a h5 {
    color: var(--text-color) !important;
}

#list-page .card:hover {
    transition: all 0.3s ease-out;
    transform: translateY(-7px);
    box-shadow: none !important;
}

#list-page .card-text * {
    background-color: transparent !important;
}

#list-page .card-body {
    background-color: transparent !important;
    box-shadow: none !important;
}

#list-page .post-footer {
    padding: .5rem 1rem;
    background-color: transparent !important;
    color: var(--text-color) !important;
    border-top: none;
    opacity: 0.9;
    box-shadow: none !important;
}

#list-page .post-footer a {
    background-color: transparent !important;
    color: var(--text-secondary-color) !important;
    border-color: var(--primary-color) !important;
    transition: none;
}

#list-page .post-footer a:focus {
    box-shadow: none !important;
}

#list-page .post-footer a:hover {
    color: var(--primary-color) !important;
}

#list-page .card > .card-header {
    padding: 0 !important;
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

#list-page .card > .card-header .card-img-top {
    width: 100%;
    height: 250px !important;
    background-color: transparent !important;
}

/* pagination */
#list-page ul li a {
    transition: none;
    border-color: transparent;
    background-color: transparent !important;
    color: var(--text-color) !important;
}

#list-page ul li a:focus {
    box-shadow: none;
}

#list-page .page-item.active .page-link {
    border-color: var(--primary-color);
    background-color: var(--primary-color) !important;
    color: var(--secondary-color) !important;
}
