/* Home page Live Match Centre */

a.nvpItem {
  display:block; width:100%;
  padding:5px; width:100%; border-radius:10px;
  margin-bottom:3px;
}
a.nvpItem:hover {
  text-decoration:none;
}
.nvpCompetition {
  margin-left:10px; margin-right:15px;
  color:white;
  font-size:18px; font-weight:bold; line-height:120%;
  border-bottom:1px solid white;
}
.nvpMatch {
  margin-left:10px; margin-right:15px;
  color:white;
  font-size:20px; font-weight:bold; line-height:150%;
}
.nvpSponsor {
  text-align:center;
}
.nvpSponsor img {
  margin-top:5px; max-height:50px; border-radius:6px;
}
.nvpLink {
  display:block; width:100%; padding:10px 5px;  border-radius:6px;
  background:black; color:white;
  font-size:20px; font-weight:bold;
  text-align:center;
}
.nvpLink:hover {
  background:white; color:black; text-decoration:none;
}

/* nvPlay live match pages */

.news-score-container {
    position: relative;
    width: 100%;
    /* Standard proportions for a rich match center view */
    height: 750px; 
    max-width: 1200px;
    margin: 20px auto;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    background-color: #ffffff;
}
@media (max-width: 768px) {
    .news-score-container {
        height: 550px;
        margin: 10px auto;
    }
}
.news-score-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
.score-attribution {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #718096;
    text-align: left;
    margin-top: 6px;
    padding-right: 5px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.score-attribution a {
    color: #4a5568;
    text-decoration: underline;
}
.score-attribution img {
    float:right; height:24px;
}
.nvLogo {
    text-align:center;
}
.nvLogo img {
    width: 100%; max-width:100%;
    margin-bottom:5px; border-radius:10px;
}
.nvFeaturePhoto {
  text-align:center;
  font-size:14px; font-style:italic;
  margin-bottom:5px;
}
.nvFeaturePhoto img {
   display:block;
   width: 100%; max-width:100%;
}
nvSidebar .panelHeader {
 border-radius:8px 8px 0px 0px; padding:3px;
 text-align:center; font-weight:bold;
}
nvSidebar .updateButton {
  display:block;
  margin:0 auto; width:80%; border-radius:10px; padding:5px; 
  font-family:Arial; font-size:20px; font-weight:bold;
  background:green; color:white;
  text-align:center; text-decoration:none;
}
nvSidebar .updateButton:hover {
  background:blue; color:white; text-decoration:none;
}


