/* Bubblegum font */
@font-face {
    font-family: 'Bubblegum';
    src: url('../fonts/bubble.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{font-family: 'Bubblegum', Arial, Helvetica, sans-serif; margin:0; padding:0; background:#fff; color:#222;}
header{padding:16px; background:#111; color:#fff;}
main{padding:24px; max-width:1200px; margin:0 auto;}
.pv-media-wrap{max-width:960px; margin-bottom:12px; position:relative;}
.pv-media-image img{max-width:100%; height:auto; display:block; user-select:none;}
.pv-likes{margin-top:8px}
.pv-like-button{padding:8px 12px; border-radius:6px; cursor:pointer}
.pvp-liked{background:#ffefef;}
.pv-tags{margin-top:8px; font-size:14px; color:#666;}
.pv-tag{background:#eee; padding:4px 8px; margin-right:6px; border-radius:3px; display:inline-block;}
/* front-end overlay watermark as additional deterrent */
.pv-media-image::after {
    content: "love2showofff";
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 22px;
    opacity: 0.45;
    pointer-events: none;
    user-select: none;
    color: white;
    text-shadow: 2px 2px 4px black;
}
