.elementor .e-abe24c3-cbd677f{font-family:Times New Roman;font-weight:500;text-align:justify;/* ── ADINET Newsletter List ── */

/* Wrapper */
.adinet-nl-wrap {
font-family: inherit;
padding: 0;
}

/* Year group heading */
.adinet-nl-year {
font-size: 12px;
font-weight: 600;
color: #888;
text-transform: uppercase;
letter-spacing: 0.06em;
margin: 1.5rem 0 0.5rem;
padding-bottom: 6px;
border-bottom: 1px solid #e5e5e5;
}

/* Each newsletter row */
.adinet-nl-item {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 13px 16px;
border-radius: 8px;
border: 1px solid #e8e8e8;
background: #ffffff;
margin-bottom: 8px;
transition: border-color 0.2s, background 0.2s;
}

.adinet-nl-item:hover {
border-color: #b3c6e0;
background: #f7fafd;
}

/* Left section */
.adinet-nl-left {
display: flex;
align-items: center;
gap: 12px;
min-width: 0;
}

/* Volume badge */
.adinet-nl-badge {
font-size: 11px;
font-weight: 600;
padding: 3px 9px;
border-radius: 4px;
background: #e6f1fb;
color: #1a5fa5;
white-space: nowrap;
flex-shrink: 0;
}

/* Title */
.adinet-nl-title {
font-size: 14px;
font-weight: 500;
color: #1a1a1a;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

/* Meta info line */
.adinet-nl-meta {
font-size: 12px;
color: #888;
margin-top: 2px;
}

/* Read Online button */
.adinet-nl-link {
font-size: 12px;
font-weight: 500;
color: #185fa5;
text-decoration: none;
padding: 5px 14px;
border: 1px solid #85b7eb;
border-radius: 5px;
flex-shrink: 0;
white-space: nowrap;
transition: background 0.15s;
}

.adinet-nl-link:hover {
background: #e6f1fb;
text-decoration: none;
}

/* Responsive: stack on small screens */
@media (max-width: 600px) {
.adinet-nl-item {
  flex-direction: column;
  align-items: flex-start;
}
.adinet-nl-title {
  white-space: normal;
}
}\n}