.yt-legal-footer {
margin-top: 40px;
padding: 25px 0;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
gap: 28px;
flex-wrap: wrap;
background: #fafafa;
border-top: 1px solid #e5e5e5;
font-size: 14px;
line-height: 1.4;
}
.yt-legal-footer a {
color: #555;
text-decoration: none;
font-weight: 500;
transition: color 0.2s ease, opacity 0.2s ease;
}
.yt-legal-footer a:hover {
color: #000;
opacity: 0.8;
text-decoration: underline;
} @media (max-width: 600px) {
.yt-legal-footer {
gap: 18px;
font-size: 13px;
padding: 20px 10px;
}
}