[data-custom-section="journals"] {margin:40px 0px;}
[data-custom-section="journals"] .other-heading {margin-bottom:20px;font-family:var(--secondaryFont);font-size:35px;font-weight:700;}
[data-custom-section="journals"] .featured {padding:20px;background-color:var(--grey);margin-bottom:40px;border-radius:15px;overflow:hidden;}
[data-custom-section="journals"] h1.featured-title {margin-bottom:20px;font-family:var(--secondaryFont);font-size:35px;font-weight:700;}
[data-custom-section="journals"] .featured .flip-container > div {background-color:transparent !important;}
[data-custom-section="journals"] .no-entries {padding:60px 20px;text-align:center;font-size:20px;font-weight:bold;}
[data-custom-section="journals"] .list {display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;}
[data-custom-section="journals"] .list .journal-item {text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:10px;background-color:var(--tileColour);padding:15px;border-radius:15px;}
[data-custom-section="journals"] .list .journal-item .image-wrapper {border-radius:5px;overflow:hidden;}
[data-custom-section="journals"] .list .journal-item .title {font-size:18px;font-weight:700;font-family:var(--secondaryFont);text-wrap:balance;text-align:center;}

@media (max-width:1000px)
{
    [data-custom-section="journals"] .list {grid-template-columns:repeat(3, 1fr);}
    [data-custom-section="journals"] h1.featured-title, [data-custom-section="journals"] .other-heading {font-size:30px;}
}

@media (max-width:650px)
{
    [data-custom-section="journals"] .list {grid-template-columns:repeat(2, 1fr);}
    [data-custom-section="journals"] h1.featured-title, [data-custom-section="journals"] .other-heading {font-size:25px;}
}

@media (max-width:450px)
{
    [data-custom-section="journals"] .list {grid-template-columns:1fr;}
}