.hcm-rr-wrap{width:100%;margin:0 auto;color:var(--hcm-rr-text)}
.hcm-rr-grid{display:grid;grid-template-columns:repeat(var(--hcm-rr-cols),minmax(0,1fr));gap:18px;align-items:stretch}
.hcm-rr-card{background:var(--hcm-rr-bg);border-radius:var(--hcm-rr-radius);overflow:hidden;box-shadow:0 12px 35px rgba(0,0,0,.32);border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;min-width:0;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.hcm-rr-card:hover{transform:translateY(-4px);box-shadow:0 16px 45px rgba(0,0,0,.48);border-color:var(--hcm-rr-accent)}
.hcm-rr-image{display:block;width:100%;height:var(--hcm-rr-img-h);max-height:var(--hcm-rr-img-h);background:#080808;overflow:hidden;text-decoration:none}
.hcm-rr-image img{display:block;width:100%;height:100%;object-fit:cover}
.hcm-rr-noimg{height:100%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:44px;letter-spacing:2px;color:rgba(255,255,255,.15)}
.hcm-rr-content{padding:16px 16px 18px;display:flex;flex-direction:column;gap:7px;flex:1}
.hcm-rr-catalog{display:inline-flex;align-self:flex-start;background:var(--hcm-rr-accent);color:#fff;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;padding:4px 8px;border-radius:999px}
.hcm-rr-artist{color:var(--hcm-rr-text);font-weight:900;text-transform:uppercase;text-decoration:none;font-size:15px;line-height:1.2}
.hcm-rr-artist:hover{color:var(--hcm-rr-accent)}
.hcm-rr-card h3{margin:0!important;padding:0!important;font-size:20px!important;line-height:1.12!important;font-weight:900!important;text-transform:uppercase!important;color:var(--hcm-rr-text)!important}
.hcm-rr-card h3 a{color:inherit;text-decoration:none}
.hcm-rr-label{color:var(--hcm-rr-muted);font-size:13px;font-weight:600}
.hcm-rr-stars{display:flex;align-items:center;gap:2px;font-size:18px;line-height:1;color:#555;margin-top:2px;flex-wrap:nowrap;white-space:nowrap}
.hcm-rr-stars .full{color:var(--hcm-rr-accent)}
.hcm-rr-stars .half{position:relative;color:#555}
.hcm-rr-stars .half:before{content:'★';position:absolute;left:0;top:0;width:50%;overflow:hidden;color:var(--hcm-rr-accent)}
.hcm-rr-score{font-size:12px;font-weight:800;color:var(--hcm-rr-muted);margin-left:6px;white-space:nowrap;flex:0 0 auto}
.hcm-rr-review{color:var(--hcm-rr-muted);font-size:14px;line-height:1.45;margin:4px 0 6px!important;flex:1}
.hcm-rr-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:8px}
.hcm-rr-btn{display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:999px;padding:9px 14px;color:#fff!important;text-decoration:none!important;text-transform:uppercase;font-weight:900;font-size:12px;letter-spacing:.04em;background:transparent;transition:background .18s ease,color .18s ease,border-color .18s ease}
.hcm-rr-btn:hover{background:#fff;color:#000!important;border-color:#fff}
.hcm-rr-btn-ghost{border-color:var(--hcm-rr-accent);background:var(--hcm-rr-accent)}
.hcm-rr-btn-ghost:hover{background:#fff;color:#000!important;border-color:#fff}
.hcm-rr-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin:24px 0;color:var(--hcm-rr-text);font-weight:800}
.hcm-rr-page-link,.hcm-rr-load-more{border:2px solid var(--hcm-rr-accent);background:transparent;color:var(--hcm-rr-text)!important;border-radius:999px;padding:10px 16px;text-decoration:none!important;text-transform:uppercase;font-size:13px;font-weight:900;cursor:pointer}
.hcm-rr-load-more{display:block;margin:24px auto 0}
.hcm-rr-page-link:hover,.hcm-rr-load-more:hover{background:var(--hcm-rr-accent);color:#fff!important}
.hcm-rr-empty{grid-column:1/-1;color:var(--hcm-rr-muted)}
@media(max-width:900px){.hcm-rr-grid{grid-template-columns:repeat(var(--hcm-rr-cols-tablet),minmax(0,1fr))}}
@media(max-width:620px){.hcm-rr-grid{grid-template-columns:repeat(var(--hcm-rr-cols-mobile),minmax(0,1fr));gap:14px}.hcm-rr-image{height:min(var(--hcm-rr-img-h),340px)}.hcm-rr-card h3{font-size:18px!important}}

.hcm-rr-single-editbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 22px;padding:14px 16px;border:1px solid rgba(225,18,18,.35);border-left:5px solid #e11212;border-radius:12px;background:#111;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.25)}
.hcm-rr-single-editbar-text{display:flex;flex-direction:column;gap:3px;line-height:1.25}.hcm-rr-single-editbar-text strong{font-size:15px;text-transform:uppercase;letter-spacing:.04em}.hcm-rr-single-editbar-text span{font-size:13px;color:#ddd}.hcm-rr-single-editbar-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hcm-rr-single-editbar-btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:999px;background:#e11212;color:#fff!important;text-decoration:none!important;text-transform:uppercase;font-weight:900;font-size:12px;letter-spacing:.04em}.hcm-rr-single-editbar-btn:hover{background:#fff;color:#000!important}.hcm-rr-single-editbar-link{color:#fff!important;font-weight:800;text-decoration:underline;text-underline-offset:3px}.hcm-rr-single-editbar-link:hover{color:#e11212!important}
@media(max-width:620px){.hcm-rr-single-editbar{align-items:flex-start;flex-direction:column}.hcm-rr-single-editbar-actions{width:100%}.hcm-rr-single-editbar-btn{width:100%}}
.hcm-rr-label{text-decoration:none;align-self:flex-start}.hcm-rr-label:hover{color:var(--hcm-rr-accent)}
.hcm-rr-single-links{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 18px}.hcm-rr-single-link{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#e11212;color:#fff!important;text-decoration:none!important;text-transform:uppercase;font-weight:900;font-size:12px;letter-spacing:.04em;padding:10px 15px}.hcm-rr-single-link:hover{background:#111;color:#fff!important}.hcm-rr-single-link-ghost{background:#111;border:2px solid #e11212}.hcm-rr-single-link-ghost:hover{background:#e11212;color:#fff!important}

/* Single review layout v1.0.8 */
.hcm-rr-single-shell{max-width:1180px;margin:0 auto 34px;color:#fff}
.hcm-rr-breadcrumb{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:0 0 18px;padding:12px 14px;border-radius:12px;background:#101010;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 24px rgba(0,0,0,.22);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}
.hcm-rr-breadcrumb a{color:#fff!important;text-decoration:none!important}.hcm-rr-breadcrumb a:hover{color:#e11212!important}.hcm-rr-breadcrumb span{color:#777}.hcm-rr-breadcrumb strong{color:#cfcfcf;font-weight:800}
.hcm-rr-single-hero{display:grid;grid-template-columns:minmax(220px,360px) minmax(0,1fr);gap:0;margin:0 0 22px;border-radius:18px;overflow:hidden;background:#151515;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 45px rgba(0,0,0,.35)}
.hcm-rr-single-cover{background:#070707;min-height:320px}.hcm-rr-single-cover img{display:block;width:100%;height:100%;object-fit:cover}.hcm-rr-single-noimg{height:100%;min-height:320px;display:flex;align-items:center;justify-content:center;font-size:56px;font-weight:900;color:rgba(255,255,255,.14)}
.hcm-rr-single-info{padding:28px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:9px;background:linear-gradient(135deg,#181818 0%,#0c0c0c 100%)}
.hcm-rr-single-catalog{display:inline-flex;background:#e11212;color:#fff;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.hcm-rr-single-artist{font-weight:900;text-transform:uppercase;font-size:18px;line-height:1.1;color:#fff}.hcm-rr-single-title{margin:0!important;padding:0!important;color:#fff!important;font-size:clamp(30px,4.2vw,54px)!important;line-height:.98!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:-.03em}.hcm-rr-single-label{display:inline-flex;color:#ddd!important;text-decoration:none!important;font-weight:800}.hcm-rr-single-label:hover{color:#e11212!important}.hcm-rr-single-short{margin:8px 0 2px!important;color:#e5e5e5;font-size:16px;line-height:1.45;max-width:760px}.hcm-rr-single-review-body{background:#fff;color:#111;border-radius:18px;padding:30px;box-shadow:0 14px 36px rgba(0,0,0,.16);border:1px solid rgba(0,0,0,.08)}.hcm-rr-single-review-body p{font-size:17px;line-height:1.72}.hcm-rr-single-review-body h2,.hcm-rr-single-review-body h3{font-weight:900;color:#111;text-transform:uppercase}.hcm-rr-single-review-body a{color:#e11212;font-weight:800}
.hcm-rr-single-info .hcm-rr-stars{margin:6px 0;color:#555}.hcm-rr-single-info .hcm-rr-stars .full,.hcm-rr-single-info .hcm-rr-stars .half:before{color:#e11212}.hcm-rr-single-info .hcm-rr-score{color:#e4e4e4}.hcm-rr-single-hero .hcm-rr-single-links{margin-top:10px}
@media(max-width:760px){.hcm-rr-single-hero{grid-template-columns:1fr}.hcm-rr-single-cover,.hcm-rr-single-noimg{min-height:260px}.hcm-rr-single-info{padding:20px}.hcm-rr-single-review-body{padding:22px}.hcm-rr-breadcrumb strong{display:none}}

.hcm-rr-spotify-embed{margin:22px 0;background:#111;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px;box-shadow:0 12px 32px rgba(0,0,0,.22)}
.hcm-rr-spotify-embed h2{margin:0 0 12px;color:#fff;font-size:18px;line-height:1.2}
.hcm-rr-spotify-note{margin:10px 0 0;color:#bdbdbd;font-size:13px;line-height:1.45}

/* Automatic release-review archive overview */
.hcm-rr-archive-page{padding:32px 18px 48px;background:#f5f5f5;}
.hcm-rr-archive-inner{max-width:1280px;margin:0 auto;}
.hcm-rr-archive-title{margin:0 0 10px;font-size:clamp(28px,4vw,52px);line-height:1.02;font-weight:900;letter-spacing:-.04em;text-transform:uppercase;color:#111;}
.hcm-rr-archive-intro{max-width:760px;margin:0 0 24px;color:#444;font-size:16px;line-height:1.55;}

/* Single review details block v1.0.14 */
.hcm-rr-single-details{margin:0 0 22px;background:#151515;border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:0 14px 36px rgba(0,0,0,.28);overflow:hidden;color:#fff}
.hcm-rr-single-details h2{margin:0!important;padding:18px 22px!important;background:#0f0f0f;color:#fff!important;font-size:20px!important;line-height:1.15!important;text-transform:uppercase!important;font-weight:950!important;letter-spacing:.02em;border-bottom:1px solid rgba(255,255,255,.08)}
.hcm-rr-single-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}
.hcm-rr-single-detail-row{display:grid;grid-template-columns:minmax(150px,210px) minmax(0,1fr);gap:12px;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.08);border-right:1px solid rgba(255,255,255,.08);align-items:center;min-width:0}
.hcm-rr-single-detail-row:nth-child(even){border-right:0}
.hcm-rr-single-detail-label{color:#bdbdbd;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
.hcm-rr-single-detail-value{color:#fff;font-size:15px;font-weight:800;line-height:1.35;min-width:0;word-break:break-word}
.hcm-rr-single-detail-value a{color:#fff!important;text-decoration:none!important;border-bottom:2px solid #e11212}.hcm-rr-single-detail-value a:hover{color:#e11212!important}
.hcm-rr-single-detail-value .hcm-rr-stars{margin:0;display:inline-flex;vertical-align:middle}.hcm-rr-single-detail-value .hcm-rr-score{color:#e4e4e4;white-space:nowrap}
.hcm-rr-single-review-heading{margin:0 0 18px!important;padding:0 0 14px!important;border-bottom:3px solid #e11212;color:#111!important;font-size:26px!important;line-height:1.1!important;text-transform:uppercase!important;font-weight:950!important;letter-spacing:-.02em}
@media(max-width:900px){.hcm-rr-single-details-grid{grid-template-columns:1fr}.hcm-rr-single-detail-row{border-right:0}.hcm-rr-single-detail-row:nth-child(even){border-right:0}}
@media(max-width:560px){.hcm-rr-single-detail-row{grid-template-columns:1fr;gap:5px;padding:13px 16px}.hcm-rr-single-details h2{padding:16px!important;font-size:18px!important}}

/* v1.0.15 front-end submission/account */
.hcm-rr-submit-box,.hcm-rr-account-reviews{background:#111;color:#fff;border-radius:16px;padding:24px;margin:24px 0;box-shadow:0 10px 28px rgba(0,0,0,.18)}
.hcm-rr-submit-box h2,.hcm-rr-account-reviews h2{margin-top:0;color:#fff}
.hcm-rr-submit-form p{margin:0 0 16px}
.hcm-rr-submit-form label{display:block;font-weight:700;color:#fff}
.hcm-rr-submit-form input,.hcm-rr-submit-form textarea{box-sizing:border-box;width:100%;margin-top:6px;border-radius:10px;border:1px solid #444;background:#fff;color:#111;padding:11px 12px;font-weight:400}
.hcm-rr-submit-form textarea{min-height:140px}
.hcm-rr-help{display:block;font-size:12px;color:#d8d8d8;margin-top:5px}
.hcm-rr-submit-button{border:0;border-radius:999px;background:#e11212;color:#fff;padding:12px 22px;font-weight:900;text-transform:uppercase;cursor:pointer}
.hcm-rr-submit-success{background:#173b1d;color:#fff;border:1px solid #2e7d32;border-radius:12px;padding:12px 14px;margin-bottom:18px;font-weight:700}
.hcm-rr-hp{position:absolute!important;left:-9999px!important;height:1px!important;width:1px!important;overflow:hidden!important}
.hcm-rr-account-table{width:100%;border-collapse:collapse;background:#fff;color:#111;border-radius:12px;overflow:hidden}
.hcm-rr-account-table th,.hcm-rr-account-table td{padding:12px;border-bottom:1px solid #ddd;text-align:left}
.hcm-rr-account-table th{background:#e11212;color:#fff}

/* v1.0.17 submit CTA next to overview title */
.hcm-rr-archive-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:0 0 12px;flex-wrap:wrap}
.hcm-rr-archive-head-title{min-width:0}
.hcm-rr-archive-head .hcm-rr-archive-title{margin:0!important}
.hcm-rr-submit-cta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:8px}
.hcm-rr-submit-cta-button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#e11212;color:#fff!important;text-decoration:none!important;text-transform:uppercase;font-weight:950;letter-spacing:.04em;padding:12px 18px;box-shadow:0 10px 28px rgba(225,18,18,.28);transition:transform .18s ease,background .18s ease,color .18s ease}
.hcm-rr-submit-cta-button:hover{background:#111;color:#fff!important;transform:translateY(-2px)}
.hcm-rr-submit-cta-note{max-width:260px;color:#444;font-size:13px;line-height:1.35;font-weight:700}
@media(max-width:700px){.hcm-rr-archive-head{display:block}.hcm-rr-submit-cta{margin:12px 0 18px}.hcm-rr-submit-cta-button{width:100%}.hcm-rr-submit-cta-note{max-width:none}}

/* v1.0.26 account review overview/detail */
.hcm-rr-account-title-link{color:#111!important;font-weight:900;text-decoration:none!important;border-bottom:2px solid #e11212}
.hcm-rr-account-title-link:hover{color:#e11212!important}
.hcm-rr-account-view-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#e11212;color:#fff!important;text-decoration:none!important;text-transform:uppercase;font-weight:900;font-size:12px;letter-spacing:.04em;padding:8px 12px;white-space:nowrap}
.hcm-rr-account-view-btn:hover{background:#111;color:#fff!important}
.hcm-rr-account-back{color:#fff!important;font-weight:900;text-decoration:none!important;text-transform:uppercase;font-size:13px}
.hcm-rr-account-back:hover{color:#e11212!important}
.hcm-rr-account-detail-meta{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 18px}
.hcm-rr-account-detail-meta span{display:inline-flex;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:7px 11px;background:#191919;color:#ddd;font-size:13px}
.hcm-rr-account-detail-meta strong{color:#fff;margin-left:4px}
.hcm-rr-account-review-content{background:#fff;color:#111;border-radius:14px;padding:22px;margin-top:16px;line-height:1.65}
.hcm-rr-account-review-content p{font-size:16px;line-height:1.7}
@media(max-width:700px){.hcm-rr-account-table,.hcm-rr-account-table thead,.hcm-rr-account-table tbody,.hcm-rr-account-table th,.hcm-rr-account-table td,.hcm-rr-account-table tr{display:block}.hcm-rr-account-table thead{display:none}.hcm-rr-account-table tr{border-bottom:1px solid #ddd;padding:10px}.hcm-rr-account-table td{border:0;padding:7px 4px}.hcm-rr-account-view-btn{width:100%}}


/* v1.0.27 tighter top spacing when title/breadcrumb are hidden */
body.single-hcm_release_review .hcm-rr-single-shell{padding-top:0!important;}
body.single-hcm_release_review .hcm-rr-single-editbar:first-child{margin-top:0!important;}


/* v1.0.28 split breadcrumb visibility */
body.single-hcm_release_review .hcm-rr-breadcrumb{clear:both;}


/* v1.0.30 compact single review top spacing */
body.single-hcm_release_review #content,
body.single-hcm_release_review .site-content,
body.single-hcm_release_review .content-area,
body.single-hcm_release_review .site-main,
body.single-hcm_release_review main.site-main,
body.single-hcm_release_review article.hentry,
body.single-hcm_release_review article.hcm_release_review,
body.single-hcm_release_review .entry-content{padding-top:0!important;margin-top:0!important;}
body.single-hcm_release_review .hcm-rr-single-shell{padding-top:0!important;}


/* v1.0.34 logged-in review comments */
.hcm-rr-comments{margin:24px 0 0;background:#111;color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:22px;box-shadow:0 14px 36px rgba(0,0,0,.22)}
.hcm-rr-comments h2{margin:0 0 16px!important;color:#fff!important;font-size:24px!important;line-height:1.1!important;text-transform:uppercase!important;font-weight:950!important}
.hcm-rr-comments-empty,.hcm-rr-comment-login,.hcm-rr-comment-limit{color:#d8d8d8;margin:0 0 16px!important;font-weight:700}
.hcm-rr-comments-list{display:flex;flex-direction:column;gap:12px;margin:0 0 18px}
.hcm-rr-comment{background:#fff;color:#111;border-radius:14px;padding:14px 16px;border-left:5px solid #e11212}
.hcm-rr-comment-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 8px;flex-wrap:wrap}.hcm-rr-comment-meta strong{font-size:14px;text-transform:uppercase}.hcm-rr-comment-meta span{font-size:12px;color:#666;font-weight:800}
.hcm-rr-comment-text p{margin:0 0 8px!important;font-size:15px;line-height:1.55}.hcm-rr-comment-text p:last-child{margin-bottom:0!important}
.hcm-rr-comment-notice{border-radius:12px;padding:11px 13px;margin:0 0 16px;font-weight:900}.hcm-rr-comment-success{background:#173b1d;border:1px solid #2e7d32;color:#fff}.hcm-rr-comment-error{background:#3d1111;border:1px solid #e11212;color:#fff}
.hcm-rr-comment-form{margin:18px 0 0}.hcm-rr-comment-form h3{margin:0 0 10px!important;color:#fff!important;font-size:18px!important;text-transform:uppercase!important}.hcm-rr-comment-form textarea{width:100%;box-sizing:border-box;border:1px solid #444;border-radius:12px;background:#fff;color:#111;padding:12px;resize:vertical;font-size:15px}.hcm-rr-comment-form-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;flex-wrap:wrap}.hcm-rr-comment-form-bottom span{color:#d8d8d8;font-size:13px;font-weight:800}.hcm-rr-comment-form button{border:0;border-radius:999px;background:#e11212;color:#fff;padding:11px 18px;font-weight:950;text-transform:uppercase;cursor:pointer}.hcm-rr-comment-form button:hover{background:#fff;color:#000}
@media(max-width:620px){.hcm-rr-comments{padding:18px}.hcm-rr-comment-form button{width:100%}}


/* v1.0.35 social sharing */
.hcm-rr-social-share{margin:0 0 22px;background:#101010;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:18px 20px;color:#fff;box-shadow:0 14px 34px rgba(0,0,0,.25)}
.hcm-rr-social-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap;margin:0 0 14px}
.hcm-rr-social-head h2{margin:0!important;color:#fff!important;font-size:20px!important;line-height:1.15!important;text-transform:uppercase!important;font-weight:950!important}
.hcm-rr-social-author{color:#ddd!important;text-decoration:none!important;font-weight:900;border-bottom:2px solid #e11212}
.hcm-rr-social-author:hover{color:#e11212!important}
.hcm-rr-social-buttons{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.hcm-rr-social-btn{display:inline-flex;align-items:center;justify-content:center;border:2px solid #e11212;border-radius:999px;background:#e11212;color:#fff!important;text-decoration:none!important;text-transform:uppercase;font-size:12px;font-weight:950;letter-spacing:.04em;padding:9px 14px;cursor:pointer;line-height:1.1}
.hcm-rr-social-btn:hover,.hcm-rr-social-btn.copied{background:#fff;color:#000!important;border-color:#fff}
@media(max-width:620px){.hcm-rr-social-btn{width:100%}.hcm-rr-social-buttons{display:grid;grid-template-columns:1fr;width:100%}}


/* v1.0.39 yellow rating stars */
.hcm-rr-stars .full,
.hcm-rr-single-info .hcm-rr-stars .full,
.hcm-rr-single-detail-value .hcm-rr-stars .full{
    color:#ffd54a;
}
.hcm-rr-stars .half:before,
.hcm-rr-single-info .hcm-rr-stars .half:before,
.hcm-rr-single-detail-value .hcm-rr-stars .half:before{
    color:#ffd54a;
}


/* v1.0.40 social sharing + clickable artist */
.hcm-rr-social-share{margin:0 0 22px;background:#101010;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:18px 20px;color:#fff;box-shadow:0 14px 34px rgba(0,0,0,.25)}
.hcm-rr-social-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap;margin:0 0 14px}
.hcm-rr-social-head h2{margin:0!important;color:#fff!important;font-size:20px!important;line-height:1.15!important;text-transform:uppercase!important;font-weight:950!important}
.hcm-rr-social-author{color:#ddd!important;text-decoration:none!important;font-weight:900;border-bottom:2px solid #e11212}
.hcm-rr-social-author:hover{color:#e11212!important}
.hcm-rr-social-buttons{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.hcm-rr-social-btn{display:inline-flex;align-items:center;justify-content:center;border:2px solid #e11212;border-radius:999px;background:#e11212;color:#fff!important;text-decoration:none!important;text-transform:uppercase;font-size:12px;font-weight:950;letter-spacing:.04em;padding:9px 14px;cursor:pointer;line-height:1.1}
.hcm-rr-social-btn:hover,.hcm-rr-social-btn.copied{background:#fff;color:#000!important;border-color:#fff}
.hcm-rr-single-artist-link{color:#fff!important;text-decoration:none!important}
.hcm-rr-single-artist-link:hover{color:#ffd54a!important}
@media(max-width:620px){.hcm-rr-social-btn{width:100%}.hcm-rr-social-buttons{display:grid;grid-template-columns:1fr;width:100%}}


/* v1.0.42 hide theme-rendered featured image above HCM review layout */
body.single-hcm_release_review .post-thumbnail,
body.single-hcm_release_review .entry-thumbnail,
body.single-hcm_release_review .wp-post-image:not(.hcm-rr-single-cover img):not(.hcm-rr-card img){
    display:none!important;
}


/* v1.0.43 YouTube support */
.hcm-rr-single-link-youtube{background:#ff0000!important;border-color:#ff0000!important;color:#fff!important}
.hcm-rr-single-link-youtube:hover{background:#fff!important;color:#000!important;border-color:#fff!important}
.hcm-rr-youtube-embed{margin:22px 0;background:#111;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px;box-shadow:0 12px 32px rgba(0,0,0,.22)}
.hcm-rr-youtube-embed h2{margin:0 0 12px;color:#fff;font-size:18px;line-height:1.2}
.hcm-rr-youtube-embed iframe{display:block;max-width:100%}


/* v1.0.44 Discogs / Almost Lost */
.hcm-rr-almost-lost-badge{
    background:#ffd54a!important;
    color:#111!important;
    border:1px solid rgba(0,0,0,.2);
}
.hcm-rr-discogs-main{border-left:4px solid #ffd54a;padding-left:12px;background:#fffbe8;padding-top:10px;padding-bottom:10px}
.hcm-rr-discogs-tracks{border-left:4px solid #111;padding-left:12px;background:#f7f7f7;padding-top:10px;padding-bottom:10px}


/* v1.0.48 Discogs track-centric release subinfo */
.hcm-rr-single-release-sub{
    margin:4px 0 8px;
    color:#d8d8d8;
    font-size:13px;
    font-weight:800;
    line-height:1.25;
    text-transform:none;
}


/* v1.0.50 Almost Lost manual sticker field/filter */
.hcm-rr-almost-lost-field{border-left:4px solid #ffd54a;padding-left:12px;background:#fffbe8;padding-top:10px;padding-bottom:10px}
.hcm-rr-almost-lost-badge{text-decoration:none!important}


/* v1.0.51 comment moderation + account comments */
.hcm-rr-comment-pending{opacity:.82;border-style:dashed!important}
.hcm-rr-comment-status{display:inline-flex;margin-left:8px;padding:2px 7px;border-radius:999px;background:#ffd54a;color:#111;font-size:11px;font-weight:900;text-transform:uppercase}
.hcm-rr-comment-admin-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.hcm-rr-comment-action{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:6px 10px;color:#fff!important;text-decoration:none!important;font-size:12px;font-weight:900;background:#222}
.hcm-rr-comment-action:hover{background:#e11212;color:#fff!important}
.hcm-rr-comment-delete{background:#5b1111!important;border-color:#e11212!important}
.hcm-rr-account-comments-list{display:grid;gap:14px}
.hcm-rr-account-comment-card{border:1px solid rgba(255,255,255,.12);background:#151515;color:#fff;border-radius:14px;padding:16px}
.hcm-rr-account-comment-card h3{margin:0 0 8px!important}
.hcm-rr-account-comment-card a{color:#fff!important}
.hcm-rr-account-comment-date{font-size:12px;color:#bbb;margin:0 0 8px}


/* v1.0.52 floating music player + review votes */
.hcm-rr-rating-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.hcm-rr-vote-summary{display:inline-flex;align-items:center;gap:8px;font-weight:950;color:#fff}
.hcm-rr-vote-summary span{display:inline-flex;align-items:center;gap:4px;background:#111;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:5px 9px;font-size:13px}
.hcm-rr-review-votes{margin:22px 0;background:#101010;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:18px;color:#fff}
.hcm-rr-review-votes h2{margin:0 0 14px!important;color:#fff!important;font-size:20px!important;text-transform:uppercase;font-weight:950}
.hcm-rr-vote-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.hcm-rr-vote-btn{display:flex;align-items:center;gap:10px;padding:14px;border-radius:14px;background:#171717;border:1px solid rgba(255,255,255,.12);color:#fff!important;text-decoration:none!important}
.hcm-rr-vote-btn:hover,.hcm-rr-vote-btn.is-active{background:#e11212;color:#fff!important;border-color:#e11212}
.hcm-rr-vote-btn span{font-size:26px}.hcm-rr-vote-btn strong{flex:1;font-size:14px}.hcm-rr-vote-btn em{font-style:normal;font-weight:950;background:#000;border-radius:999px;padding:4px 8px}
.hcm-rr-floating-player{position:fixed;left:18px;right:18px;bottom:18px;z-index:999999;max-width:520px;margin:0 auto;background:#070707;color:#fff;border:1px solid rgba(255,255,255,.18);box-shadow:0 18px 48px rgba(0,0,0,.55);border-radius:18px;overflow:hidden;display:none}
.hcm-rr-floating-player.is-open{display:block}
.hcm-rr-floating-head{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#111;border-bottom:1px solid rgba(255,255,255,.1)}
.hcm-rr-floating-head strong{text-transform:uppercase;font-size:12px;letter-spacing:.05em;color:#ffd54a}
.hcm-rr-floating-title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:800;font-size:13px}
.hcm-rr-floating-close{border:0;background:#e11212;color:#fff;border-radius:999px;width:28px;height:28px;cursor:pointer;font-size:20px;line-height:1}
.hcm-rr-floating-body{padding:10px}
.hcm-rr-floating-body iframe{display:block;border-radius:12px}
.hcm-rr-music-dialog{position:fixed;inset:0;background:rgba(0,0,0,.72);z-index:1000000;display:flex;align-items:center;justify-content:center;padding:18px}
.hcm-rr-music-dialog-card{max-width:460px;width:100%;background:#101010;color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:22px;box-shadow:0 24px 70px rgba(0,0,0,.65)}
.hcm-rr-music-dialog-card h2{margin:0 0 10px!important;color:#fff!important}
.hcm-rr-music-dialog-actions{display:grid;gap:10px;margin-top:16px}
.hcm-rr-music-dialog-actions button{border:0;border-radius:999px;padding:12px 16px;font-weight:950;cursor:pointer;background:#e11212;color:#fff}
.hcm-rr-music-dialog-actions button:nth-child(2){background:#2b2b2b}
.hcm-rr-music-dialog-actions button:nth-child(3){background:#111;border:1px solid rgba(255,255,255,.2)}
@media(max-width:620px){.hcm-rr-vote-actions{grid-template-columns:1fr}.hcm-rr-floating-player{left:8px;right:8px;bottom:8px}}


/* v1.0.53 Turbo persistent floating player */
#hcm-rr-floating-player[data-turbo-permanent]{z-index:999999}


/* v1.0.54 popup player fallback note */
.hcm-rr-floating-player{z-index:999999}


/* v1.0.56 hide theme related posts on review pages */
body.single-hcm_release_review .related-posts,
body.single-hcm_release_review .related,
body.single-hcm_release_review .related-post,
body.single-hcm_release_review .post-related,
body.single-hcm_release_review .related-posts-wrapper,
body.single-hcm_release_review .related_posts,
body.single-hcm_release_review .jp-relatedposts,
body.single-hcm_release_review .yarpp-related,
body.single-hcm_release_review .crp_related,
body.single-hcm_release_review .rp4wp-related-posts,
body.single-hcm_release_review .entry-related,
body.single-hcm_release_review .you-may-also-like,
body.single-hcm_release_review .you-might-also-like,
body.single-hcm_release_review section[class*="related"],
body.single-hcm_release_review div[class*="related-post"],
body.single-hcm_release_review div[id*="related-post"]{
    display:none!important;
    visibility:hidden!important;
    height:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    overflow:hidden!important;
}

/* v1.0.56 pagination readability fix */
.hcm-rr-pagination{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
    margin:28px 0 8px;
    color:#fff!important;
    font-weight:900;
}
.hcm-rr-pagination span{
    color:#fff!important;
    font-weight:950!important;
    text-shadow:0 1px 2px rgba(0,0,0,.55);
}
.hcm-rr-pagination a,
.hcm-rr-page-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:8px 14px;
    border-radius:999px;
    border:2px solid #e11212!important;
    background:#111!important;
    color:#fff!important;
    text-decoration:none!important;
    text-transform:uppercase;
    font-size:12px;
    font-weight:950;
    letter-spacing:.04em;
    box-shadow:0 8px 20px rgba(0,0,0,.22);
}
.hcm-rr-pagination a:hover,
.hcm-rr-page-link:hover{
    background:#e11212!important;
    color:#fff!important;
    border-color:#e11212!important;
}
.hcm-rr-pagination a[aria-disabled="true"],
.hcm-rr-page-link[aria-disabled="true"]{
    opacity:.45;
    pointer-events:none;
}


/* v1.0.61 Forgotten Classics */
.hcm-rr-forgotten-classic{
    margin:24px 0;
    padding:20px;
    border-radius:18px;
    background:#111;
    border:1px solid rgba(255,213,74,.35);
    color:#fff;
    box-shadow:0 16px 38px rgba(0,0,0,.28);
}
.hcm-rr-forgotten-classic h2{margin:8px 0 16px!important;color:#fff!important;text-transform:uppercase;font-weight:950}
.hcm-rr-fc-badge{
    display:inline-flex;
    align-items:center;
    width:max-content;
    padding:6px 10px;
    border-radius:999px;
    background:#ffd54a;
    color:#111;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
}
.hcm-rr-fc-row{margin:0 0 14px}
.hcm-rr-fc-row strong,.hcm-rr-fc-links strong{display:block;color:#ffd54a;margin:0 0 5px;text-transform:uppercase;font-size:12px;letter-spacing:.04em}
.hcm-rr-fc-row p{margin:0;color:#f3f3f3}
.hcm-rr-fc-links div{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}
.hcm-rr-fc-links a{
    display:inline-flex;
    padding:8px 12px;
    border-radius:999px;
    background:#e11212;
    color:#fff!important;
    text-decoration:none!important;
    font-weight:950;
    font-size:12px;
    text-transform:uppercase;
}
.hcm-rr-forgotten-list{display:grid;gap:18px}
.hcm-rr-fc-card{
    display:grid;
    grid-template-columns:160px 1fr;
    gap:18px;
    background:#111;
    color:#fff;
    border-radius:18px;
    padding:16px;
    border:1px solid rgba(255,255,255,.1);
}
.hcm-rr-fc-img img{width:100%;height:160px;object-fit:cover;border-radius:14px;display:block}
.hcm-rr-fc-card h3{margin:10px 0 8px!important}
.hcm-rr-fc-card h3 a{color:#fff!important;text-decoration:none!important}
.hcm-rr-fc-score{color:#ffd54a;font-weight:950}
.hcm-rr-forgotten-field,.hcm-rr-forgotten-box{border-left:4px solid #ffd54a;padding-left:12px;background:#fffbe8;padding-top:10px;padding-bottom:10px}
@media(max-width:640px){.hcm-rr-fc-card{grid-template-columns:1fr}.hcm-rr-fc-img img{height:auto}}


/* v1.0.66 clickable score thumbs */
.hcm-rr-vote-summary-clickable a{
    display:inline-flex;
    align-items:center;
    gap:4px;
    background:#111;
    border:1px solid rgba(255,255,255,.16);
    border-radius:999px;
    padding:5px 9px;
    color:#fff!important;
    text-decoration:none!important;
    font-size:13px;
    font-weight:950;
    transition:.18s ease;
}
.hcm-rr-vote-summary-clickable a:hover,
.hcm-rr-vote-summary-clickable a.is-active{
    background:#e11212!important;
    border-color:#e11212!important;
    color:#fff!important;
    transform:translateY(-1px);
}


/* v1.0.67 quick vote visual */
.hcm-rr-vote-summary-clickable{
    position:relative;
}
.hcm-rr-vote-float{
    position:absolute;
    left:50%;
    top:-6px;
    transform:translate(-50%,0);
    pointer-events:none;
    background:#ffd54a;
    color:#111;
    border-radius:999px;
    padding:4px 9px;
    font-size:12px;
    font-weight:950;
    box-shadow:0 8px 20px rgba(0,0,0,.28);
    animation:hcmrrVoteFloatUp .85s ease forwards;
    z-index:5;
}
@keyframes hcmrrVoteFloatUp{
    0%{opacity:0;transform:translate(-50%,6px) scale(.9)}
    20%{opacity:1;transform:translate(-50%,-4px) scale(1)}
    100%{opacity:0;transform:translate(-50%,-34px) scale(1.06)}
}


/* v1.0.68 game-style vote feedback */
.hcm-rr-vote-float{
    position:absolute!important;
    left:50%!important;
    top:-10px!important;
    transform:translate(-50%,0) scale(.85)!important;
    pointer-events:none!important;
    border-radius:12px!important;
    padding:7px 13px!important;
    min-width:46px!important;
    text-align:center!important;
    font-size:22px!important;
    line-height:1!important;
    font-weight:1000!important;
    font-family:Impact, Haettenschweiler, 'Arial Black', sans-serif!important;
    letter-spacing:.04em!important;
    text-shadow:
        2px 2px 0 #000,
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        0 4px 10px rgba(0,0,0,.55)!important;
    box-shadow:0 10px 25px rgba(0,0,0,.45)!important;
    z-index:999!important;
    animation:hcmrrVoteGamePop 1.05s cubic-bezier(.2,.9,.2,1) forwards!important;
}
.hcm-rr-vote-float.is-up{
    background:linear-gradient(180deg,#ffe66b,#ffb700)!important;
    color:#fff!important;
    border:2px solid #fff2a8!important;
}
.hcm-rr-vote-float.is-down{
    background:linear-gradient(180deg,#ff4d4d,#b30000)!important;
    color:#fff!important;
    border:2px solid #ff9a9a!important;
}
@keyframes hcmrrVoteGamePop{
    0%{opacity:0;transform:translate(-50%,10px) scale(.55) rotate(-8deg)}
    15%{opacity:1;transform:translate(-50%,-8px) scale(1.25) rotate(4deg)}
    35%{opacity:1;transform:translate(-50%,-18px) scale(1) rotate(-2deg)}
    75%{opacity:1;transform:translate(-50%,-38px) scale(1.05) rotate(2deg)}
    100%{opacity:0;transform:translate(-50%,-58px) scale(.9) rotate(0deg)}
}


/* v1.0.69 copy/share + global point visual helpers */
.hcm-rr-copy-buffer{
    position:absolute!important;
    left:-9999px!important;
    top:auto!important;
    width:1px!important;
    height:1px!important;
    opacity:0!important;
}
.hcm-rr-copy-share.is-copied{
    background:#ffd54a!important;
    color:#111!important;
}
.hcm-rr-social-share{
    position:relative;
}


/* v1.0.70 Bandcamp frontoffice */
.hcm-rr-bandcamp-block{
    margin:22px 0;
    padding:18px;
    border-radius:18px;
    background:#111;
    color:#fff;
    border:1px solid rgba(255,255,255,.1);
}
.hcm-rr-bandcamp-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}
.hcm-rr-bandcamp-head h2{margin:0!important;color:#fff!important;text-transform:uppercase;font-weight:950}
.hcm-rr-bandcamp-player{overflow:hidden;border-radius:14px;background:#080808}
.hcm-rr-bandcamp-player iframe{max-width:100%!important;width:100%!important;border:0!important}
.hcm-rr-bandcamp-tracklist{margin-top:16px}
.hcm-rr-bandcamp-tracklist h3{margin:0 0 10px!important;color:#ffd54a!important;text-transform:uppercase;font-size:14px!important}
.hcm-rr-bandcamp-tracklist ol{margin:0;padding-left:22px}
.hcm-rr-bandcamp-tracklist li{padding:6px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.hcm-rr-bandcamp-tracklist li span{color:#bbb;font-size:12px}
.hcm-rr-bandcamp-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:14px}
.hcm-rr-bandcamp-tags span{display:inline-flex;background:#222;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:5px 8px;font-size:12px;font-weight:800}


/* v1.0.73 Review Request */
.hcm-rr-submit-cta{
    gap:10px;
    flex-wrap:wrap;
}
.hcm-rr-request-cta-button{
    background:#111!important;
    border:2px solid #e11212!important;
    color:#fff!important;
}
.hcm-rr-request-cta-button:hover{
    background:#e11212!important;
    color:#fff!important;
}
.hcm-rr-request-box{
    border-color:#e11212;
}
.hcm-rr-request-box h2:before{
    content:"☠ ";
    color:#e11212;
}


/* v1.0.75 dedicated submit/request form pages */
.hcm-rr-submit-cta{
    align-items:center;
}
.hcm-rr-submit-cta-note:empty{
    display:none!important;
}
.hcm-rr-request-form input[type="url"],
.hcm-rr-request-form input[type="email"],
.hcm-rr-request-form input[type="text"],
.hcm-rr-request-form textarea{
    width:100%;
}


/* v1.0.79 strict login voting */
.hcm-rr-vote-login-required{
    display:inline-flex;
    align-items:center;
    gap:7px;
    flex-wrap:wrap;
}
.hcm-rr-vote-login-required small{
    color:#ddd;
    font-size:11px;
    font-weight:800;
}
.hcm-rr-vote-login-required small a{
    color:#ffd54a!important;
}
.hcm-rr-vote-login-link{
    display:inline-flex;
    align-items:center;
    gap:4px;
    background:#111;
    border:1px solid rgba(255,255,255,.16);
    border-radius:999px;
    padding:5px 9px;
    color:#fff!important;
    text-decoration:none!important;
    font-size:13px;
    font-weight:950;
}
.hcm-rr-vote-login-box{
    background:#111;
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    padding:16px;
}
.hcm-rr-vote-login-box p{
    margin:0 0 12px;
    color:#fff;
    font-weight:900;
}
.hcm-rr-vote-login-actions{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:14px;
}
.hcm-rr-vote-actions-locked .hcm-rr-vote-btn{
    opacity:.72;
    cursor:not-allowed;
}

/* v1.0.86 verdict on frontpage cards */
.hcm-rr-card-verdict{margin:8px 0 6px;padding:9px 10px;border-left:3px solid var(--hcm-rr-accent);background:rgba(255,255,255,.06);color:var(--hcm-rr-text);font-size:13px;line-height:1.35;border-radius:8px}
.hcm-rr-card-verdict span{display:block;color:var(--hcm-rr-accent);font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px}


/* v1.0.90 single review verdict: full-width block under the review text */
.hcm-rr-single-verdict{
    margin:26px -30px -30px;
    padding:24px 30px 26px;
    background:#111;
    color:#fff;
    border-radius:0 0 18px 18px;
    border-top:1px solid rgba(255,255,255,.08);
    display:grid;
    grid-template-columns:minmax(130px,180px) minmax(0,1fr);
    gap:18px;
    align-items:start;
}
.hcm-rr-single-verdict-label{
    color:#fff;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.08em;
    line-height:1.25;
}
.hcm-rr-single-verdict-text{
    color:#fff;
    font-size:17px;
    font-weight:850;
    line-height:1.55;
    max-width:100%;
    word-break:normal;
    overflow-wrap:anywhere;
}
@media(max-width:760px){
    .hcm-rr-single-verdict{margin:24px -22px -22px;padding:22px;grid-template-columns:1fr;gap:8px;}
    .hcm-rr-single-verdict-text{font-size:16px;}
}

/* v1.0.91 - 10 point score blocks for Almost Lost / Forgotten Classic */
.hcm-rr-score10{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  margin:.45rem 0;
  padding:.35rem .55rem;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:#0b0b0b;
  color:#fff;
  font-size:.82rem;
  font-weight:700;
  width:max-content;
  max-width:100%;
}
.hcm-rr-score10 span{color:#d71920;text-transform:uppercase;font-size:.68rem;letter-spacing:.08em;}
.hcm-rr-score10 strong{color:#fff;}
.hcm-rr-fc-row .hcm-rr-score10{margin-top:.25rem;}

/* v1.0.92 - Release Reviews frontpage disclaimer */
.hcm-rr-disclaimer{
  margin:0 0 24px;
  padding:22px;
  border:1px solid rgba(215,25,32,.45);
  border-radius:18px;
  background:linear-gradient(135deg,#111,#171717);
  color:#fff;
  box-shadow:0 18px 45px rgba(0,0,0,.22);
}
.hcm-rr-disclaimer h2{
  margin:0 0 12px;
  color:#fff;
  font-size:22px;
  line-height:1.15;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.02em;
}
.hcm-rr-disclaimer-text{
  max-width:980px;
  color:#e9e9e9;
  font-size:15px;
  line-height:1.65;
}
.hcm-rr-disclaimer-text p{margin:0 0 12px;}
.hcm-rr-disclaimer-check{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:16px 0 14px;
  color:#fff;
  font-weight:800;
  line-height:1.35;
}
.hcm-rr-disclaimer-check input{
  width:18px;
  height:18px;
  min-width:18px;
  margin:1px 0 0;
  accent-color:#d71920;
}
.hcm-rr-disclaimer-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border:0;
  border-radius:999px;
  background:#d71920;
  color:#fff;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.04em;
  cursor:pointer;
}
.hcm-rr-disclaimer-button:disabled{
  opacity:.45;
  cursor:not-allowed;
  filter:grayscale(1);
}
.hcm-rr-disclaimer-needs-accept .hcm-rr-disclaimer-gated-content{display:none;}
.hcm-rr-disclaimer-accepted .hcm-rr-disclaimer{display:none;}
@media(max-width:760px){
  .hcm-rr-disclaimer{padding:18px;border-radius:14px;}
  .hcm-rr-disclaimer h2{font-size:18px;}
}

/* v1.0.93 - disclaimer melding op single review + accountstatus */
.hcm-rr-disclaimer-single{
  margin:0 0 16px;
  padding:14px 16px;
  border-radius:14px;
  background:#111;
  border:1px solid rgba(215,25,32,.42);
  box-shadow:none;
}
.hcm-rr-disclaimer-single .hcm-rr-disclaimer-single-head{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:baseline;
  margin-bottom:8px;
}
.hcm-rr-disclaimer-single .hcm-rr-disclaimer-single-head strong{
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.05em;
  font-size:13px;
}
.hcm-rr-disclaimer-single .hcm-rr-disclaimer-single-head span{
  color:#d8d8d8;
  font-size:13px;
}
.hcm-rr-disclaimer-single .hcm-rr-disclaimer-check{
  margin:8px 0 10px;
  font-size:13px;
}
.hcm-rr-disclaimer-single .hcm-rr-disclaimer-button{
  min-height:34px;
  padding:0 14px;
  font-size:12px;
}
.hcm-rr-account-disclaimer-status{
  margin:0 0 18px;
  padding:12px 14px;
  border-radius:12px;
  background:#141414;
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:baseline;
}
.hcm-rr-account-disclaimer-status strong{text-transform:uppercase;letter-spacing:.05em;font-size:12px;}
.hcm-rr-account-disclaimer-status span{color:#ddd;}
.hcm-rr-account-disclaimer-status.is-ok{border-color:rgba(45,180,90,.55);}
.hcm-rr-account-disclaimer-status.is-warning{border-color:rgba(215,25,32,.55);}

/* v1.0.94 - Mijn account reviews clean mode */
.hcm-rr-account-hidden-above,
body.hcm-rr-account-reviews-active .hcm-rr-account-hidden-above {
    display: none !important;
}
.hcm-rr-account-disclaimer-status.is-ok {
    border-color: rgba(31, 191, 117, .75);
    background: rgba(31, 191, 117, .08);
}

/* v1.0.95 - disclaimer akkoord intrekken vanuit Mijn account */
.hcm-rr-account-disclaimer-toggle{
  display:flex;
  align-items:center;
  gap:8px;
  width:100%;
  margin-top:8px;
  font-weight:800;
  color:#fff;
  text-transform:none;
}
.hcm-rr-account-disclaimer-toggle input[type="checkbox"]{
  width:16px;
  height:16px;
  min-width:16px;
  accent-color:#e00000;
}
.hcm-rr-account-disclaimer-status small{
  display:block;
  width:100%;
  color:#bdbdbd;
  font-size:11px;
  line-height:1.4;
}

/* v1.0.97 - link naar uitgebreide disclaimer vanuit kleine single-review melding */
.hcm-rr-disclaimer-single .hcm-rr-disclaimer-full-link{
  margin:0 0 8px;
  font-size:13px;
}
.hcm-rr-disclaimer-single .hcm-rr-disclaimer-full-link a{
  color:#fff;
  text-decoration:underline;
  text-decoration-color:rgba(215,25,32,.85);
  text-underline-offset:3px;
  font-weight:800;
}
.hcm-rr-disclaimer-single .hcm-rr-disclaimer-full-link a:hover,
.hcm-rr-disclaimer-single .hcm-rr-disclaimer-full-link a:focus{
  color:#ff2a2f;
}

/* v1.0.100 - previewtekst klikbaar + alleen bij [lees verder] markering op detailpagina */
.hcm-rr-review-preview-link{
  color:inherit!important;
  text-decoration:none!important;
}
.hcm-rr-review-preview-link:hover,
.hcm-rr-review-preview-link:focus{
  color:#fff!important;
  text-decoration:underline!important;
  text-decoration-color:rgba(255,255,255,.45)!important;
  text-underline-offset:3px;
}
.hcm-rr-read-more-inline{
  color:#ffd84a!important;
  font-weight:900;
  text-decoration:none!important;
  white-space:nowrap;
}
.hcm-rr-read-more-inline:hover,
.hcm-rr-read-more-inline:focus{
  color:#fff36b!important;
  text-decoration:underline!important;
  text-underline-offset:3px;
}
.hcm-rr-preview-highlight{
  background:#ffe45c;
  color:#050505;
  padding:1px 3px;
  border-radius:3px;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
}
.hcm-rr-preview-highlight-fallback{
  display:block;
  margin:0 0 12px;
  padding:10px 12px;
  border-left:4px solid #e00000;
  font-weight:800;
}
.hcm-rr-single-review-body-highlighted{
  scroll-margin-top:110px;
}

/* v1.0.102-test - single hero previewtekst klikbaar met markering */
.hcm-rr-single-short .hcm-rr-single-short-highlight-link{
    color:inherit;
    text-decoration:none;
    cursor:pointer;
}
.hcm-rr-single-short .hcm-rr-single-short-highlight-link:hover,
.hcm-rr-single-short .hcm-rr-single-short-highlight-link:focus{
    color:#ffd400;
    text-decoration:underline;
    text-underline-offset:3px;
}
.hcm-rr-single-short .hcm-rr-single-short-read-more{
    white-space:nowrap;
}

/* HCM Release Reviews Top 100 */
.hcm-rr-top100-wrap{background:#0f0f0f;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:22px;margin:20px 0;box-shadow:0 18px 45px rgba(0,0,0,.22)}
.hcm-rr-top100-wrap h1{font-size:clamp(32px,5vw,56px);line-height:.95;margin:0 0 10px;text-transform:uppercase;color:#fff}
.hcm-rr-top100-intro{color:#ddd;max-width:920px;margin:0 0 24px}
.hcm-rr-top100-section{margin:24px 0 0;border:1px solid rgba(255,255,255,.12);border-radius:12px;overflow:hidden;background:#151515}
.hcm-rr-top100-section h2{margin:0;padding:14px 16px;background:#e11212;color:#fff;text-transform:uppercase;font-size:20px;letter-spacing:.03em}
.hcm-rr-top100-table-wrap{overflow-x:auto}
.hcm-rr-top100-table{width:100%;border-collapse:collapse;min-width:760px}
.hcm-rr-top100-table th,.hcm-rr-top100-table td{padding:11px 12px;border-bottom:1px solid rgba(255,255,255,.1);text-align:left;vertical-align:top}
.hcm-rr-top100-table th{font-size:12px;text-transform:uppercase;background:#090909;color:#fff}
.hcm-rr-top100-table a{color:#fff;text-decoration:underline;text-decoration-color:rgba(225,18,18,.75);text-underline-offset:3px;font-weight:800}
.hcm-rr-top100-table a:hover{color:#ffd900}
.hcm-rr-top100-rank,.hcm-rr-top100-score{font-weight:900;color:#ffd900;white-space:nowrap}
.hcm-rr-top100-excerpt{font-size:12px;color:#d8d8d8;margin-top:5px;line-height:1.35;font-weight:500}
.hcm-rr-top100-pagination{display:flex;gap:12px;align-items:center;justify-content:center;padding:14px;flex-wrap:wrap;background:#101010}
.hcm-rr-top100-pagination .hcm-rr-page-link{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.8);border-radius:999px;padding:8px 13px;color:#fff;text-decoration:none;font-weight:900;text-transform:uppercase;font-size:12px}
.hcm-rr-top100-pagination .hcm-rr-page-link:hover{background:#e11212;border-color:#e11212}
.hcm-rr-submit-cta .hcm-rr-top100-cta-button{background:#111;border:2px solid #e11212;color:#fff}
.hcm-rr-submit-cta .hcm-rr-top100-cta-button:hover{background:#e11212;color:#fff}
.hcm-rr-card .hcm-rr-catalog-link{display:inline-block;text-decoration:none}
@media (max-width:700px){.hcm-rr-top100-wrap{padding:14px}.hcm-rr-top100-section h2{font-size:16px}.hcm-rr-top100-table{min-width:650px}.hcm-rr-top100-table th,.hcm-rr-top100-table td{padding:9px 10px;font-size:13px}}

/* v1.0.110-test - Top 100 visual refresh + rank badges */
.hcm-rr-top100-wrap{background:transparent!important;color:#111!important;border:0!important;border-radius:0!important;padding:0!important;margin:22px 0!important;box-shadow:none!important}
.hcm-rr-top100-wrap > h1{color:#111!important;text-shadow:none!important;margin-bottom:8px!important}
.hcm-rr-top100-intro{color:#333!important;background:#fff;border-left:5px solid #e11212;border-radius:14px;padding:14px 16px;box-shadow:0 12px 32px rgba(0,0,0,.08)}
.hcm-rr-top100-switcher{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0 22px}
.hcm-rr-top100-switcher a{display:inline-flex;align-items:center;border:2px solid #e11212;border-radius:999px;background:#fff;color:#111!important;text-decoration:none!important;font-weight:900;text-transform:uppercase;padding:10px 16px;box-shadow:0 10px 24px rgba(0,0,0,.08)}
.hcm-rr-top100-switcher a:hover{background:#e11212;color:#fff!important}
.hcm-rr-top100-section{margin:26px 0 0!important;border:0!important;border-radius:18px!important;overflow:hidden!important;background:#fff!important;color:#111!important;box-shadow:0 16px 36px rgba(0,0,0,.12)!important}
.hcm-rr-top100-section-head{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;background:linear-gradient(135deg,#fff,#f3f3f3);border-bottom:4px solid #e11212}
.hcm-rr-top100-section-head span{display:inline-flex;color:#e11212;font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}
.hcm-rr-top100-section-head h2{margin:0!important;padding:0!important;background:transparent!important;color:#111!important;text-transform:uppercase;font-size:clamp(22px,3vw,34px)!important;letter-spacing:.01em}
.hcm-rr-top100-table-wrap{background:#fff!important;overflow-x:auto}
.hcm-rr-top100-table{width:100%;border-collapse:separate!important;border-spacing:0!important;min-width:760px;background:#fff!important;color:#111!important}
.hcm-rr-top100-table th{font-size:11px!important;text-transform:uppercase;background:#111!important;color:#fff!important;padding:12px 14px!important;border:0!important}
.hcm-rr-top100-table td{padding:14px!important;border-bottom:1px solid #e5e5e5!important;text-align:left;vertical-align:top;color:#111!important;background:#fff!important}
.hcm-rr-top100-table tbody tr:nth-child(even) td{background:#fafafa!important}
.hcm-rr-top100-table tbody tr:hover td{background:#fff5f5!important}
.hcm-rr-top100-table a{color:#111!important;text-decoration:underline!important;text-decoration-color:#e11212!important;text-underline-offset:3px;font-weight:900!important}
.hcm-rr-top100-table a:hover{color:#e11212!important}
.hcm-rr-top100-rank{font-weight:1000!important;color:#e11212!important;font-size:18px;white-space:nowrap}
.hcm-rr-top100-score{font-weight:1000!important;color:#111!important;white-space:nowrap;background:#ffe45c;border-radius:999px;padding:4px 8px;display:inline-flex}
.hcm-rr-top100-excerpt{font-size:12px;color:#555!important;margin-top:5px;line-height:1.35;font-weight:600}
.hcm-rr-top100-pagination{display:flex;gap:12px;align-items:center;justify-content:center;padding:16px;flex-wrap:wrap;background:#fff!important;color:#111!important}
.hcm-rr-top100-pagination .hcm-rr-page-link{display:inline-flex;align-items:center;border:2px solid #111!important;border-radius:999px;padding:8px 13px;color:#111!important;text-decoration:none!important;font-weight:900;text-transform:uppercase;font-size:12px;background:#fff!important}
.hcm-rr-top100-pagination .hcm-rr-page-link:hover{background:#e11212!important;border-color:#e11212!important;color:#fff!important}
.hcm-rr-top100-forgotten .hcm-rr-top100-section-head{border-bottom-color:#ffd84a;background:linear-gradient(135deg,#fff9dc,#fff)}
.hcm-rr-top100-almost .hcm-rr-top100-section-head{border-bottom-color:#111;background:linear-gradient(135deg,#f2f2f2,#fff)}
.hcm-rr-rank-badge{display:inline-flex;align-items:center;gap:7px;width:max-content;max-width:100%;border-radius:999px;text-decoration:none!important;font-weight:1000;text-transform:uppercase;letter-spacing:.03em;line-height:1;background:#fff;color:#111!important;border:2px solid #e11212;box-shadow:0 8px 20px rgba(0,0,0,.18)}
.hcm-rr-rank-badge span{font-size:10px;opacity:.9;color:inherit!important}
.hcm-rr-rank-badge strong{font-size:14px;color:#e11212!important}
.hcm-rr-rank-badge-card{padding:6px 9px;margin:0 0 8px}
.hcm-rr-rank-badge-single{padding:8px 12px;margin:0 0 10px}
.hcm-rr-rank-badge-details{padding:6px 10px;margin:0}
.hcm-rr-rank-badge-forgotten{border-color:#ffd84a;background:#111;color:#fff!important}.hcm-rr-rank-badge-forgotten strong{color:#ffd84a!important}
.hcm-rr-rank-badge-almost{border-color:#111;background:#ffe45c;color:#111!important}.hcm-rr-rank-badge-almost strong{color:#111!important}
@media (max-width:700px){.hcm-rr-top100-wrap > h1{font-size:34px!important}.hcm-rr-top100-section-head{padding:14px}.hcm-rr-top100-table{min-width:680px}.hcm-rr-top100-table th,.hcm-rr-top100-table td{padding:10px!important;font-size:13px}.hcm-rr-top100-switcher a{padding:8px 12px;font-size:12px}}

/* v1.0.111-test: lichtere toplijsten + betere positie-weergave */
.hcm-rr-top100-wrap .hcm-rr-btn-ghost{background:#111!important;border:2px solid #111!important;color:#fff!important;box-shadow:0 10px 24px rgba(0,0,0,.14)!important}
.hcm-rr-top100-wrap .hcm-rr-btn-ghost:hover{background:#e11212!important;border-color:#e11212!important;color:#fff!important}
.hcm-rr-top100-section{box-shadow:0 18px 42px rgba(0,0,0,.10)!important;border:1px solid #ececec!important}
.hcm-rr-top100-section-head{border-bottom:1px solid #ececec!important;background:#fff!important;padding:22px 22px 18px!important}
.hcm-rr-top100-section-head span{color:#e11212!important}
.hcm-rr-top100-table th{background:#f4f4f4!important;color:#111!important;border-bottom:1px solid #ddd!important}
.hcm-rr-top100-table td{border-bottom:1px solid #eee!important}
.hcm-rr-top100-table tbody tr:hover td{background:#fff9f9!important}
.hcm-rr-top100-rank{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;border-radius:999px;background:#111!important;color:#fff!important;font-size:14px!important}
.hcm-rr-top100-score{background:#ffe45c!important;color:#111!important;border:1px solid rgba(0,0,0,.08)!important}
.hcm-rr-top100-empty{padding:18px 20px;background:#fff;color:#111;border-top:0!important}
.hcm-rr-top100-empty p{margin:0;color:#555;font-weight:800}
.hcm-rr-top100-almost .hcm-rr-top100-section-head{border-bottom:1px solid #ececec!important;background:#fff!important}
.hcm-rr-top100-forgotten .hcm-rr-top100-section-head{border-bottom:1px solid #ececec!important;background:#fff!important}
.hcm-rr-card-rank-text{display:inline-flex;align-items:center;width:max-content;max-width:100%;margin:6px 0 8px;padding:4px 8px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:#ffd84a;font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:.04em}
.hcm-rr-rank-inline{display:inline-flex;align-items:center;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;color:#fff!important;font-weight:1000;text-transform:uppercase;letter-spacing:.03em}
.hcm-rr-single-card .hcm-rr-rank-badge-single{display:none!important}

/* v1.0.112-test Top 100 readability, clickable artist/label, clean score pills, mobile cards */
.hcm-rr-top100-table td.hcm-rr-top100-score-cell{background:inherit!important;color:inherit!important;white-space:nowrap;text-align:center!important}
.hcm-rr-top100-table .hcm-rr-top100-score{display:inline-flex!important;align-items:center;justify-content:center;min-width:62px;height:34px;padding:0 12px!important;border-radius:999px!important;background:#fff!important;color:#111!important;border:1px solid #ddd!important;box-shadow:none!important;font-weight:1000!important;line-height:1!important;white-space:nowrap}
.hcm-rr-top100-table a.hcm-rr-artist-link,
.hcm-rr-top100-table a.hcm-rr-label-link,
.hcm-rr-top100-table a.hcm-rr-catalog-link{font-weight:900!important;text-decoration:underline!important;text-decoration-color:#e11212!important;text-underline-offset:3px!important}
.hcm-rr-top100-table-wrap{overflow-x:visible!important}
.hcm-rr-top100-table{min-width:0!important;table-layout:auto!important}
.hcm-rr-top100-table th:nth-child(1),.hcm-rr-top100-table td:nth-child(1){width:54px}
.hcm-rr-top100-table th:nth-child(6),.hcm-rr-top100-table td:nth-child(6){width:96px;text-align:center!important}
.hcm-rr-top100-table th:nth-child(7),.hcm-rr-top100-table td:nth-child(7){width:105px}

@media (max-width:760px){
    .hcm-rr-top100-wrap{padding:0!important;margin:14px 0!important}
    .hcm-rr-top100-wrap > h1{font-size:30px!important;line-height:1!important;margin-bottom:10px!important}
    .hcm-rr-top100-intro{font-size:14px!important;padding:12px 14px!important;border-radius:12px!important;margin-bottom:16px!important}
    .hcm-rr-top100-switcher{gap:8px!important;margin:14px 0 18px!important}
    .hcm-rr-top100-switcher a{font-size:12px!important;padding:9px 11px!important}
    .hcm-rr-top100-section{border-radius:16px!important;margin-top:18px!important;overflow:hidden!important}
    .hcm-rr-top100-section-head{padding:16px!important}
    .hcm-rr-top100-section-head h2{font-size:25px!important;line-height:1!important}
    .hcm-rr-top100-table-wrap{overflow:visible!important;background:#fff!important;padding:0!important}
    .hcm-rr-top100-table{display:block!important;width:100%!important;min-width:0!important;border-collapse:separate!important;background:#fff!important}
    .hcm-rr-top100-table thead{display:none!important}
    .hcm-rr-top100-table tbody{display:grid!important;gap:10px!important;padding:12px!important;background:#f5f5f5!important}
    .hcm-rr-top100-table tr{display:grid!important;grid-template-columns:1fr!important;background:#fff!important;border:1px solid #e3e3e3!important;border-radius:14px!important;overflow:hidden!important;box-shadow:0 8px 18px rgba(0,0,0,.06)!important}
    .hcm-rr-top100-table td{display:grid!important;grid-template-columns:112px 1fr!important;gap:10px!important;align-items:start!important;padding:10px 12px!important;border:0!important;border-bottom:1px solid #f0f0f0!important;background:#fff!important;color:#111!important;font-size:14px!important;line-height:1.25!important;text-align:left!important;word-break:break-word!important}
    .hcm-rr-top100-table td:last-child{border-bottom:0!important}
    .hcm-rr-top100-table td::before{content:attr(data-label);font-size:10px!important;text-transform:uppercase!important;letter-spacing:.06em!important;color:#e11212!important;font-weight:1000!important;line-height:1.2!important;padding-top:3px!important}
    .hcm-rr-top100-table td[data-label="#"]{grid-template-columns:1fr!important;background:#111!important;color:#fff!important;padding:8px 12px!important}
    .hcm-rr-top100-table td[data-label="#"]::before{display:none!important}
    .hcm-rr-top100-rank{background:#e11212!important;color:#fff!important;width:auto!important;min-width:0!important;height:auto!important;border-radius:999px!important;padding:5px 11px!important;justify-self:start!important;font-size:13px!important}
    .hcm-rr-top100-table td.hcm-rr-top100-score-cell{text-align:left!important}
    .hcm-rr-top100-table .hcm-rr-top100-score{justify-self:start!important;min-width:64px!important;height:30px!important;background:#fff!important;border:2px solid #111!important;font-size:13px!important}
    .hcm-rr-top100-pagination{padding:12px!important;font-size:13px!important}
}

/* v1.0.113-test: flexible Top N + cleaner scores + mobile list cards */
.hcm-rr-top100-table td.hcm-rr-top100-score-cell{vertical-align:middle!important;text-align:center!important;white-space:nowrap!important;width:86px!important;min-width:86px!important;max-width:86px!important;padding-left:8px!important;padding-right:8px!important}
.hcm-rr-top100-table .hcm-rr-top100-score{display:inline-flex!important;align-items:baseline!important;justify-content:center!important;gap:1px!important;min-width:58px!important;max-width:70px!important;height:28px!important;padding:0 7px!important;border-radius:999px!important;background:#fff!important;color:#111!important;border:1px solid #d9d9d9!important;box-shadow:none!important;line-height:1!important;white-space:nowrap!important;font-weight:1000!important;font-size:13px!important;font-variant-numeric:tabular-nums!important}
.hcm-rr-top100-score-value{font-size:14px!important;font-weight:1000!important;line-height:1!important}
.hcm-rr-top100-score-sep,.hcm-rr-top100-score-scale{font-size:11px!important;font-weight:900!important;opacity:.82;line-height:1!important}
.hcm-rr-top100-score-empty{font-size:14px!important;font-weight:1000!important;line-height:1!important}
.hcm-rr-top100-table a.hcm-rr-artist-link,.hcm-rr-top100-table a.hcm-rr-label-link,.hcm-rr-top100-table a.hcm-rr-catalog-link{cursor:pointer!important;color:#111!important;text-decoration:underline!important;text-decoration-color:#e11212!important;text-decoration-thickness:2px!important;text-underline-offset:3px!important;font-weight:1000!important}
.hcm-rr-top100-table a.hcm-rr-artist-link:hover,.hcm-rr-top100-table a.hcm-rr-label-link:hover,.hcm-rr-top100-table a.hcm-rr-catalog-link:hover{color:#e11212!important}
.hcm-rr-top-widget{background:#111;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:14px;margin:16px 0;box-shadow:0 14px 30px rgba(0,0,0,.18)}
.hcm-rr-top-widget-head{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:10px;margin-bottom:8px}
.hcm-rr-top-widget-head h3{margin:0;color:#fff;text-transform:uppercase;font-size:18px;line-height:1}
.hcm-rr-top-widget-head a{color:#ffd84a!important;font-weight:900;text-transform:uppercase;font-size:12px;text-decoration:none!important}
.hcm-rr-top-widget-list{list-style:none;margin:0;padding:0;display:grid;gap:7px}
.hcm-rr-top-widget-list li{display:grid;grid-template-columns:30px 1fr auto;gap:9px;align-items:center;background:#181818;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:8px}
.hcm-rr-top-widget-rank{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;background:#e11212;color:#fff;font-weight:1000;font-size:12px}
.hcm-rr-top-widget-main{min-width:0;display:grid;gap:2px}.hcm-rr-top-widget-title{color:#fff!important;font-weight:1000;text-decoration:none!important;line-height:1.1}.hcm-rr-top-widget-title:hover{color:#ffd84a!important}.hcm-rr-top-widget-artist,.hcm-rr-top-widget-meta{font-size:12px;color:#d8d8d8;line-height:1.2}.hcm-rr-top-widget-artist a,.hcm-rr-top-widget-meta a{color:#d8d8d8!important;text-decoration:underline!important;text-decoration-color:#e11212!important;text-underline-offset:2px}.hcm-rr-top-widget-score{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;color:#111;font-weight:1000;font-size:12px;padding:4px 7px;white-space:nowrap}.hcm-rr-top-widget-empty{margin:8px 0 0;color:#d8d8d8;font-weight:800}
@media (max-width:700px){
    .hcm-rr-top100-table td.hcm-rr-top100-score-cell{width:auto!important;min-width:0!important;max-width:none!important;text-align:left!important;padding:10px 12px!important}
    .hcm-rr-top100-table .hcm-rr-top100-score{justify-self:start!important;width:auto!important;min-width:56px!important;height:26px!important;padding:0 8px!important;border:1px solid #d9d9d9!important;font-size:12px!important;background:#fff!important}
    .hcm-rr-top100-score-value{font-size:13px!important}.hcm-rr-top100-score-sep,.hcm-rr-top100-score-scale{font-size:10px!important}
    .hcm-rr-top100-table tbody{gap:12px!important;padding:10px!important;background:#f4f4f4!important}
    .hcm-rr-top100-table tr{border-radius:15px!important;box-shadow:0 8px 18px rgba(0,0,0,.07)!important}
    .hcm-rr-top100-table td{grid-template-columns:96px 1fr!important;font-size:13px!important;padding:9px 11px!important;overflow:hidden!important}
    .hcm-rr-top100-table td[data-label="#"]{display:flex!important;align-items:center!important;justify-content:flex-start!important}
    .hcm-rr-top100-table a{word-break:break-word!important}
    .hcm-rr-top-widget-list li{grid-template-columns:28px 1fr;align-items:start}.hcm-rr-top-widget-score{grid-column:2;justify-self:start}.hcm-rr-top-widget-head{align-items:flex-start;flex-direction:column}.hcm-rr-top-widget-head h3{font-size:16px}
}

/* v1.0.114-test: fix toplist filter links + clean compact scores */
.hcm-rr-top100-score-cell{white-space:nowrap!important;text-align:left!important;min-width:74px!important}
.hcm-rr-top100-score{display:inline-flex!important;align-items:baseline!important;justify-content:center!important;gap:1px!important;min-width:54px!important;padding:5px 9px!important;border:1px solid #d9d9d9!important;border-radius:999px!important;background:#fff!important;color:#111!important;line-height:1!important;font-weight:1000!important;box-shadow:none!important;white-space:nowrap!important}
.hcm-rr-top100-score-main{font-size:14px!important;line-height:1!important}
.hcm-rr-top100-score-slash,.hcm-rr-top100-score-scale{font-size:11px!important;line-height:1!important;color:#555!important;font-weight:900!important}
.hcm-rr-top100-score-empty{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:32px!important;color:#777!important}
.hcm-rr-top100-table .hcm-rr-artist-link,.hcm-rr-top100-table .hcm-rr-label-link,.hcm-rr-top100-table .hcm-rr-catalog-link{cursor:pointer!important}
@media (max-width:700px){
  .hcm-rr-top100-score-cell{min-width:0!important}
  .hcm-rr-top100-score{min-width:auto!important;padding:4px 8px!important}
}

/* v1.0.117-test: Tomorrow's Classic, genre links and highlighted rank target */
.hcm-rr-tomorrow-classic-badge{background:#ffd84a!important;color:#111!important;border:1px solid #111!important;font-weight:1000!important;text-transform:uppercase!important;letter-spacing:.04em;text-decoration:none!important}
.hcm-rr-genre-link{display:inline-flex;align-items:center;margin:2px 5px 2px 0;padding:4px 8px;border-radius:999px;background:#111;color:#ffd84a!important;border:1px solid rgba(255,216,74,.45);font-size:12px;font-weight:1000;text-transform:uppercase;text-decoration:none!important}
.hcm-rr-genre-link:hover{background:#ffd84a;color:#111!important}
.hcm-rr-genre-definition{background:#fff;color:#111;border:1px solid #ddd;border-left:5px solid #e11212;border-radius:16px;padding:18px;margin:18px 0;box-shadow:0 10px 22px rgba(0,0,0,.08)}
.hcm-rr-genre-definition>span{display:block;color:#e11212;font-size:12px;font-weight:1000;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.hcm-rr-genre-definition h1{margin:0 0 10px}.hcm-rr-genre-content{font-size:15px;line-height:1.55}.hcm-rr-genre-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin:16px 0}.hcm-rr-genre-card{background:#fff;color:#111;border:1px solid #ddd;border-radius:14px;padding:16px}.hcm-rr-genre-card h2{margin:0 0 8px;font-size:20px}.hcm-rr-genre-card a{color:#111!important;text-decoration:underline!important;text-decoration-color:#e11212!important;text-underline-offset:3px}
.hcm-rr-top100-table tr.hcm-rr-top100-highlight{background:#fff6a8!important;box-shadow:inset 5px 0 0 #ffd400!important}.hcm-rr-top100-table tr.hcm-rr-top100-highlight td{background:#fff6a8!important;color:#111!important}.hcm-rr-top100-table tr.hcm-rr-top100-highlight .hcm-rr-top100-rank{background:#111!important;color:#ffd400!important}
.hcm-rr-rank-inline{color:#ffd84a!important;text-decoration:underline!important;text-decoration-color:#e11212!important;text-underline-offset:3px!important;cursor:pointer}.hcm-rr-card-rank-text .hcm-rr-rank-badge{margin:0!important;background:transparent!important;border:0!important;color:#ffd84a!important;padding:0!important;text-decoration:underline!important;text-decoration-color:#e11212!important;text-underline-offset:3px!important}
@media (max-width:700px){.hcm-rr-top100-table tr.hcm-rr-top100-highlight{outline:3px solid #ffd400!important}.hcm-rr-top100-table tr.hcm-rr-top100-highlight td[data-label="#"]{background:#111!important;color:#ffd400!important}}
.hcm-rr-top100-table tr[id^="hcm-rr-track-"]{scroll-margin-top:110px}

/* v1.0.118-test: Labels by Release + genre critical-error hardening */
.hcm-rr-label-score-hero{background:#fff;color:#111;border:1px solid #ddd;border-left:6px solid #e11212;border-radius:18px;padding:20px;margin:18px 0;box-shadow:0 12px 28px rgba(0,0,0,.08)}
.hcm-rr-label-score-hero>span{display:block;color:#e11212;font-size:12px;font-weight:1000;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px}.hcm-rr-label-score-hero h1{margin:0 0 14px!important;color:#111!important;line-height:1!important}.hcm-rr-label-average{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.hcm-rr-label-average strong{display:inline-flex;align-items:center;justify-content:center;min-width:82px;height:54px;border-radius:14px;background:#111;color:#ffd84a;font-size:30px;line-height:1;font-weight:1000}.hcm-rr-label-average small{font-size:13px;color:#555;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.hcm-rr-sort-switcher a.is-active{background:#e11212!important;color:#fff!important;border-color:#e11212!important}.hcm-rr-labels-table .hcm-rr-top100-score{min-width:64px!important}.hcm-rr-labels-by-release .hcm-rr-label-link{font-size:15px!important}
@media (max-width:700px){.hcm-rr-label-score-hero{border-radius:14px;padding:16px}.hcm-rr-label-score-hero h1{font-size:28px!important}.hcm-rr-label-average strong{height:46px;min-width:68px;font-size:24px}.hcm-rr-sort-switcher{display:flex!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:6px}.hcm-rr-sort-switcher a{white-space:nowrap!important}}

/* v1.0.120-test: card cleanup, wider labels and split clickable collaboration artists */
.hcm-rr-card .hcm-rr-score10{display:none!important}
.hcm-rr-artist-split-links{display:inline;line-height:inherit}
.hcm-rr-artist-split-links a{display:inline!important}
.hcm-rr-artist-separator{display:inline-block;margin:0 4px;color:inherit;opacity:.75;font-weight:1000}
.hcm-rr-card .hcm-rr-artist{display:block;color:#fff;font-weight:1000;text-transform:uppercase;margin:0 0 3px;line-height:1.15}
.hcm-rr-card .hcm-rr-artist a{color:#fff!important;text-decoration:none!important}
.hcm-rr-card .hcm-rr-artist a:hover{color:#ffd84a!important}
.hcm-rr-top100-table th:nth-child(2),.hcm-rr-top100-table td:nth-child(2){width:18%}
.hcm-rr-top100-table th:nth-child(3),.hcm-rr-top100-table td:nth-child(3){width:27%}
.hcm-rr-top100-table th:nth-child(4),.hcm-rr-top100-table td:nth-child(4){width:25%;min-width:190px}
.hcm-rr-top100-table th:nth-child(5),.hcm-rr-top100-table td:nth-child(5){width:13%;min-width:110px}
.hcm-rr-top100-table td[data-label="Label"] a,.hcm-rr-top100-table td[data-label="Artiest"] a{line-height:1.25}
.hcm-rr-labels-table th:nth-child(1),.hcm-rr-labels-table td:nth-child(1){width:36%!important;min-width:260px!important}
.hcm-rr-labels-table th:nth-child(2),.hcm-rr-labels-table td:nth-child(2){width:20%!important;min-width:150px!important;text-align:left!important}
.hcm-rr-labels-table th:nth-child(3),.hcm-rr-labels-table td:nth-child(3){width:14%!important;min-width:90px!important}
.hcm-rr-labels-table th:nth-child(4),.hcm-rr-labels-table td:nth-child(4){width:20%!important;min-width:130px!important}
.hcm-rr-labels-table .hcm-rr-label-link{display:inline!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important;line-height:1.3!important}
.hcm-rr-top100-table .hcm-rr-top100-score{min-width:52px!important;height:26px!important;padding:0 8px!important;font-size:13px!important;border-radius:999px!important}
.hcm-rr-top100-score-main{font-size:13px!important}.hcm-rr-top100-score-slash,.hcm-rr-top100-score-scale{font-size:10px!important}
@media (max-width:760px){
  .hcm-rr-top100-table th:nth-child(n),.hcm-rr-top100-table td:nth-child(n),.hcm-rr-labels-table th:nth-child(n),.hcm-rr-labels-table td:nth-child(n){width:auto!important;min-width:0!important;max-width:none!important}
  .hcm-rr-labels-table .hcm-rr-label-link{word-break:break-word!important}
  .hcm-rr-artist-separator{margin:0 3px}
}

/* v1.0.124-test: genre page contrast */
.hcm-rr-genre-archive .hcm-rr-genre-definition,
.hcm-rr-genre-definition,
.hcm-rr-genre-card{
    background:#fff!important;
    color:#111!important;
}
.hcm-rr-genre-archive .hcm-rr-genre-definition h1,
.hcm-rr-genre-definition h1,
.hcm-rr-genre-content,
.hcm-rr-genre-content p,
.hcm-rr-genre-content li,
.hcm-rr-genre-content strong,
.hcm-rr-genre-content em,
.hcm-rr-genre-card,
.hcm-rr-genre-card p{
    color:#111!important;
}
.hcm-rr-genre-content a,
.hcm-rr-genre-card a{
    color:#e11212!important;
    text-decoration:underline!important;
    text-underline-offset:3px!important;
}

/* v1.0.125-test - genre links als gewone tekstlinks + duidelijkere genre tellers */
.hcm-rr-genre-link{
  display:inline!important;
  margin:0 8px 0 0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:inherit!important;
  text-decoration:underline!important;
  text-decoration-color:#e11212!important;
  text-decoration-thickness:2px!important;
  text-underline-offset:3px!important;
  font-size:inherit!important;
  font-weight:900!important;
  text-transform:none!important;
  line-height:inherit!important;
}
.hcm-rr-genre-link:hover{background:transparent!important;color:#e11212!important}
.hcm-rr-single-detail-value .hcm-rr-genre-link{color:#fff!important}
.hcm-rr-single-detail-value .hcm-rr-genre-link:hover{color:#ffd84a!important}

/* v1.0.130-beta - review groups / averages */
.hcm-rr-average-score strong{font-weight:900;color:#ffd21a}.hcm-rr-average-score small{opacity:.8;margin-left:6px}.hcm-rr-related-reviews{margin:26px 0;background:#111;color:#fff;border-radius:18px;box-shadow:0 18px 45px rgba(0,0,0,.16);overflow:hidden}.hcm-rr-related-reviews h2{margin:0;padding:18px 22px;border-bottom:1px solid rgba(255,255,255,.1);font-size:22px;text-transform:uppercase}.hcm-rr-related-summary{margin:0;padding:14px 22px;background:#181818;border-bottom:1px solid rgba(255,255,255,.08)}.hcm-rr-related-table{width:100%;border-collapse:collapse}.hcm-rr-related-table th,.hcm-rr-related-table td{padding:12px 18px;text-align:left;border-bottom:1px solid rgba(255,255,255,.08)}.hcm-rr-related-table th{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#fff;background:#0a0a0a}.hcm-rr-related-table a{color:#fff;text-decoration:underline;text-decoration-color:#e30613;text-underline-offset:3px}.hcm-rr-related-table .is-current-review td{background:rgba(255,210,26,.08)}.hcm-rr-top100-review-count{display:block;font-size:10px;line-height:1.1;margin-top:3px;opacity:.72;white-space:nowrap}@media(max-width:700px){.hcm-rr-related-table thead{display:none}.hcm-rr-related-table tr{display:block;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.08)}.hcm-rr-related-table td{display:flex;justify-content:space-between;gap:14px;padding:6px 0;border:0}.hcm-rr-related-table td:before{content:attr(data-label);font-weight:800;text-transform:uppercase;font-size:11px;opacity:.75}.hcm-rr-related-table td:nth-child(1):before{content:'Reviewer'}.hcm-rr-related-table td:nth-child(2):before{content:'Score'}.hcm-rr-related-table td:nth-child(3):before{content:'Review'}}

/* v1.0.136-beta - Toplijst reviewer kolom + score cleanup */
.hcm-rr-top100-table .hcm-rr-top100-score-cell{
    width:104px!important;
    min-width:104px!important;
    max-width:118px!important;
    text-align:center!important;
    white-space:normal!important;
}
.hcm-rr-top100-score-wrap{
    display:inline-flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    line-height:1!important;
    white-space:nowrap!important;
}
.hcm-rr-top100-table .hcm-rr-top100-score{
    display:inline-flex!important;
    align-items:baseline!important;
    justify-content:center!important;
    gap:1px!important;
    min-width:58px!important;
    max-width:none!important;
    height:28px!important;
    padding:0 9px!important;
    border-radius:999px!important;
    background:#fff!important;
    color:#111!important;
    border:1px solid #d7d7d7!important;
    box-shadow:none!important;
    font-weight:1000!important;
    line-height:1!important;
    white-space:nowrap!important;
    font-variant-numeric:tabular-nums!important;
}
.hcm-rr-top100-score-main{font-size:14px!important;line-height:1!important;font-weight:1000!important}
.hcm-rr-top100-score-slash,.hcm-rr-top100-score-scale{font-size:10px!important;line-height:1!important;color:#555!important;font-weight:900!important}
.hcm-rr-top100-review-count{
    display:block!important;
    color:#555!important;
    font-size:10px!important;
    line-height:1.1!important;
    font-weight:900!important;
    text-transform:uppercase!important;
    text-decoration:none!important;
    text-align:center!important;
}
.hcm-rr-top100-review-count:hover{color:#e11212!important;text-decoration:underline!important}
.hcm-rr-top100-reviewer-cell{min-width:120px!important;max-width:170px!important}
.hcm-rr-top100-table a.hcm-rr-reviewer-link{
    color:#111!important;
    text-decoration:underline!important;
    text-decoration-color:#e11212!important;
    text-underline-offset:3px!important;
    font-weight:900!important;
}
.hcm-rr-top100-table a.hcm-rr-reviewer-link:hover{color:#e11212!important}
.hcm-rr-top100-table th:nth-child(1),.hcm-rr-top100-table td:nth-child(1){width:54px!important}
.hcm-rr-top100-table th:nth-child(2),.hcm-rr-top100-table td:nth-child(2){width:16%!important}
.hcm-rr-top100-table th:nth-child(3),.hcm-rr-top100-table td:nth-child(3){width:24%!important}
.hcm-rr-top100-table th:nth-child(4),.hcm-rr-top100-table td:nth-child(4){width:19%!important;min-width:170px!important}
.hcm-rr-top100-table th:nth-child(5),.hcm-rr-top100-table td:nth-child(5){width:11%!important;min-width:105px!important}
.hcm-rr-top100-table th:nth-child(6),.hcm-rr-top100-table td:nth-child(6){width:104px!important;min-width:104px!important;text-align:center!important}
.hcm-rr-top100-table th:nth-child(7),.hcm-rr-top100-table td:nth-child(7){width:13%!important;min-width:120px!important}
.hcm-rr-top100-table th:nth-child(8),.hcm-rr-top100-table td:nth-child(8){width:105px!important;min-width:95px!important}
@media (max-width:700px){
  .hcm-rr-top100-table .hcm-rr-top100-score-cell,
  .hcm-rr-top100-table th:nth-child(n),.hcm-rr-top100-table td:nth-child(n){width:auto!important;min-width:0!important;max-width:none!important;text-align:left!important}
  .hcm-rr-top100-score-wrap{align-items:flex-start!important}
  .hcm-rr-top100-table .hcm-rr-top100-score{height:26px!important;min-width:54px!important;padding:0 8px!important}
  .hcm-rr-top100-review-count{text-align:left!important;font-size:10px!important}
}
/* v1.0.137-beta - Schedule calendar past-date fix */

/* v1.0.141-beta - Genre toplijsten en Shitshow */
.hcm-rr-top100-genre-block{background:#fff;border:1px solid #e5e5e5;border-radius:14px;margin:16px 0;padding:16px;box-shadow:0 6px 18px rgba(0,0,0,.06)}
.hcm-rr-top100-genre-block h3{margin:0 0 10px;font-size:18px}.hcm-rr-top100-genre-block h3 a{color:#111;text-decoration:underline;text-decoration-color:#d71920;text-underline-offset:3px}
.hcm-rr-top100-genre-list{margin:0;padding:0;list-style:none}.hcm-rr-top100-genre-list li{display:grid;grid-template-columns:44px 1fr auto;gap:10px;align-items:center;padding:9px 0;border-top:1px solid #eee}.hcm-rr-top100-genre-list li:first-child{border-top:0}
.hcm-rr-top100-genre-main a{font-weight:800}.hcm-rr-top100-score-mini{display:inline-flex;align-items:center;justify-content:center;min-width:48px;border-radius:999px;background:#111;color:#fff;font-weight:900;font-size:12px;padding:5px 8px;font-variant-numeric:tabular-nums}
@media(max-width:700px){.hcm-rr-top100-genre-list li{grid-template-columns:34px 1fr;}.hcm-rr-top100-score-mini{grid-column:2;justify-self:start}.hcm-rr-top100-switcher{display:flex;flex-wrap:wrap;gap:6px}.hcm-rr-top100-switcher a{font-size:12px;padding:7px 9px}}

/* v1.0.142-beta - genre toplijsten als aparte tab en label score fixes */
.hcm-rr-top100-genre-page .hcm-rr-top100-genres{
  margin-top:18px;
}
.hcm-rr-top100-genre-table-block{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:0!important;
  margin:0 0 26px!important;
}
.hcm-rr-top100-genre-table-block h3{
  margin:20px 0 0!important;
  padding:16px 18px!important;
  background:#111!important;
  color:#fff!important;
  border-radius:18px 18px 0 0!important;
  font-size:20px!important;
  line-height:1.1!important;
}
.hcm-rr-top100-genre-table-block h3 a{
  color:#fff!important;
  text-decoration:underline!important;
  text-decoration-color:#e11212!important;
  text-underline-offset:4px!important;
}
.hcm-rr-top100-genre-table-block .hcm-rr-top100-table-wrap{
  border-radius:0 0 18px 18px!important;
  overflow:hidden!important;
}
.hcm-rr-labels-table .hcm-rr-top100-score,
.hcm-rr-label-detail .hcm-rr-top100-score{
  min-width:56px!important;
  justify-content:center!important;
}
@media(max-width:700px){
  .hcm-rr-top100-genre-table-block h3{font-size:17px!important;padding:13px 14px!important}
}

/* v1.0.143-beta - standaard score op 5 voor speciale reviews in lijsten */

/* v1.0.163 - auteur op reviewkaarten / overzicht */
.hcm-rr-card-author{margin:6px 0 0;color:var(--hcm-rr-muted);font-size:.78rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;line-height:1.35}
.hcm-rr-card-author span{color:var(--hcm-rr-accent);font-weight:950}

/* v1.0.168-beta: artist comma split fixes on single review pages */
.hcm-rr-single-artist-wrap .hcm-rr-artist-split-links,
.hcm-rr-single-release-sub .hcm-rr-artist-split-links,
.hcm-rr-single-details .hcm-rr-artist-split-links {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    align-items: baseline;
}
.hcm-rr-single-artist-wrap .hcm-rr-single-artist-link {
    display: inline;
}
.hcm-rr-artist-separator,
.hcm-rr-release-separator {
    opacity: 0.85;
}


/* v1.0.170-beta: release details waardekolommen breder, labels compacter */
@media (min-width: 901px){
  .hcm-rr-single-detail-row{
    grid-template-columns:minmax(86px,122px) minmax(0,1fr);
    gap:10px;
    padding-left:16px;
    padding-right:16px;
  }
  .hcm-rr-single-detail-label{
    font-size:11px;
    letter-spacing:.055em;
  }
  .hcm-rr-single-detail-value{
    font-size:15px;
    line-height:1.3;
    overflow-wrap:anywhere;
  }
}
@media (min-width: 901px) and (max-width: 1120px){
  .hcm-rr-single-detail-row{
    grid-template-columns:minmax(78px,104px) minmax(0,1fr);
    gap:8px;
    padding-left:14px;
    padding-right:14px;
  }
  .hcm-rr-single-detail-label{font-size:10.5px;letter-spacing:.04em;}
}


/* v1.0.171-beta: catalogusnummer en detail-labels leesbaar op 1 lijn */
.hcm-rr-single-detail-label{
  white-space:nowrap;
  word-break:normal;
  overflow-wrap:normal;
  hyphens:none;
}
@media (min-width:901px){
  .hcm-rr-single-detail-row{
    grid-template-columns:minmax(118px,134px) minmax(0,1fr);
  }
  .hcm-rr-single-detail-label{
    font-size:10.5px;
    letter-spacing:.025em;
    line-height:1.15;
  }
}
@media (min-width:901px) and (max-width:1120px){
  .hcm-rr-single-detail-row{
    grid-template-columns:minmax(112px,126px) minmax(0,1fr);
    gap:8px;
  }
  .hcm-rr-single-detail-label{
    font-size:10px;
    letter-spacing:0;
  }
}
@media (max-width:560px){
  .hcm-rr-single-detail-label{
    white-space:normal;
  }
}
