::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #f4c9df;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #f4c9df;
}
.everything {
    display: flex;
    flex-direction: column;
    background: url("https://ribbon-nya.neocities.org/gridpatternp.png") -10px 10px / auto;
    max-width: 1300px; /* or whatever size you like */
    margin: 0 auto;
    border: 3px ridge var(--dk-color);
    border-radius: 50px;
    background-color: var(--lt-color);
    box-shadow: 0 10px 15px 5px rgba(165, 109, 141, 0.5);
    padding: 10px;
}

body {
    background: url("https://ribbon-nya.neocities.org/background.png") -10px 10px / auto;
    background-size: auto;
    background-attachment: fixed;
    overflow-x: hidden;
    height: 100%;
    margin: 0;
    padding: 0; /* remove padding-top: 70px */
}
header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    height: 200px;
    background: linear-gradient(to right, #ffffff 0%, #ffe3f2 100%);
    border-radius: 40px 37px 0 0;
    border: 2px solid #7f6565;
    position: relative; /* 👈 important for any absolute children */
}

.cuteHeading {
    font-family: "Comic Relief", system-ui;
    display: inline;
    font-size: 20px;
    color: #ac97a1;
}

#title-img {
    width: 200px;
    height: auto;
}

#title-img img {
    width: 100%;
    height: auto;
    display: block;
}

.title-holder {
    text-align: left;
    /* remove position: absolute and top */
}

.title-holder h1 {
    display: inline;
    font-size: 63px;
    font-family: "Comic Relief", system-ui;

    color: #7f6565;
    filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 1px white)
        drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white)
        drop-shadow(0px 1px 0px #00000032);
}

#body-one {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: stretch;
}

#nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 212px;
    height: 547px;
    background: url("https://ribbon-nya.neocities.org/vvsmallpinkdots.png");
    border: 2px solid #7f6565;
    border-radius: 0 0 0 40px;
    font-family: "Comic Relief", system-ui;
    text-align: center;
}

.navbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    gap: 10px;
}

.subtxt {
    width: 90%;
    margin: 0 auto;
}
.subtxt p {
    font-family: "Comic Relief", system-ui;
    display: inline;
    font-size: 20px;
    color: #ac97a1;
}

.ulbutton {
    text-align: center;
    font-family: "Comic Relief", system-ui;
    overflow-y: scroll;
    height: 389px;
}

.ulbutton ul {
    list-style: none; /* removes bullet points */
    padding: 0; /* removes default left padding */
    margin: 0 auto; /* centers it horizontally if there's a set width */
    text-align: center; /* centers text inside */
    overflow-y: scroll;
    height: 368px;
}

.ulbutton li {
    font-family: "Comic Relief", system-ui;
    width: 160px;
    height: 28px;
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #ffe0f7 100%);
    margin: 5px auto;
    border-width: 2px;
    border-color: #fff;
    box-sizing: border-box;
    border-style: solid;
    border-radius: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 12px;
    filter: drop-shadow(0px 0px 1px #ffe0f7);
    font-size: 20px;
    justify-content: center;
}

.button {
    font-family: "Comic Relief", system-ui;
    background: none;
    font-size: 13px;
    height: 192px;
}

.button a {
    font-family: "Comic Relief", system-ui;
    color: #f5b9d3;
    text-decoration: none;
    letter-spacing: 0.2rem;
    font-weight: 500;
    text-align: center;
}

.button a:visited {
    font-family: "Comic Relief", system-ui;
    color: #f5b9d3;
    letter-spacing: 0.2rem;
    font-weight: 500;
    text-shadow:
        2px 0 #ff71b3,
        -2px 0 #ff71b3,
        0 2px #ff71b3,
        0 -2px #ff71b3,
        1px 1px #ff71b3,
        -1px -1px #ff71b3,
        1px -1px #ff71b3,
        -1px 1px #ff71b3;
    text-align: center;
}

.button a:hover {
    font-family: "Comic Relief", system-ui;
    font-style: italic;
    letter-spacing: 0.2rem;
    font-weight: 500;
    text-shadow: 2px 0 #fff;
    text-align: center;
}

.button a:active {
    font-style: italic;
    font-family: "Comic Relief", system-ui;
    font-weight: 500;
    letter-spacing: 0.2rem;
    text-shadow: 2px 0 #fff;
    text-align: center;
}

/*button*/
#sitebutton {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

/*counter*/
#counter-wrapper {
    margin-top: auto;
    padding-bottom: 6px;
}

/* Center container */
#full-center {
    display: flex;
    justify-content: center;
    width: 1084px;
}

