.masters-news-community-block,
.masters-news-form-shell,
.masters-news-profile-summary,
.masters-news-profile-section,
.masters-news-approved-feed {
  margin-top: 2rem;
  padding: 1.25rem;
  border: 1px solid #ffd7c5;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fff8f2 100%);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
}

body:not(.masters-news-result-article) .article-header .sns-share,
body:not(.masters-news-result-article) .article-footer .sns-share,
body:not(.masters-news-result-article) .article-header .sns-share-message,
body:not(.masters-news-result-article) .article-footer .sns-share-message,
body:not(.masters-news-result-article) .article-header .share-menu-content,
body:not(.masters-news-result-article) .article-footer .share-menu-content,
body:not(.masters-news-result-article) .article-header .share-menu-content-top,
body:not(.masters-news-result-article) .article-footer .share-menu-content-top,
body:not(.masters-news-result-article) .article-header .date-tags,
body:not(.masters-news-result-article) .article-header .post-date,
body:not(.masters-news-result-article) .article-header .post-update,
body:not(.masters-news-result-article) .article-header .entry-date,
body:not(.masters-news-result-article) .article-header .amp-wp-article-published-time,
body:not(.masters-news-result-article) .article-header .amp-wp-article-modified-time {
  display: none !important;
}

.masters-news-community-block h2,
.masters-news-form-shell h2,
.masters-news-profile-summary h2,
.masters-news-profile-section h2,
.masters-news-approved-feed h3 {
  margin-top: 0;
}

#main > .masters-news-homepage-media-feed:first-child,
#list > .masters-news-homepage-media-feed:first-child {
  margin-top: 0;
}

.masters-news-homepage-media-feed {
  margin-bottom: 1.5rem;
}

.masters-news-venue-facts-table {
  width: 100%;
  border-collapse: collapse;
}

.masters-news-venue-facts-table th,
.masters-news-venue-facts-table td {
  padding: 0.55rem 0.7rem;
  border-bottom: 1px solid #e6edf3;
  vertical-align: top;
  text-align: left;
}

.masters-news-venue-facts-table th {
  width: 9rem;
  color: #34506b;
  font-weight: 700;
}

.masters-news-venue-map-embed {
  margin-top: 1rem;
}

.masters-news-venue-map-embed iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 16px;
}

.masters-news-cta-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.masters-news-cta-link,
.masters-news-submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border: 1px solid #ef6b2e;
  border-radius: 999px;
  background: linear-gradient(135deg, #ef6b2e 0%, #ff8d52 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(217, 79, 21, 0.2);
  text-align: center;
}

.masters-news-submit-button {
  margin: 0.35rem auto 0;
}

.masters-news-cta-link:hover,
.masters-news-submit-button:hover {
  opacity: 0.92;
  color: #ffffff;
}

