.france-news {
  order: 2;
  width: 100%;
  margin: 0;
  padding: 56px 0 62px;
  background: #f7f8fa;
  border-block: 1px solid #e3e6eb;
  color: #17191d;
}

.france-news__inner {
  display: grid;
  gap: 30px;
}

.france-news__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 22px;
  border-bottom: 2px solid #17191d;
}

.france-news__header > div:first-child {
  max-width: 760px;
}

.france-news__header h2 {
  margin: 5px 0 8px;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.france-news__header p {
  max-width: 720px;
  margin: 0;
  color: #505762;
  font-size: 1.05rem;
  line-height: 1.65;
}

.france-news__summary {
  flex: 0 0 168px;
  display: grid;
  gap: 2px;
  padding-left: 18px;
  border-left: 4px solid #e42535;
}

.france-news__summary strong {
  font-size: 2rem;
  line-height: 1;
}

.france-news__summary span {
  color: #5b616b;
  font-size: .86rem;
  line-height: 1.35;
}

.france-news__sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 42px;
}

.france-news__category {
  min-width: 0;
}

.france-news__category > header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cdd2d9;
}

.france-news__category h3 {
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: 0;
}

.france-news__category-mark {
  width: 10px;
  height: 10px;
  background: #2549cc;
}

.france-news__category--economie .france-news__category-mark { background: #00875a; }
.france-news__category--societe .france-news__category-mark { background: #db7b00; }
.france-news__category--sport .france-news__category-mark { background: #cf2434; }

.france-news__list {
  display: grid;
}

.france-news__item {
  display: grid;
  gap: 8px;
  padding: 18px 0;
  border-bottom: 1px solid #dfe3e8;
}

.france-news__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #69717d;
  font-size: .76rem;
  font-weight: 750;
  text-transform: uppercase;
}

.france-news__item h4 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.33;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.france-news__item p {
  margin: 0;
  color: #4c535e;
  font-size: .94rem;
  line-height: 1.58;
  overflow-wrap: anywhere;
}

.france-news__item a {
  width: fit-content;
  color: #1538a5;
  font-size: .87rem;
  font-weight: 800;
  text-decoration: none;
}

.france-news__item a:hover,
.france-news__item a:focus-visible {
  color: #b41424;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.france-news__footer {
  padding-top: 2px;
  color: #6a717b;
  font-size: .78rem;
  line-height: 1.55;
}

.france-news__footer p { margin: 0; }

@media (max-width: 780px) {
  .france-news { padding: 38px 0 42px; }
  .france-news__inner { gap: 24px; }
  .france-news__header { display: grid; gap: 18px; align-items: start; }
  .france-news__summary { width: min(100%, 240px); flex-basis: auto; }
  .france-news__sections { grid-template-columns: 1fr; gap: 28px; }
  .france-news__header h2 { font-size: 2.25rem; }
}

@media (max-width: 430px) {
  .france-news__header h2 { font-size: 2rem; }
  .france-news__item h4 { font-size: 1.06rem; }
  .france-news__item { padding: 16px 0; }
}
