.crossmap-attribution {
    max-width: 850px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: system-ui, -apple-system, sans-serif;
    color: #222;
}

.crossmap-attribution-inner h2 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 28px;
}

.crossmap-source-block {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 30px;
    background: #fafafa;
    margin-top: 25px;
}

.crossmap-tmdb-logo {
    width: 70px;
    margin-bottom: 18px;
    display: block;
}

.crossmap-source-link {
    display: inline-block;
    margin-top: 12px;
    color: #01b4e4;
    font-weight: 500;
    text-decoration: none;
}

.crossmap-source-link:hover {
    text-decoration: underline;
}

.crossmap-source-block p {
    line-height: 1.6;
    margin-bottom: 12px;
}