#full-inner-center {
    width: 1090px;
    height: 551px;
    padding: 40px 20px 20px;
    background: radial-gradient(#fff5fa, #fff9fc, white 70%);
    border: 2px solid #7f6565;
    text-align: center;
    box-sizing: border-box;
    font-size: 15px;
    color: #7f6565;
    font-weight: bold;
    font-family: "Comic Relief", system-ui;
    text-align: left;
    overflow: hidden;
    overflow-y: scroll;
    border-radius: 0 0 40px 0;
}

#full-inner-center ul {
    list-style: none; /* removes bullet points */
}

#center {
    display: flex;
    justify-content: center;
    width: 885px;
}

#inner-center {
    width: 900px;
    height: 551px;
    padding: 40px 20px 20px;
    background: radial-gradient(#fff5fa, #fff9fc, white 70%);
    border: 2px solid #7f6565;
    text-align: center;
    box-sizing: border-box;
    font-size: 15px;
    color: #7f6565;
    font-weight: bold;
    font-family: "Comic Relief", system-ui;
    text-align: left;
    overflow: hidden;
    overflow-y: scroll;
}

#inner-inner center {
    display: flex;
}

#inner-center ul {
    list-style: none; /* removes bullet points */
}

.pagedoll {
    filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white)
        drop-shadow(0 -2px 0 white) drop-shadow(0px 1px 1px #f5b9d3) drop-shadow(0px 1px 1px #f5b9d3);
    margin: 10px;
    transition: transform 0.2s;
    animation: floating 4s ease-in-out infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}

/* container comment n button */
#containercnb {
    display: flex;
    flex-direction: row;
}

/*comments*/

#chatbox {
    display: flex;

    margin-right: 60px;
}

/* right part */
#rightbox {
    display: flex;
    align-self: flex-start;
    flex-direction: column;

    box-sizing: border-box;
}

.rightheader {
    text-align: center;
    font-size: 25px;
    font-family: "Comic Relief", system-ui;
    color: #7f6565;
}
/* update box */

#updatebox {
    display: flex;
    align-self: flex-start;
    flex-direction: column;
    width: 201px;
    height: 180px;
    border: 2px solid #7f6565;
    text-align: center;
    position: relative;
    font-family: "Comic Relief", system-ui;
    background: url("https://ribbon-nya.neocities.org/pinkheart.gif") 0px 0px;
    overflow: hidden;
    overflow-y: scroll;
}

.logtext {
    text-align: center;
    height: 180px;
    border-radius: 20px;
    font-size: 11px;
    padding: 10px;
    position: sticky;
    color: #7f6565;
    font-family: "Comic Relief", system-ui;
}

.UPD {
    border-top: 3px dashed #7f6565;
}

/* clique box */
#cliquebox {
    display: flex;
    align-self: flex-start;
    flex-direction: column;
    width: 201px;
    height: 180px;
    border: 2px solid #7f6565;
    text-align: center;
    position: relative;
    font-family: "Comic Relief", system-ui;
    background: #ffe3f2;
    overflow: hidden;
    overflow-y: scroll;
}

#cliquebox a:link {
    color: #ac97a1;
}

#cliquebox p {
    color: #7f6565;
}

/* webring */
#webring {
    display: flex;
    align-self: flex-start;
    flex-direction: column;
    width: 201px;
    height: 180px;
    border: 2px solid #7f6565;
    text-align: center;
    position: relative;
    font-family: "Comic Relief", system-ui;
    background: #ffe3f2;
    overflow: hidden;
    overflow-y: scroll;
    border-radius: 0 0 40px 0;
}

/* back right */

backright {
    display: flex;
    align-self: flex-start;
    flex-direction: column;
    width: 201px;
    height: 425px;
    border: 2px solid #7f6565;
    text-align: center;
    position: relative;
    font-family: "Comic Relief", system-ui;
    background: url("https://ribbon-nya.neocities.org/pinkheart.gif") 0px 0px;
    overflow: hidden;
    overflow-y: scroll;
}

/* about */

.about-me-container {
    display: flex;
    align-self: flex-start;
    flex-direction: row;
    font-family: "Comic Relief", cursive;
    gap: 3rem;
}

.about-box {
    background: #fff;
    height: 179px;
    border: 2px dashed #ffcce7;
    padding: 1rem;
    width: 280px;
    border-radius: 1rem;
    box-shadow: 2px 2px 5px #e9a6c2;
    font-family: "Comic Relief", sans-serif;
    margin: 8px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.about-box h2 {
    font-size: 1.2rem;
    color: #f5b9d3;
    margin-bottom: 0.5rem;
}

.about-box p,
.about-box ul {
    font-size: 0.9rem;
    color: #7f6565;
}

.about-box ul {
    padding-left: 1rem;
}

.about-left {
    flex: 2;
    min-width: 250px;
    text-align: center;
}

.about-left h3 {
    filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 1px white)
        drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white)
        drop-shadow(0px 1px 0px #00000032);
    background: #fff;
    border: dashed;
    border-radius: 70px;
    text-align-last: center;
    margin-left: 100px;
    margin-right: 100px;
}

