/* BNC TV shared Australian Classification rating badges.
   Used by livetv.html and guide.html — keep this file in sync across both. */
.rating-badge {
    display: inline-block;
    padding: 3px 7px;
    font-weight: 800;
    font-size: 0.7rem;
    border-radius: 4px;
    color: #ffffff;
    vertical-align: middle;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
    line-height: 1;
    flex-shrink: 0;
    background-color: #475569; /* fallback for unknown/unmapped rating strings */
}
.rating-badge.badge-g { background-color: #00b050; }
.rating-badge.badge-pg { background-color: #ffcc00; color: #000000; text-shadow: none; }
.rating-badge.badge-m { background-color: #00a2e8; }
.rating-badge.badge-ma15 { background-color: #ff0000 !important; }
.rating-badge.badge-r18 { background-color: #1c1c1e !important; border: 1px solid #3a3a3c; }
.rating-badge.badge-x18 { background-color: #000000 !important; color: #ffcc00 !important; border: 1px solid #ffcc00; text-shadow: none; }
.rating-badge.badge-e { background-color: #64748b; }
.rating-badge.badge-ctc { background-color: #334155; border: 1px dashed #64748b; }
