.new-press {
padding: 28px 0;
color: #e6edf3;
}

.new-press__wrap {
margin: 0 auto;
padding: 0 0px;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.new-press__header h2 {
margin: 0 0 6px;
font-size: 1.6rem;
color: #f0f6fc;
}

.new-press__header p {
margin: 0 0 16px;
color: #9da7b3;
line-height: 1.4;
}

.new-press__grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 14px;
}

.new-card {
grid-column: span 12;
min-height: 170px;
padding: 16px;
display: flex;
flex-direction: column;
gap: 10px;

background: #161b22;
border: 1px solid rgba(240, 246, 252, 0.12);
border-radius: 14px;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
color: #e6edf3;
}

@media (min-width: 700px) {
.new-card {
grid-column: span 6;
}
}

@media (min-width: 1020px) {
.new-card {
grid-column: span 4;
}
}

.new-card__top {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 12px;
}

.new-source {
display: flex;
flex-direction: column;
gap: 6px;
}

.new-source__name {
margin: 0;
font-size: 1.05rem;
letter-spacing: 0.2px;
color: #f0f6fc;
}

.new-badge {
display: inline-flex;
align-items: center;
width: fit-content;
padding: 3px 10px;
border: 1px solid rgba(240, 246, 252, 0.14);
border-radius: 999px;
background: rgba(240, 246, 252, 0.06);
color: #c9d1d9;
font-size: 0.78rem;
}

.new-badge--user {
background: rgba(88, 166, 255, 0.12);
border-color: rgba(88, 166, 255, 0.28);
color: #79c0ff;
}

.new-badge--test {
background: rgba(210, 153, 34, 0.12);
border-color: rgba(210, 153, 34, 0.28);
color: #e3b341;
}

.new-badge--mention {
background: rgba(63, 185, 80, 0.12);
border-color: rgba(63, 185, 80, 0.28);
color: #56d364;
}

.new-rating,
.new-score {
text-align: right;
line-height: 1.1;
white-space: nowrap;
}

.new-rating__value,
.new-score__value {
margin-right: 2px;
font-size: 1.25rem;
font-weight: 700;
color: #f0f6fc;
}

.new-rating__scale,
.new-score__scale {
color: #9da7b3;
font-size: 0.95rem;
}

.new-rating__stars {
display: block;
margin-top: 4px;
color: #e3b341;
font-size: 1rem;
letter-spacing: 1px;
}

.new-score--na {
color: #8b949e;
}

.new-score__na {
font-size: 0.95rem;
}

.new-meta {
margin: 0;
color: #9da7b3;
font-size: 0.92rem;
}

.new-quote {
margin: 0;
padding-left: 12px;
border-left: 3px solid rgba(88, 166, 255, 0.45);
color: #c9d1d9;
font-size: 0.98rem;
line-height: 1.45;
}

.new-note {
margin: 0;
color: #b1bac4;
font-size: 0.95rem;
line-height: 1.45;
}

.new-link {
margin-top: auto;
display: inline-flex;
align-items: center;
gap: 6px;
width: fit-content;
padding: 9px 12px;

background: rgba(88, 166, 255, 0.08);
border: 1px solid rgba(88, 166, 255, 0.28);
border-radius: 10px;

color: #79c0ff;
font-weight: 600;
text-decoration: none;

transition:
transform 0.05s ease,
box-shadow 0.2s ease,
background 0.2s ease,
border-color 0.2s ease;
}

.new-link:hover {
background: rgba(88, 166, 255, 0.16);
border-color: rgba(88, 166, 255, 0.45);
box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
transform: translateY(-1px);
}

.new-link:focus-visible {
outline: 2px solid #58a6ff;
outline-offset: 3px;
}

.new-press__footer {
margin-top: 14px;
}

.new-disclaimer {
margin: 0;
color: #8b949e;
font-size: 0.85rem;
line-height: 1.45;
}




.newbtn {
display: inline-block;
min-width: 300px;
padding: 15px 24px;

background: #06960c;
color: #fff;

text-decoration: none;
text-align: center;
border: 0;
border-radius: 999px;

font-size: 1.1rem;
font-weight: 700;
line-height: 1.2;

transition:
filter 0.15s ease,
transform 0.02s ease,
box-shadow 0.2s ease;
}

.newbtn:hover {
filter: brightness(1.1);
box-shadow: 0 8px 20px rgba(76, 175, 80, 0.3);
}

.newbtn:active {
transform: translateY(1px);
}

.newbtn:focus-visible {
outline: 3px solid color-mix(in oklab, #06960c 45%, white);
outline-offset: 3px;
}

.newbtn,
.newbtn:link,
.newbtn:visited,
.content a.newbtn,
.container a.newbtn,
.site-footer a.newbtn {
color: #fff !important;
text-decoration: none !important;
}

.download-status {
margin: 28px auto;
padding: 24px;
display: flex;
align-items: flex-start;
gap: 18px;

background: rgba(76, 175, 80, 0.1);
border: 2px solid #11bb11;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.download-status__icon {
flex: 0 0 48px;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: #11bb11;
color: #ffffff;
border-radius: 50%;
font-size: 1.6rem;
font-weight: 800;
line-height: 1;
}

.download-status__content {
flex: 1;
min-width: 0;
}

.download-status__title {
margin: 0 0 10px;
color: #11bb11;
font-size: clamp(1.35rem, 3vw, 2rem);
line-height: 1.25;
}

.download-status__text {
margin: 0;
color: inherit;
font-size: 1.05rem;
font-weight: 600;
line-height: 1.55;
}

.download-status__link,
.download-status__link:link,
.download-status__link:visited {
display: inline;
color: #66d36e;
font-weight: 800;
text-decoration: underline;
text-decoration-thickness: 2px;
text-underline-offset: 3px;
}

.download-status__link:hover {
color: #85e18b;
}

.download-status__link:focus-visible {
outline: 3px solid #85e18b;
outline-offset: 3px;
border-radius: 4px;
}

@media (max-width: 600px) {
.download-status {
padding: 18px;
gap: 14px;
}

.download-status__icon {
flex-basis: 40px;
width: 40px;
height: 40px;
font-size: 1.3rem;
}
}

.new-link,
.new-link:link,
.new-link:visited {
  color: #a3a3a3 !important;
}

.new-link:hover,
.new-link:focus {
  color: #c7c7c7 !important;
}