.about-right {
    flex: 2;
    min-width: 300px;
}
.momo-pic {
    width: 100%;
    max-width: 237px;
    border-radius: 10px;
    margin-top: 1rem;
    border: 3px solid #ffcce7;
    transform: rotate(-3deg);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.momo-pic:hover {
    transform: rotate(0deg) scale(1.03);
    transition: transform 0.3s ease;
}

.meme-pic {
    max-width: 100px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.meme-pic:hover {
    transform: scale(2); /* Makes the image 20% bigger */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Optional: gives it a lil pop */
    z-index: 2;
    position: relative;
}

.about-pic {
    width: 100%;
    max-width: 220px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.links ul {
    list-style: none;
    padding: 0;
}

.links ul li {
    margin: 5px 0;
}

.links a {
    color: #f5b9d3;
    text-decoration: none;
    font-weight: bold;
}

.section {
    margin-bottom: 25px;
}

.section h2,
.links h3,
.momo h3 {
    color: #ffcce7;
    margin-bottom: 8px;
}

.meme-pic {
    width: 100px;
    margin: 5px;
    border-radius: 10px;
}

/* Journal */

.journal-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-family: "Comic Relief", cursive;
}

.journal-entry {
    background-color: #fffafc;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(240, 160, 190, 0.15);
    transition: all 0.3s ease;
}

.journal-entry:hover {
    box-shadow: 0 6px 15px rgba(240, 160, 190, 0.25);
}

.journal-featured-img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(230, 160, 190, 0.2);
}

.journal-entry-title {
    color: #f5b9d3;
    font-size: 24px;
    margin-bottom: 6px;
}

.journal-entry-date {
    font-size: 14px;
    color: #ac97a1;
    margin-bottom: 10px;
}

.journal-entry-mood {
    font-size: 14px;
    background-color: #fff0f5;
    color: #7f6565;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.journal-entry-thought {
    font-style: italic;
    font-size: 15px;
    color: #7f6565;
    background-color: #fce4ec;
    border-left: 4px solid #ffcce7;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.journal-entry-tags {
    margin-bottom: 15px;
}

.journal-entry-content {
    font-size: 16px;
    line-height: 1.7;
    color: #7f6565;
}

.journal-tag-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto 30px;
    justify-content: center;
}

.journal-tag-btn {
    background-color: #fce4ec;
    border: none;
    padding: 8px 16px;
    border-radius: 25px;
    font-family: "Comic Relief", cursive;
    font-size: 14px;
    color: #7f6565;
    cursor: pointer;
    transition: all 0.2s ease;
}

.journal-tag-btn:hover,
.journal-tag-btn.active {
    background-color: #f8bbd0;
    color: white;
    font-weight: bold;
}

.journal-hidden {
    display: none;
}

.journal-toggle-btn {
    background-color: #ffe4f0;
    color: #7f6565;
    border: none;
    border-radius: 20px;
    padding: 8px 14px;
    margin-top: 10px;
    cursor: pointer;
    font-family: "Comic Relief", cursive;
    font-size: 14px;
    transition: background-color 0.2s ease;
}

.journal-toggle-btn:hover {
    background-color: #f8bbd0;
}

/* GAMES */

.main-title {
    text-align: center;
    font-size: 30px;
    color: #f5b9d3;
    margin-bottom: 40px;
    font-family: "Comic Relief", system-ui;
    filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 1px white)
        drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white)
        drop-shadow(0px 1px 0px #00000032);
}

.game-reviews {
    padding: 50px 20px;
    max-width: 1000px;
    margin: 0 auto;
    color: #7f6565;
}

/* tags */

.filter-menu {
    text-align: center;
    margin: 20px 0;
}
.filter-btn {
    background-color: #fce4ec;
    border: none;
    padding: 10px 15px;
    margin: 5px;
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Comic Relief", system-ui;
    color: #7f6565;
}
.filter-btn:hover,
.filter-btn.active {
    background-color: #f8bbd0;
    color: white;
}
/* end tags */

/* mini reviews */

.mini-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}

.mini-item {
    background: #fff0f5;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease;
    overflow-x: hidden;
    overflow-y: scroll;
}

