:root {
  --breaking-blue: #2b5ba1;
  --breaking-ink: #0f172a;
  --breaking-muted: #475569;
  --breaking-border: #e5e7eb;
  --breaking-soft: #f8fafc;
}

.breaking-single {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--breaking-ink);
  background: #ffffff;
  line-height: 1.6;
}

.breaking-single__skip {
  position: absolute;
  left: -999px;
  top: -999px;
  background: #fff;
  color: var(--breaking-ink);
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid var(--breaking-border);
}

.breaking-single__skip:focus {
  left: 16px;
  top: 16px;
  z-index: 10;
}

.breaking-single__article {
  margin-bottom: 80px;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* Hide author box that might be added by other templates and AIOSEO */
.breaking-single .professional-author-bio,
.breaking-single .author-bio-container,
.breaking-single .aioseo-author-bio-compact,
.breaking-single .aioseo-author-bio,
body.single-post .aioseo-author-bio-compact,
body.single-post .aioseo-author-bio {
  display: none !important;
}

.breaking-single__header {
  background: #f8f9fa;
  padding: 56px 40px 48px;
  margin: 0;
  border-bottom: 2px solid #e5e7eb;
  position: relative;
}

.breaking-single__header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, #cbd5e1 20%, #cbd5e1 80%, transparent);
}

.breaking-single__label {
  text-align: center;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #64748b;
  font-weight: 700;
  margin: 0 auto 28px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  gap: 16px;
}

.breaking-single__label::before {
  content: '';
  width: 60px;
  height: 1px;
  background: #cbd5e1;
  flex-shrink: 0;
}

.breaking-single__label::after {
  content: '';
  width: 60px;
  height: 1px;
  background: #cbd5e1;
  flex-shrink: 0;
}

.breaking-single__title {
  text-align: center;
  margin: 0 auto 32px;
  max-width: 900px;
  font-size: clamp(2.5rem, 5.5vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.2;
  color: #0f172a;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.breaking-single__summary {
  text-align: center;
  margin: 0 auto 32px;
  max-width: 780px;
  font-size: clamp(1.125rem, 1.9vw, 1.35rem);
  line-height: 1.7;
  color: #334155;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.breaking-single__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.05rem, 1.6vw, 1.125rem);
  color: #475569;
  font-weight: 500;
  margin: 0;
  text-align: center;
  padding-top: 8px;
}

.breaking-single__meta [aria-hidden="true"] {
  color: #cbd5e1;
  font-weight: 300;
}

.breaking-single__author a {
  color: #475569;
  text-decoration: none;
  transition: all 0.2s ease;
  font-weight: 500;
  border-bottom: 1px solid transparent;
}

.breaking-single__author a:hover {
  color: var(--breaking-blue);
  border-bottom-color: var(--breaking-blue);
}

.breaking-single__category {
  color: #64748b;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 0.9em;
}

.breaking-single__content {
  font-size: clamp(1.0625rem, 1.55vw, 1.1875rem);
  line-height: 1.85;
  color: #1e293b;
  text-align: left;
  max-width: 100%;
  margin: 0;
  padding: 52px 40px 0px;
  background: #ffffff;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.breaking-single__content p {
  margin-bottom: 1.6em;
  text-align: justify;
  text-justify: inter-word;
}

.breaking-single__content p:first-of-type {
  font-size: 1.1em;
  line-height: 1.9;
  color: #334155;
  margin-bottom: 1.8em;
}

.breaking-single__content h2,
.breaking-single__content h3,
.breaking-single__content h4 {
  margin: 1.2em 0 0.4em;
  line-height: 1.2;
  color: var(--breaking-ink);
}

.breaking-single__content ul,
.breaking-single__content ol {
  padding-left: 1.2em;
  margin-bottom: 1.2em;
}

.breaking-single__content a {
  color: var(--breaking-blue);
  text-decoration: underline;
  transition: color 0.2s ease;
}

.breaking-single__content a:hover,
.breaking-single__content a:focus {
  color: #1e3a5f;
  text-decoration: underline;
}

.breaking-single__latest {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--breaking-border);
}

/* Spacing between article and archive when archive is shown */
.breaking-single .breaking-archive {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.breaking-single__latest-header h2 {
  margin: 0 0 6px;
  font-size: 1.3rem;
  font-weight: 800;
}

.breaking-single__latest-header p {
  margin: 0 0 12px;
  color: var(--breaking-muted);
}

.breaking-single__latest-grid {
  display: grid;
  gap: 12px;
}

.breaking-single__latest-empty {
  color: var(--breaking-muted);
  margin: 0;
}

@media (max-width: 720px) {
  .breaking-single {
    padding: 0;
  }
  .breaking-single__article {
    margin-bottom: 64px;
  }
  .breaking-single__header {
    padding: 40px 24px 36px;
  }
  .breaking-single__label {
    font-size: 0.75rem;
    margin: 0 auto 24px;
    letter-spacing: 0.15em;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 12px;
  }
  .breaking-single__label::before,
  .breaking-single__label::after {
    width: 30px;
    flex-shrink: 0;
    margin: 0;
  }
  .breaking-single__title {
    font-size: clamp(2rem, 7vw, 2.5rem);
    margin-bottom: 24px;
    line-height: 1.25;
    letter-spacing: -0.03em;
  }
  .breaking-single__summary {
    font-size: clamp(1.05rem, 2.3vw, 1.2rem);
    margin-bottom: 24px;
    line-height: 1.65;
  }
  .breaking-single__meta {
    font-size: clamp(0.95rem, 2.5vw, 1.05rem);
    gap: 12px;
    color: #475569;
  }
  .breaking-single__content {
    font-size: clamp(1rem, 2.8vw, 1.1rem);
    line-height: 1.8;
    padding: 40px 24px 52px;
  }
  .breaking-single__content p:first-of-type {
    font-size: 1.05em;
  }
}