.masters-news-cta-link--secondary {
  background: linear-gradient(135deg, #d94f15 0%, #ef6b2e 100%);
}

.masters-news-cta-links--explore {
  margin-top: 1.1rem;
  padding-top: 0.95rem;
  border-top: 1px solid #d7e6ee;
}

.masters-news-cta-link--hub {
  border-color: #0f4c81;
  background: linear-gradient(135deg, #0f4c81 0%, #2b79c2 100%);
  box-shadow: 0 12px 24px rgba(15, 76, 129, 0.22);
}

.masters-news-cta-link--results {
  border-color: #0f766e;
  background: linear-gradient(135deg, #0f766e 0%, #1aa394 100%);
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.22);
}

.masters-news-form {
  display: grid;
  gap: 0.9rem;
}

.masters-news-field {
  display: grid;
  gap: 0.5rem;
  padding: 0.95rem 1rem;
  border: 1px solid #d7e6ee;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.masters-news-field,
.masters-news-form > fieldset,
.masters-news-form > .masters-news-field-help,
.masters-news-form > textarea,
.masters-news-form > input[type="file"] {
  margin: 0;
}

.masters-news-form label,
.masters-news-form legend {
  display: block;
  margin-bottom: 0.4rem;
  color: #134e4a;
  font-weight: 700;
  line-height: 1.5;
}

.masters-news-form .required {
  color: #d94f15;
}

.masters-news-checkbox-group {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0.95rem 1rem;
  border: 1px solid #c8e8df;
  border-radius: 16px;
  background: #f7fcfb;
}

.masters-news-checkbox-group legend {
  padding: 0 0.35rem;
  font-weight: 700;
}

.masters-news-form input[type="text"],
.masters-news-form input[type="email"],
.masters-news-form input[type="url"],
.masters-news-form input[type="file"],
.masters-news-form select,
.masters-news-form textarea {
  width: 100%;
  margin-top: 0;
  padding: 0.82rem 0.95rem;
  border: 1px solid #bfded7;
  border-radius: 14px;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.masters-news-form input::placeholder,
.masters-news-form textarea::placeholder {
  color: #7a8ea4;
}

.masters-news-form input[type="file"] {
  padding: 0.75rem;
}

.masters-news-context-line,
.masters-news-submission-meta {
  color: #475569;
  font-size: 0.95em;
}

.masters-news-context-line {
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px solid #d8ece7;
  border-radius: 14px;
  background: #f7fcfb;
}

.masters-news-submission-cards {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.masters-news-submission-cards--entity {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.masters-news-submission-card {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fbff 0%, #f8fafc 100%);
}

.masters-news-submission-card--entity {
  gap: 0.95rem;
  min-width: 0;
  border-color: #d6e5ef;
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(15, 76, 129, 0.08);
  align-content: start;
}

.masters-news-submission-card--entity:hover,
.masters-news-submission-card--entity:focus-within {
  border-color: #8eb8d2;
  box-shadow: 0 16px 30px rgba(15, 76, 129, 0.12);
  transform: translateY(-1px);
}

.masters-news-submission-source {
  display: grid;
  gap: 0.45rem;
}

.masters-news-submission-source-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.7rem;
  justify-content: space-between;
}

.masters-news-submission-source-title {
  margin: 0;
  color: #475569;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.4;
}

.masters-news-submission-card--entity .masters-news-submission-source-title {
  color: #0f172a;
  font-size: 1rem;
  line-height: 1.45;
}

.masters-news-submission-source-title a {
  color: inherit;
  text-decoration: none;
}

.masters-news-submission-source-title a:hover {
  color: #0f4c81;
}

.masters-news-submission-meta {
  margin: 0;
  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.45;
}

.masters-news-submission-card--entity .masters-news-submission-meta {
  color: #40617b;
}

.masters-news-submission-source .masters-news-entry-card-tags {
  margin: 0;
  gap: 0.35rem;
}

.masters-news-submission-source .masters-news-entry-card-tag {
  padding: 0.2rem 0.55rem;
  font-size: 0.72rem;
}

.masters-news-submission-provider {
  margin-left: auto;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  border: 1px solid #c8daf4;
  background: #e8f1ff;
  color: #325073;
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

.masters-news-submission-comment {
  position: relative;
  margin: 0;
  padding: 0.95rem 1rem;
  border: 1px solid #cfe2f3;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #edf7ff 100%);
  color: #0f172a;
}

.masters-news-submission-comment::before {
  display: none;
}

.masters-news-submission-comment--official {
  border-color: #bfded7;
  background: linear-gradient(180deg, #ffffff 0%, #eefbf7 100%);
}

.masters-news-submission-card--entity .masters-news-submission-comment {
  background: #fff;
}

.masters-news-submission-comment--official::before {
  border-left-color: #bfded7;
  border-bottom-color: #bfded7;
  background: #eefbf7;
}

.masters-news-submission-comment__label {
  display: block;
  margin-bottom: 0.2rem;
  color: #0f4c81;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.masters-news-submission-comment p {
  margin: 0 0 0.35rem;
}

.masters-news-submission-comment p:last-child {
  margin-bottom: 0;
}

.masters-news-submission-media {
  display: flex;
  justify-content: center;
}

.masters-news-submission-media--video {
  width: 100%;
}

.masters-news-submission-video {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  border-radius: 14px;
  background: #07111d;
}

.masters-news-submission-card img,
.masters-news-submission-card video,
.masters-news-submission-card .wp-video,
.masters-news-submission-card .mejs-container {
  display: block;
  width: auto;
  max-width: min(100%, 420px) !important;
  max-height: 420px !important;
  height: auto;
  margin: 0;
  border-radius: 14px;
}

.masters-news-submission-card img,
.masters-news-submission-card video {
  object-fit: contain;
}

.masters-news-submission-card .wp-video {
  width: min(100%, 560px) !important;
  margin: 0 auto;
}

.masters-news-submission-card--entity .masters-news-submission-media {
  overflow: hidden;
  border-radius: 16px;
  background: #dfeaf3;
}

.masters-news-submission-card--entity .masters-news-submission-media--image img {
  width: 100%;
  max-width: 100% !important;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
}

.masters-news-submission-card--entity .masters-news-submission-media--video video,
.masters-news-submission-card--entity .masters-news-submission-media--video .wp-video,
.masters-news-submission-card--entity .masters-news-submission-media--video .mejs-container {
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
}

.masters-news-social-list,
.masters-news-link-list {
  margin: 0.8rem 0 0;
  padding-left: 1.2rem;
}

.masters-news-submission-card--entity .masters-news-social-list {
  margin-top: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.masters-news-submission-card--entity .masters-news-social-list li {
  margin: 0;
}

.masters-news-submission-card--entity .masters-news-social-list a {
  display: block;
  padding: 0.72rem 0.85rem;
  border: 1px solid #d6e5ef;
  border-radius: 14px;
  background: #fff;
  color: #0f4c81;
  font-weight: 700;
  text-decoration: none;
}

.masters-news-submission-card--entity .masters-news-social-list a:hover {
  border-color: #8eb8d2;
  background: #f7fbff;
}

.masters-news-form-notice {
  margin: 1rem 0;
  padding: 0.9rem 1rem;
  border-radius: 10px;
}

.masters-news-form-notice__title {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f4c81;
}

.masters-news-form-notice__steps {
  margin: 0.75rem 0 0;
  padding-left: 1.2rem;
}

.masters-news-form-notice__steps li + li {
  margin-top: 0.3rem;
}

.masters-news-form-notice--success {
  background: #edfdf3;
  border: 1px solid #9bd2af;
}

.masters-news-form-notice--error {
  background: #fef2f2;
  border: 1px solid #f5b5b5;
}

.masters-news-field-error {
  margin: -0.35rem 0 0;
  color: #b91c1c;
  font-size: 0.9em;
}

.masters-news-field-help {
  margin: 0;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid #d8ece7;
  background: #f2fbf8;
  color: #134e4a;
  font-size: 0.95em;
  line-height: 1.65;
}

.masters-news-field-help a {
  font-weight: 700;
}

.masters-news-media-hidden-notice {
  margin-top: 0.9rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid #d4dbe5;
  border-radius: 10px;
  background: #eef2f7;
  color: #334155;
}

.masters-news-media-hidden-notice p {
  margin: 0;
}

.masters-news-media-report-shell {
  margin-top: 0.85rem;
  text-align: right;
}

.masters-news-media-report-summary,
.masters-news-media-report-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.55rem 0.95rem;
  border: 1px solid #b91c1c;
  border-radius: 999px;
  background: #ffffff;
  color: #b91c1c;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.masters-news-media-report-summary {
  list-style: none;
}

.masters-news-media-report-summary::-webkit-details-marker {
  display: none;
}

.masters-news-media-report-shell[open] .masters-news-media-report-summary {
  margin-bottom: 0.75rem;
}

.masters-news-media-report-form {
  display: grid;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border: 1px solid #f1c7c7;
  border-radius: 12px;
  background: #fff7f7;
  text-align: left;
}

.masters-news-ranking-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 0 0 1.25rem;
}

.masters-news-ranking-card {
  padding: 1rem 1.1rem;
  border: 1px solid #d8e8ef;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.masters-news-ranking-card-label {
  margin: 0 0 0.8rem;
  color: #0f4c81;
  font-weight: 700;
}

.masters-news-ranking-card-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.masters-news-ranking-card-values span {
  display: block;
  color: #64748b;
  font-size: 0.86rem;
}

.masters-news-ranking-card-values span a {
  color: #0f4c81;
  text-decoration: underline;
}

.masters-news-ranking-card-values strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.35rem;
  line-height: 1.1;
  color: #0f172a;
}

.masters-news-ranking-card-population {
  margin: 0.22rem 0 0;
  color: #5b7086;
  font-size: 0.78rem;
  line-height: 1.45;
}

.masters-news-ranking-card-meta,
.masters-news-ranking-note {
  margin: 0.85rem 0 0;
  color: #475569;
  font-size: 0.95rem;
}

.masters-news-ranking-card-submeta {
  margin: 0.35rem 0 0;
  display: grid;
  gap: 0.16rem;
  color: #5b7086;
  font-size: 0.82rem;
  line-height: 1.45;
}

.masters-news-ranking-card-submeta-heading {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.18rem !important;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
}

.masters-news-ranking-card-submeta strong {
  display: block;
  margin-top: 0;
  line-height: 1.1;
}

.masters-news-ranking-card--past {
  background: linear-gradient(180deg, #fbfdff 0%, #f2f7fb 100%);
}

.masters-news-ranking-past-section {
  margin: 0 0 1.25rem;
}

.masters-news-ranking-past-section h3 {
  margin: 0 0 0.8rem;
  color: #0f4c81;
}

.masters-news-info-tip {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  vertical-align: baseline;
  margin-left: 0.24rem;
  flex: 0 0 auto;
}

.masters-news-info-tip__icon {
  display: inline-grid !important;
  place-items: center !important;
  width: 1.08rem;
  height: 1.08rem;
  border-radius: 999px;
  background: #d8e8ef;
  color: #0f4c81;
  font-size: 0;
  line-height: 1;
  cursor: help;
}

.masters-news-info-tip__icon::before {
  content: "i";
  display: block;
  color: #0f4c81;
  font-size: 0.66rem;
  line-height: 1;
  font-weight: 800;
  font-style: normal;
  font-family: Arial, "Helvetica Neue", sans-serif;
  transform: translateY(-0.03em);
}

.masters-news-info-tip__bubble {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.45rem);
  z-index: 10;
  width: min(240px, calc(100vw - 2rem));
  max-width: calc(100vw - 2rem);
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  background: #0f172a;
  color: #ffffff;
  font-size: 0.76rem;
  line-height: 1.45;
  text-align: left;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: all 0.18s ease;
  pointer-events: none;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.22);
}

.masters-news-info-tip:hover .masters-news-info-tip__bubble,
.masters-news-info-tip:focus-within .masters-news-info-tip__bubble {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.masters-news-result-article .entry-content .masters-news-section--venue {
  margin-bottom: 0.05rem;
}

.masters-news-result-article .entry-content .masters-news-section--venue p:last-child {
  margin-bottom: 0;
}

.masters-news-result-article .entry-content .masters-news-section--venue .masters-news-map-embed {
  margin-bottom: 0.35rem;
}

.masters-news-result-article .entry-content .masters-news-section--venue > p:last-of-type {
  margin-bottom: 0 !important;
}

.masters-news-result-article .entry-content .masters-news-section--venue + .masters-news-community-block {
  margin-top: 0.15rem;
}

.masters-news-result-article .entry-content .masters-news-community-block {
  margin-top: 0 !important;
}

.masters-news-ranking-card-movement {
  margin: 0.75rem 0 0;
  font-weight: 700;
}

.masters-news-ranking-card-movement--up {
  color: #15803d;
}

.masters-news-ranking-card-movement--down {
  color: #b91c1c;
}

.masters-news-country-rankings-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 0.9rem;
  margin: 1rem 0 1.4rem;
}

.masters-news-country-rankings-filter label {
  display: grid;
  gap: 0.35rem;
  min-width: 170px;
}

.masters-news-country-rankings-filter span {
  color: #0f4c81;
  font-weight: 700;
}

.masters-news-country-rankings-filter select {
  width: 100%;
}

.masters-news-media-report-button:hover,
.masters-news-media-report-summary:hover,
.masters-news-media-report-button:focus,
.masters-news-media-report-summary:focus {
  background: #fff1f2;
  color: #991b1b;
  text-decoration: none;
}

.masters-news-checkbox {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.masters-news-sidebar-shortcuts {
  display: grid;
  gap: 1rem;
}

.masters-news-sidebar-card {
  padding: 0.65rem 0 0.45rem;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.masters-news-sidebar-card + .masters-news-sidebar-card {
  margin-top: 0.65rem;
  padding-top: 1.2rem;
  border-top: 1px solid #c7d9e8;
}

.masters-news-sidebar-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1rem;
}

.masters-news-sidebar-card__actions {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.masters-news-sidebar-card__actions .masters-news-cta-link {
  margin: 0 auto;
}

.masters-news-sidebar-card p:last-child {
  margin-bottom: 0;
}

.masters-news-sidebar-card--media p {
  font-size: 0.92rem;
  line-height: 1.6;
}

.masters-news-sidebar-media-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.masters-news-sidebar-media-grid__item,
.masters-news-sidebar-media-list__item {
  display: block;
  text-decoration: none;
}

.masters-news-sidebar-media-grid__item img,
.masters-news-sidebar-media-list__thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
}

.masters-news-sidebar-media-list {
  display: grid;
  gap: 0.8rem;
}

.masters-news-sidebar-media-list__item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
}

.masters-news-sidebar-media-list__thumb {
  display: block;
}

.masters-news-sidebar-media-list__title {
  color: #16324f;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}

.masters-news-sidebar-link-list {
  margin: 0;
  padding-left: 1.1rem;
}

.masters-news-sidebar-link-list li + li {
  margin-top: 0.35rem;
}

.masters-news-sidebar-card--japan {
  border-top-color: #cfe4d9;
}

.masters-news-article-search-form {
  display: grid;
  gap: 0.9rem;
}

.masters-news-article-search-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 0.35rem;
  margin-bottom: 1.25rem;
}

.masters-news-search-field label {
  display: block;
  margin-bottom: 0.4rem;
  color: #0f4c81;
  font-weight: 700;
}

.masters-news-search-field {
  padding: 0.85rem 0.9rem 0.95rem;
  border: 1px solid #d9e4ec;
  border-radius: 18px;
  background: #ffffff;
}

.masters-news-search-field input[type="search"] {
  width: 100%;
  padding: 0.82rem 0.95rem;
  border: 1px solid #c8ddea;
  border-radius: 14px;
  background: #ffffff;
  box-sizing: border-box;
}

.masters-news-search-field select {
  width: 100%;
  padding: 0.82rem 0.95rem;
  border: 1px solid #c8ddea;
  border-radius: 14px;
  background: #ffffff;
  box-sizing: border-box;
}

.masters-news-search-chip-group {
  margin: 0;
  padding: 0.8rem 0.9rem 0.9rem;
  border: 1px solid #d9e4ec;
  border-radius: 18px;
  background: #ffffff;
}

.masters-news-search-chip-group legend {
  margin: 0 0 0.45rem;
  color: #0f4c81;
  font-weight: 700;
}

.masters-news-search-chip-group__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.masters-news-search-chip__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.masters-news-search-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid #cfe0ec;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  color: #0f4c81;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.2s ease;
}

.masters-news-search-chip:hover,
.masters-news-search-chip:focus {
  border-color: #7bb0d7;
  background: #eef7ff;
  color: #0f4c81;
}

.masters-news-search-chip__input:checked + .masters-news-search-chip {
  border-color: #0f4c81;
  background: linear-gradient(135deg, #0f4c81 0%, #1d6ea6 100%);
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(15, 76, 129, 0.18);
}

.masters-news-search-chip-group--age .masters-news-search-chip__input:checked + .masters-news-search-chip {
  border-color: #0f6a43;
  background: linear-gradient(135deg, #0f6a43 0%, #2f9c68 100%);
}

.masters-news-search-chip-group--country .masters-news-search-chip__input:checked + .masters-news-search-chip {
  border-color: #1f6d7a;
  background: linear-gradient(135deg, #1f6d7a 0%, #2e8fa0 100%);
}

.masters-news-search-button,
.masters-news-search-reset-button,
.masters-news-search-submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.5rem;
  min-height: 2.65rem;
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.masters-news-search-button,
.masters-news-search-submit-button {
  gap: 0.45rem;
  border: 1px solid #0f4c81;
  background: linear-gradient(135deg, #0f4c81 0%, #2b7ab8 100%);
  color: #ffffff;
  box-shadow: 0 12px 22px rgba(15, 76, 129, 0.18);
}

.masters-news-search-button:hover,
.masters-news-search-button:focus,
.masters-news-search-submit-button:hover,
.masters-news-search-submit-button:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.94;
}

.masters-news-search-reset-button {
  border: 1px solid #c8ddea;
  background: #ffffff;
  color: #3f566b;
}

.masters-news-search-reset-button:hover,
.masters-news-search-reset-button:focus {
  border-color: #7ea7c5;
  background: #f6fbff;
  color: #0f4c81;
  text-decoration: none;
}

.masters-news-search-button__icon {
  font-size: 1rem;
}

.masters-news-search-widget {
  padding-top: 0;
}

.masters-news-search-tabs {
  display: grid;
  gap: 0.95rem;
  padding: 0.95rem 1rem 1rem;
  border: 1px solid #cfe0ec;
  border-radius: 22px;
  background: linear-gradient(145deg, #eef7ff 0%, #ffffff 46%, #edf8f3 100%);
  box-shadow: 0 14px 28px rgba(15, 76, 129, 0.08);
}

.masters-news-search-tabs__heading {
  margin: 0;
  color: #0f4c81;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.masters-news-search-tabs__note {
  margin: -0.4rem 0 0;
  color: #587188;
  font-size: 0.76rem;
  line-height: 1.55;
}

.masters-news-search-tabs__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.masters-news-search-tabs__labels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  padding: 0.35rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.masters-news-search-tabs__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.6rem 0.8rem;
  border: 1px solid #cfe0ec;
  border-radius: 15px;
  background: #ffffff;
  color: #0f4c81;
  font-weight: 700;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-align: center;
  line-height: 1.25;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(15, 76, 129, 0.05);
}

.masters-news-ranking-widget .masters-news-search-tabs__labels {
  gap: 0.45rem;
}

.masters-news-ranking-widget .masters-news-search-tabs__label {
  min-height: 3.15rem;
  padding: 0.55rem 0.6rem;
  font-size: 0.9rem;
}

.masters-news-kind-panel[hidden] {
  display: none !important;
}

.masters-news-search-tabs__input:first-of-type:checked ~ .masters-news-search-tabs__labels .masters-news-search-tabs__label:first-child,
.masters-news-search-tabs__input:nth-of-type(2):checked ~ .masters-news-search-tabs__labels .masters-news-search-tabs__label:nth-child(2) {
  border-color: #0f4c81;
  background: linear-gradient(135deg, #0f4c81 0%, #1d6ea6 100%);
  color: #ffffff;
  box-shadow: 0 12px 22px rgba(15, 76, 129, 0.18);
}

.masters-news-search-tabs__panels {
  position: relative;
}

.masters-news-search-tabs__panel {
  display: none;
}

.masters-news-search-tabs__input:first-of-type:checked ~ .masters-news-search-tabs__panels .masters-news-search-tabs__panel--article,
.masters-news-search-tabs__input:nth-of-type(2):checked ~ .masters-news-search-tabs__panels .masters-news-search-tabs__panel--player {
  display: block;
}

.entry-card .admin-pv {
  display: none !important;
}

.masters-news-entry-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.8rem 0 0.95rem;
}

.masters-news-entry-card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.28rem 0.72rem;
  border: 1px solid #d6e6ef;
  border-radius: 999px;
  background: #f6fbff;
  color: #0f4c81;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
}

.masters-news-entry-card-tag--grade {
  border-color: #c9ddf2;
  background: #eef6ff;
  color: #0f4c81;
}

.masters-news-entry-card-tag--event {
  border-color: #cfe5df;
  background: #f2fbf7;
  color: #0f6a43;
}

.masters-news-entry-card-tag--age {
  border-color: #d7e0e8;
  background: #f8fbfd;
  color: #335d7e;
}

.masters-news-entry-card-tag--organizer {
  border-color: #bfe0d6;
  background: linear-gradient(135deg, #effaf6 0%, #e5f7f0 100%);
  color: #0f6a43;
}

.masters-news-entry-card-tag--custom {
  color: var(--mn-custom-tag-color, #0f172a);
  background: var(--mn-custom-tag-bg, #e2e8f0);
  border-color: var(--mn-custom-tag-border, #cbd5e1);
}

.masters-news-footer-link {
  margin: 1.5rem auto 0;
  padding: 0 1rem 1rem;
  text-align: center;
  font-size: 0.92em;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.masters-news-language-switcher {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  margin: 0 auto 1rem;
  padding: 0 1rem;
}

.masters-news-language-switcher__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1rem;
  padding: 0.35rem 0.7rem;
  border: 1px solid #bfded7;
  border-radius: 999px;
  background: #ffffff;
  color: #0f4c81;
  font-size: 0.86rem;
  text-decoration: none;
}

.masters-news-language-switcher__link.is-current {
  border-color: #0f7c67;
  background: linear-gradient(135deg, #0f6a43 0%, #0f7c67 100%);
  color: #ffffff;
}

.masters-news-context-picker {
  display: grid;
  gap: 1rem;
  margin-top: 1.35rem;
}

.masters-news-profile-ranking-table-wrap {
  overflow-x: auto;
}

.masters-news-scroll-mirror {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 0 0.5rem;
}

.masters-news-scroll-mirror[hidden] {
  display: none !important;
}

.masters-news-scroll-mirror__inner {
  height: 1px;
}

.masters-news-profile-ranking-table {
  width: 100%;
  border-collapse: collapse;
}

.masters-news-profile-ranking-table th,
.masters-news-profile-ranking-table td {
  padding: 0.7rem 0.8rem;
  border-bottom: 1px solid #dbe7ef;
  text-align: left;
  white-space: nowrap;
}

.masters-news-profile-ranking-table th {
  color: #0f4c81;
  font-weight: 700;
  background: #f6fbff;
}

.masters-news-history-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.8rem;
}

.masters-news-history-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 0.85rem 1rem;
  border: 1px solid #d8e8ef;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #f9fcfe 100%);
}

.masters-news-history-item--champion {
  border-color: rgba(212, 162, 31, 0.28);
  background: linear-gradient(135deg, rgba(255, 252, 240, 0.96) 0%, rgba(255, 248, 228, 0.96) 100%);
}

.masters-news-history-item--runner_up {
  border-color: rgba(184, 194, 204, 0.38);
  background: linear-gradient(135deg, rgba(249, 251, 253, 0.98) 0%, rgba(241, 245, 249, 0.98) 100%);
}

.masters-news-history-icon {
  display: inline-flex;
  width: 1.35rem;
  min-width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.05rem;
}

.masters-news-history-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.masters-news-history-content {
  flex: 1;
  min-width: 0;
}

.masters-news-history-link,
.masters-news-history-text {
  color: #12344d;
  font-weight: 600;
  line-height: 1.55;
}

.masters-news-history-link {
  text-decoration: none;
}

.masters-news-history-link:hover,
.masters-news-history-link:focus {
  text-decoration: underline;
}

.masters-news-history-badges {
  margin: 0.55rem 0 0;
}

.masters-news-sidebar-shortcuts .widget {
  margin-bottom: 1.25rem;
}

.masters-news-sidebar-shortcuts .widget:last-child {
  margin-bottom: 0;
}

.masters-news-context-picker__article {
  padding: 1rem;
  border: 1px solid #d8ece7;
  border-radius: 16px;
  background: #f7fcfb;
}

.masters-news-context-picker__title {
  margin: 0 0 0.8rem;
  color: #0f4c81;
  font-weight: 700;
}

.masters-news-context-picker__title a {
  color: inherit;
  text-decoration: none;
}

.masters-news-context-picker__title a:hover,
.masters-news-context-picker__title a:focus {
  text-decoration: underline;
}

.masters-news-entity-hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.9rem;
}

.masters-news-entity-hub-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-height: 100%;
  padding: 1rem 1.05rem;
  border: 1px solid #d8ece7;
  border-radius: 16px;
  background: #f7fcfb;
  color: #0f4c81;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(15, 76, 129, 0.06);
}

.masters-news-entity-hub-card:hover,
.masters-news-entity-hub-card:focus {
  transform: translateY(-1px);
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(15, 76, 129, 0.11);
}

.masters-news-entity-hub-card__title {
  font-weight: 700;
  line-height: 1.45;
}

.masters-news-entity-hub-card__meta {
  font-size: 0.86rem;
  color: #58718b;
  line-height: 1.4;
}

.masters-news-main-search-box {
  margin: 0 0 20px;
}

.masters-news-main-search-box .masters-news-sidebar-card {
  margin-bottom: 0;
}

.masters-news-tournament-search-page .posts-not-found {
  display: none !important;
}

.masters-news-search-results-section {
  margin: 0 0 24px;
}

.masters-news-search-results-section__title {
  margin: 0 0 8px;
}

.masters-news-search-results-section__intro {
  margin: 0 0 16px;
  color: #5f7286;
}

.masters-news-search-results-section__empty {
  margin: 0;
  color: #5f7286;
}

.masters-news-no-toc-page #toc,
.masters-news-no-toc-page .toc-title,
.masters-news-no-toc-page .toc-content {
  display: none !important;
}

.masters-news-static-page figure {
  margin: 1rem 0 1.4rem;
}

.masters-news-static-page img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid #d8ece7;
}

.masters-news-footer-network-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
  margin: 0 1rem 0.75rem 0;
}

.masters-news-footer-network-link {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-width: 132px;
  min-height: 82px;
  padding: 0.75rem 0.95rem 0.8rem;
  border: 1px solid rgba(148, 163, 184, 0.38);
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  color: #0f172a;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.masters-news-footer-network-link__label {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.1;
}

.masters-news-footer-network-link__sub {
  position: relative;
  z-index: 1;
  margin-top: 0.18rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.72;
}

.masters-news-footer-network-link__art {
  position: absolute;
  inset: 0;
  opacity: 0.96;
}

.masters-news-footer-network-link__art::before,
.masters-news-footer-network-link__art::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
}

.masters-news-footer-network-link__art::before {
  top: 14px;
  right: -18px;
  width: 72px;
  height: 72px;
}

.masters-news-footer-network-link__art::after {
  top: -14px;
  left: 18px;
  width: 40px;
  height: 40px;
}

.masters-news-footer-network-link:hover,
.masters-news-footer-network-link:focus {
  transform: translateY(-1px);
  text-decoration: none;
}

.masters-news-footer-network-link--atp {
  background: linear-gradient(135deg, #0f4c81 0%, #357ac5 58%, #d7ecff 100%);
  color: #ffffff;
}

.masters-news-footer-network-link--wta {
  background: linear-gradient(135deg, #8e1f48 0%, #d64978 58%, #ffdbe6 100%);
  color: #ffffff;
}

.masters-news-footer-network-link--itf {
  background: linear-gradient(135deg, #0f6a43 0%, #29a66b 58%, #d8f3e5 100%);
  color: #ffffff;
}

.footer-bottom.fdt-left-and-right .masters-news-footer-network-links {
  margin-right: auto;
  margin-bottom: 0;
}

.masters-news-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.masters-news-report-log {
  margin: 0;
  padding-left: 1rem;
}

.masters-news-report-log li {
  margin-bottom: 0.7rem;
}

.masters-news-player-link {
  font-weight: 700;
}

.masters-news-player-support {
  display: grid;
  gap: 0.95rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.masters-news-player-support-section {
  margin-top: 0.9rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.masters-news-player-support__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.9rem 1rem;
}

.masters-news-player-support__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0;
}

.masters-news-player-support__icon::before {
  content: "\1F44D";
}

.masters-news-player-support__icon::before {
  content: "👍";
  display: block;
  font-size: 1.05rem;
  line-height: 1;
}

.masters-news-player-support__form {
  margin: 0;
}

.masters-news-player-support__button {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.95rem 1.4rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8f3a 0%, #ff5a32 100%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(255, 90, 50, 0.22);
}

.masters-news-player-support__button:hover,
.masters-news-player-support__button:focus {
  transform: translateY(-1px);
}

.masters-news-player-support__button[disabled] {
  opacity: 0.72;
  cursor: default;
  transform: none;
  box-shadow: none;
}

.masters-news-player-support__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0;
}

.masters-news-player-support__icon::before {
  content: "\1F44D";
  display: block;
  font-size: 1.05rem;
  line-height: 1;
}

.masters-news-player-support__count {
  display: grid;
  gap: 0.25rem;
  justify-items: end;
  text-align: right;
  color: #12344d;
}

.masters-news-player-support__count strong {
  font-size: 1rem;
}

.masters-news-player-support__count span {
  font-size: 0.84rem;
  color: #5a7186;
}

.masters-news-player-support__sample-link {
  display: flex;
  justify-content: flex-end;
  margin-top: -0.2rem;
  font-size: 0.92rem;
}

.masters-news-player-support__sample-link a {
  color: #0f5e88;
  text-decoration: underline;
}

.masters-news-field-help--muted {
  background: #f8fbfd;
  border-color: #d8e5ee;
  color: #456178;
  font-size: 0.9em;
}

.masters-news-form-consent-note {
  margin: 0.7rem auto 0;
  max-width: 48rem;
  color: #7d8fa0;
  font-size: 0.88rem;
  line-height: 1.65;
  text-align: center;
}

.masters-news-form-consent-note--subtle {
  margin-top: 0.45rem;
  color: #43586d;
  font-size: 0.82rem;
}

.masters-news-form-consent-note--subtle a {
  font-weight: 700;
}

.masters-news-field--checkboxes {
  margin-bottom: 0.95rem;
}

.masters-news-submission-slot__title {
  margin: 0 0 0.8rem;
}

.masters-news-field-label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #16344f;
}

.masters-news-choice-list--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.85rem;
}

.masters-news-choice-item {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  font-size: 0.95rem;
}

.masters-news-player-support__notice {
  padding: 0.8rem 0.95rem;
  border-radius: 14px;
  font-weight: 600;
}

.masters-news-player-support__notice.is-success {
  background: #e8f8ef;
  color: #166534;
}

.masters-news-player-support__notice.is-info {
  background: #eaf3ff;
  color: #1d4ed8;
}

.masters-news-player-support__notice.is-error {
  background: #fff1f2;
  color: #b91c1c;
}

.masters-news-static-page {
  display: grid;
  gap: 1.15rem;
}

.masters-news-results-landing__title {
  margin: 0;
  color: #0f172a;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.masters-news-hub-grid,
.masters-news-results-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.masters-news-hub-card {
  display: grid;
  gap: 0.72rem;
  min-width: 0;
  padding: 1rem 1.05rem;
  border: 1px solid #d7e6ee;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  color: #0f172a;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
  overflow: hidden;
}

.masters-news-hub-card:hover,
.masters-news-hub-card:focus {
  color: #0f172a;
  border-color: #8eb8d2;
  box-shadow: 0 16px 30px rgba(15, 76, 129, 0.12);
  transform: translateY(-1px);
}

.masters-news-hub-card p {
  margin: 0;
}

.masters-news-hub-card__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.masters-news-hub-card__title a {
  color: inherit;
}

.masters-news-hub-card__excerpt {
  min-width: 0;
  color: #40617b;
  font-size: 0.92rem;
  line-height: 1.6;
  overflow-wrap: anywhere;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.masters-news-hub-card__cta {
  margin-top: auto;
}

.masters-news-hub-card .masters-news-history-badges {
  gap: 0.45rem;
}

.masters-news-hub-card__people {
  display: grid;
  gap: 0.55rem;
}

.masters-news-hub-card__people p {
  display: grid;
  gap: 0.18rem;
}

.masters-news-hub-card__people strong,
.masters-news-hub-card__status {
  color: #0f4c81;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.masters-news-hub-card__people span,
.masters-news-hub-card__note {
  color: #0f172a;
  font-size: 0.98rem;
  line-height: 1.55;
}

.masters-news-hub-card__note {
  color: #40617b;
  font-size: 0.88rem;
}

.masters-news-tournament-hub__official-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0.35rem;
}

.masters-news-tournament-hub__official-note {
  margin: 0.45rem 0 0;
  color: #7d8a95;
  font-size: 0.82rem;
  line-height: 1.55;
  text-align: center;
}

.masters-news-tournament-hub__date {
  margin: -0.45rem 0 0.15rem;
  color: #40617b;
  font-size: 0.95rem;
  line-height: 1.5;
}

.masters-news-tournament-hub__venues {
  display: grid;
  gap: 1rem;
}

.masters-news-tournament-hub__venue-item {
  display: grid;
  gap: 0.55rem;
}

.masters-news-tournament-hub__venue-badges .masters-news-history-badges {
  justify-content: flex-start;
}

.masters-news-tournament-hub__media {
  display: grid;
  gap: 0.95rem;
}

.masters-news-hub-media-gallery {
  overflow: hidden;
  border-radius: 20px;
}

.masters-news-hub-media-gallery--packed {
  overflow: visible;
}

.masters-news-hub-media-gallery--stacked {
  overflow: hidden;
}

.masters-news-hub-media-gallery__track {
  display: flex;
  gap: 1rem;
  width: max-content;
  align-items: flex-start;
}

.masters-news-hub-media-gallery--packed .masters-news-hub-media-gallery__track {
  display: block;
  width: auto;
  column-gap: 1rem;
  column-count: 1;
}

.masters-news-hub-media-gallery--stacked .masters-news-hub-media-gallery__track {
  display: flex;
  align-items: flex-start;
}

@media (min-width: 720px) {
  .masters-news-hub-media-gallery--packed .masters-news-hub-media-gallery__track {
    column-count: 2;
  }
}

@media (min-width: 1120px) {
  .masters-news-hub-media-gallery--packed .masters-news-hub-media-gallery__track {
    column-count: 3;
  }
}

.masters-news-hub-media-gallery.is-animated .masters-news-hub-media-gallery__track {
  animation: masters-news-hub-marquee 76s linear infinite;
}

.masters-news-hub-media-gallery.is-animated:hover .masters-news-hub-media-gallery__track,
.masters-news-hub-media-gallery.is-animated:focus-within .masters-news-hub-media-gallery__track,
.masters-news-hub-media-gallery.is-paused-by-media .masters-news-hub-media-gallery__track {
  animation-play-state: paused;
}

.masters-news-hub-media-card {
  width: min(320px, 76vw);
  flex: 0 0 min(320px, 76vw);
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid #d7e6ee;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
  color: #0f172a;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.masters-news-hub-media-card.is-clickable {
  cursor: pointer;
}

.masters-news-hub-media-gallery--packed .masters-news-hub-media-card {
  width: 100%;
  flex: none;
  display: inline-flex;
  flex-direction: column;
  vertical-align: top;
  margin: 0 0 1rem;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

.masters-news-hub-media-gallery--stacked .masters-news-hub-media-column {
  width: min(320px, 76vw);
  flex: 0 0 min(320px, 76vw);
  display: grid;
  gap: 1rem;
  align-content: start;
}

.masters-news-hub-media-gallery--stacked .masters-news-hub-media-column:nth-child(3n + 2) {
  margin-top: 0.85rem;
}

.masters-news-hub-media-gallery--stacked .masters-news-hub-media-column:nth-child(3n) {
  margin-top: 0.35rem;
}

.masters-news-hub-media-gallery--stacked .masters-news-hub-media-card {
  width: 100%;
  flex: none;
}

.masters-news-hub-media-card:hover,
.masters-news-hub-media-card:focus {
  color: #0f172a;
  border-color: #8eb8d2;
  box-shadow: 0 16px 30px rgba(15, 76, 129, 0.12);
  transform: translateY(-1px);
}

.masters-news-hub-media-card:focus-visible {
  outline: 3px solid rgba(43, 121, 194, 0.28);
  outline-offset: 3px;
}

.masters-news-hub-media-card .masters-news-submission-media {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(180deg, #dbe7ef 0%, #eef4f8 100%);
}

.masters-news-hub-media-gallery--packed .masters-news-hub-media-card .masters-news-submission-media {
  aspect-ratio: auto;
  height: auto;
}

.masters-news-hub-media-gallery--stacked .masters-news-hub-media-card .masters-news-submission-media {
  aspect-ratio: auto;
  height: auto;
}

.masters-news-hub-media-card .masters-news-submission-media img,
.masters-news-hub-media-card .masters-news-submission-media video {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
}

.masters-news-hub-media-gallery--packed .masters-news-hub-media-card .masters-news-submission-media img,
.masters-news-hub-media-gallery--packed .masters-news-hub-media-card .masters-news-submission-media video {
  height: auto;
}

.masters-news-hub-media-gallery--stacked .masters-news-hub-media-card .masters-news-submission-media img,
.masters-news-hub-media-gallery--stacked .masters-news-hub-media-card .masters-news-submission-media video {
  height: auto;
}

.masters-news-hub-media-card .masters-news-submission-media--video {
  background: #07111d;
}

.masters-news-hub-media-card .masters-news-submission-video {
  height: 100%;
  border-radius: 0;
}

.masters-news-hub-media-card__meta {
  display: grid;
  gap: 0.55rem;
  padding: 0.9rem;
  align-content: start;
  justify-items: start;
}

.masters-news-hub-media-card__source {
  display: inline-flex;
  width: fit-content;
  text-decoration: none;
}

.masters-news-hub-media-card__source .masters-news-history-badges {
  justify-content: flex-start;
}

.masters-news-hub-media-card__provider .masters-news-submission-provider {
  justify-content: flex-start;
}

.masters-news-hub-media-card__provider {
  justify-self: start;
}

.masters-news-hub-media-card__submitter-name {
  margin-top: 0.2rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: #12344d;
}

.masters-news-form-sample-link {
  margin: 0.15rem 0 1rem;
}

.masters-news-form-sample-link a {
  color: #0f5e88;
  font-weight: 700;
  text-decoration: underline;
}

@keyframes masters-news-hub-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

.masters-news-player-follow-section {
  gap: 0.9rem;
}

.masters-news-player-follow-form {
  display: grid;
  gap: 0.9rem;
}

.masters-news-form-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.masters-news-form-field {
  display: grid;
  gap: 0.4rem;
}

.masters-news-form-field label {
  margin: 0;
  color: #134e4a;
  font-weight: 700;
}

.masters-news-form-field input,
.masters-news-form-field select {
  width: 100%;
  margin: 0;
  padding: 0.82rem 0.95rem;
  border: 1px solid #bfded7;
  border-radius: 14px;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.masters-news-player-follow-form__actions {
  display: flex;
  justify-content: center;
}

.masters-news-profile-summary-edit-request {
  margin-top: 1rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.masters-news-profile-summary-edit-request__title {
  margin: 0 0 0.5rem;
  color: #0f4c81;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.45;
}

.masters-news-profile-summary-edit-request > p {
  margin: 0 0 0.8rem;
}

.masters-news-faq-intro {
  margin: 0 0 1.2rem;
}

.masters-news-faq-toc {
  margin: 0 0 2rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(22, 93, 159, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(243, 250, 254, 0.96), rgba(255, 255, 255, 0.98));
}

.masters-news-faq-toc > h2 {
  margin: 0 0 0.7rem;
  font-size: 1.05rem;
}

.masters-news-faq-toc ol {
  margin: 0;
  padding-left: 1.2rem;
}

.masters-news-faq-toc li + li {
  margin-top: 0.28rem;
}

.masters-news-faq-shot {
  margin: 1rem 0 1.6rem;
}

.masters-news-faq-shot img {
  display: block;
  width: 100%;
  max-width: 920px;
  height: auto;
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(16, 50, 86, 0.12);
}

.masters-news-faq-shot figcaption {
  margin-top: 0.55rem;
  color: #55738a;
  font-size: 0.92rem;
  text-align: center;
}

body.single-player_profile .toc,
body.single-player_profile .toc-box,
body.single-player_profile .toc-content,
body.single-player_profile .widget_toc,
body.single-player_profile .widget_index_box,
body.single-post .toc,
body.single-post .toc-box,
body.single-post .toc-content,
body.single-post .widget_toc,
body.single-post .widget_index_box,
body.page .toc,
body.page .toc-box,
body.page .toc-content,
body.page .widget_toc,
body.page .widget_index_box,
body.mn-page-verification-guide .toc,
body.mn-page-verification-guide .toc-box,
body.mn-page-verification-guide .toc-content,
body.mn-page-verification-guide .widget_toc,
body.mn-page-verification-guide .widget_index_box {
  display: none !important;
}

body .sns-follow,
body .author-box {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .masters-news-community-block,
  .masters-news-form-shell,
  .masters-news-profile-summary,
  .masters-news-profile-section,
  .masters-news-approved-feed {
    padding: 1rem;
  }

  .masters-news-admin-actions {
    display: grid;
  }

  .masters-news-player-support__row {
    align-items: stretch;
  }

  .masters-news-player-support__button {
    width: 100%;
    justify-content: center;
  }

  .masters-news-player-support__count {
    justify-items: start;
  }

  .masters-news-footer-network-links {
    justify-content: center;
    margin: 0 0 0.85rem;
  }
}