.mini-item:hover {
    transform: scale(1.19);
}

.mini-item img {
    width: 100%;
    border-radius: 10px;
}
.mini-caption {
    margin-top: 10px;
    font-size: 13px;
    font-family: "Comic Relief", system-ui;
}
.mini-item.hidden {
    display: none;
}

/*featued-games*/

.featured-title {
    text-align: center;
    font-size: 24px;
    color: #f5b9d3;
    margin-bottom: 20px;
    font-family: "Comic Relief", system-ui;
    filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 1px white)
        drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white)
        drop-shadow(0px 1px 0px #00000032);
}

.featured-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    font-family: "Comic Relief", system-ui;
}

.review-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff6fa;
    border-radius: 16px;
    padding: 10px;
    text-decoration: none;
    color: #7f6565;
    width: 160px;
    box-shadow: 0 2px 6px rgba(200, 150, 170, 0.12);
    transition: transform 0.2s ease;
}

.review-btn:hover {
    transform: scale(1.03);
    background: #f8bbd0;
}

.review-btn img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 8px;
}

/* full reviews */
.page-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.page-buttons .btn {
    background-color: #fce4ec;
    color: #7f6565;
    padding: 10px 22px;
    border-radius: 25px;
    font-weight: 600;
    font-family: "Comic Relief", cursive;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s ease;
    user-select: none;
}

.page-buttons .btn:hover {
    background-color: #f8bbd0;
}

.full-review {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    font-family: "Comic Relief", system-ui;
    background-color: #fffafc;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(230, 179, 200, 0.2);
}

.game-review-title {
    font-size: 36px;
    color: #f5b9d3;
    text-align: center;
    margin-bottom: 0;
}

.game-subtitle {
    text-align: center;
    font-size: 16px;
    font-style: italic;
    color: #ac97a1;
    margin-bottom: 20px;
}

.header-img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(200, 150, 170, 0.2);
}

.review-section {
    margin-bottom: 40px;
}

.review-section h2 {
    font-size: 22px;
    color: #e996b2;
    margin-bottom: 10px;
    border-bottom: 1px dashed #7f6565;
    padding-bottom: 5px;
}

.review-section p,
.character-list li {
    font-size: 16px;
    line-height: 1.6;
}

.character-list {
    list-style: none;
    padding-left: 0;
}

.character-list li {
    margin-bottom: 8px;
}

#my-character {
    background-color: #fff0f5;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(180, 130, 160, 0.15);
    overflow-x: hidden;
    overflow-y: scroll;
    height: 371px;
}

.character-card {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.character-img {
    width: 180px;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(150, 100, 130, 0.2);
    transition: transform 0.3s ease;
}

.character-img:hover {
    transform: rotate(-2deg) scale(1.05);
}

.character-info {
    flex: 1;
    font-size: 16px;
}

.character-info h3 {
    margin-top: 0;
    font-size: 20px;
    color: #e996b2;
}

.screenshot-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.screenshot-gallery img {
    width: 30%;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(190, 140, 160, 0.15);
}

.rating {
    font-size: 18px;
    font-weight: bold;
    color: #e996b2;
    text-align: center;
}

/* Anime */
.anime-genre-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 30px 0;
}

