

/* ================================
   Meme Styles
   ================================ */

.meme-output {
    margin-bottom: 30px;
}

.meme-text-container {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 20px;
    margin: 15px 0;
}

.meme-top-text {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #f0f0f0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.meme-caption {
    font-size: 1.1em;
    color: #e0e0e0;
    text-align: center;
    line-height: 1.6;
    padding: 10px 0;
    font-weight: 500;
}

.meme-bottom-text {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #f0f0f0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    margin-top: 15px;
    letter-spacing: 1px;
}

.meme-meta-container {
    margin-bottom: 25px;
}

.meme-meta-item {
    margin-bottom: 10px;
}

.meme-meta-item:last-child {
    margin-bottom: 0;
}

.meme-meta-item strong {
    color: #f0f0f0;
    display: inline-block;
    margin-right: 5px;
    font-family: "Noto Sans", sans-serif;
}

/* .meme-image-gallery {
    
} */

@media screen and (max-width: 768px) {
    .meme-text-container {
        padding: 15px;
    }

    .meme-top-text,
    .meme-bottom-text {
        font-size: 1em;
    }

    .meme-caption {
        font-size: 1em;
    }
}