.anime-genre-btn {
    background-color: #fce4ec;
    border: none;
    padding: 10px 18px;
    border-radius: 20px;
    font-family: "Comic Relief", cursive;
    font-size: 14px;
    color: #7f6565;
    box-shadow: 0 2px 5px rgba(200, 130, 150, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.anime-genre-btn:hover,
.anime-genre-btn.active {
    background-color: #f8bbd0;
    color: white;
    font-weight: bold;
}

.anime-page {
    max-width: 800px;
    margin: 0 auto;
    font-family: "Comic Relief", cursive;
    border-radius: 20px;
}

.anime-title {
    font-size: 32px;
    color: #f5b9d3;
    text-align: center;
    font-family: "Comic Relief", system-ui;
    filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 1px white)
        drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white)
        drop-shadow(0px 1px 0px #00000032);
}

.anime-section h2 {
    font-size: 22px;
    border-bottom: 1px dashed #ffcce7;
    margin-bottom: 15px;
}

.anime-reviews {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.anime-card-expanded {
    background-color: #fffafc;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 40px;
    box-shadow: 0 4px 10px rgba(220, 150, 180, 0.1);
    font-family: "Comic Relief", cursive;
}

.watchlist {
    list-style: none;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.8;
}

.anime-header {
    display: flex;
    gap: 20px;
    align-items: center;
}

.anime-header img {
    width: 120px;
    height: 170px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(180, 120, 150, 0.2);
}

.anime-details h3 {
    font-size: 24px;
    color: #f5b9d3;
    margin: 0;
}

.anime-blurb {
    font-size: 15px;
    margin: 8px 0;
}

.anime-rating {
    font-size: 16px;
    font-weight: bold;
    color: #f5b9d3;
}

.anime-extra {
    margin-top: 20px;
}

.fav-characters h4,
.anime-gallery h4 {
    font-size: 18px;
    color: #f5b9d3;
    margin-bottom: 10px;
}

.fav-characters ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.fav-characters li {
    font-size: 15px;
    margin-bottom: 5px;
}

.scroll-gallery {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 10px;
    scrollbar-color: #f7cde0 transparent;
    scrollbar-width: thin;
}

.scroll-gallery img {
    width: 160px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 2px 4px rgba(150, 100, 120, 0.1);
    flex-shrink: 0;
}

.scroll-gallery::-webkit-scrollbar {
    height: 8px;
}

.scroll-gallery::-webkit-scrollbar-track {
    background: transparent;
}

.scroll-gallery::-webkit-scrollbar-thumb {
    background: #f4c9df;
    border-radius: 4px;
}

/*tv&movies*/
.media-genre-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 30px 0;
}

.media-genre-btn {
    background-color: #fce4ec;
    border: none;
    padding: 10px 18px;
    border-radius: 20px;
    font-family: "Comic Relief", cursive;
    font-size: 14px;
    color: #7f6565;
    box-shadow: 0 2px 5px rgba(200, 130, 150, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.media-genre-btn:hover,
.media-genre-btn.active {
    background-color: #f8bbd0;
    color: white;
    font-weight: bold;
}

.media-show-card {
    background: #fffafc;
    border-radius: 15px;
    padding: 25px;
    margin: 20px auto;
    max-width: 700px;
    box-shadow: 0 3px 10px rgba(220, 150, 180, 0.15);
    font-family: "Comic Relief", cursive;
}

.media-show-title {
    font-size: 28px;
    color: #f5b9d3;
    margin-bottom: 5px;
    text-align: center;
}

.media-show-format {
    font-style: italic;
    color: #ac97a1;
    text-align: center;
    margin-bottom: 15px;
}

.media-show-thoughts {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.media-fav-char-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #f5b9d3;
}

.media-fav-char-list {
    padding-left: 20px;
    margin-bottom: 20px;
}

.media-show-gallery {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 10px;
}

.media-show-gallery img {
    height: 120px;
    border-radius: 10px;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(200, 150, 170, 0.1);
}
.media-quick-review {
    font-style: italic;
    color: #f5b9d3;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.media-status-tag {
    display: inline-block;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
}

.media-status-tag.watched {
    background-color: #fce4ec;
    color: #7f6565;
}

.media-status-tag.plan {
    background-color: #f8bbd0;
    color: #7f6565;
}

.media-status-tag.current {
    background-color: #f5b9d3;
    color: #7f6565;
}

.media-star-rating {
    font-size: 20px;
    color: #f5b9d3;
    margin: 10px 0;
    text-align: center;
}

/* books */

.book-genre-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 30px 0;
}

.book-genre-btn {
    background-color: #fce4ec;
    border: none;
    padding: 10px 18px;
    border-radius: 20px;
    font-family: "Comic Relief", cursive;
    font-size: 14px;
    color: #7f6565;
    box-shadow: 0 2px 5px rgba(200, 130, 150, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.book-genre-btn:hover,
.book-genre-btn.active {
    background-color: #f8bbd0;
    color: white;
    font-weight: bold;
}

.book-card {
    background: #fffafc;
    border-radius: 15px;
    padding: 25px;
    margin: 20px auto;
    max-width: 700px;
    box-shadow: 0 3px 10px rgba(220, 150, 180, 0.15);
    font-family: "Comic Relief", cursive;
}

.book-title {
    font-size: 28px;
    color: #f5b9d3;
    margin-bottom: 5px;
    text-align: center;
}

.book-author {
    font-style: italic;
    text-align: center;
    margin-bottom: 15px;
}

.book-thoughts {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.fav-char-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #f5b9d3;
}

.fav-char-list {
    padding-left: 20px;
    margin-bottom: 20px;
}

.book-gallery {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 10px;
}

.book-gallery img {
    height: 120px;
    border-radius: 10px;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(200, 150, 170, 0.1);
}

/* journal */

/* footer */

#footer {
    text-align: center;
}
#footer p {
    display: inline;
    font-family: zen maru gothic;
    font-size: 13px;
    color: #7f6565;
    font-weight: 900;
    letter-spacing: 1px;
}
