/* Boutons des cartes d'accompagnement — mêmes marges à gauche et à droite. */
section:is(
  [data-section-id="68b02ce4c9c9195c87783bcc"],
  [data-section-id="68b04c11a1aea005c3439d30"],
  [data-section-id="68b04ea4550d37791855e76f"]
) .list-item-content__button-container {
  width: calc(100% - 30px) !important;
  max-width: none !important;
  margin: 8px 15px 0 !important;
  box-sizing: border-box;
}

body section[data-section-id="68b02ce4c9c9195c87783bcc"]
  .user-items-list-item-container .list-item-content__button-container,
body section[data-section-id="68b04c11a1aea005c3439d30"]
  .user-items-list-item-container .list-item-content__button-container,
body section[data-section-id="68b04ea4550d37791855e76f"]
  .user-items-list-item-container .list-item-content__button-container {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

section:is(
  [data-section-id="68b02ce4c9c9195c87783bcc"],
  [data-section-id="68b04c11a1aea005c3439d30"],
  [data-section-id="68b04ea4550d37791855e76f"]
) .list-item-content__button {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box;
}

/* Cartes CTA vertes des trois pages d'accompagnement : 16px de marge intérieure. */
main section:has(.sqs-shape-block-outer-container):has(.sqsrte-text-color--white)
  .fe-block:has(.sqs-html-content),
main section:has(.sqs-shape-block-outer-container):has(.sqsrte-text-color--white)
  .fe-block:has(.sqs-block-button-container) {
  width: calc(100% + 60px) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: translateX(-30px) !important;
  box-sizing: border-box;
}

main section:has(.sqs-shape-block-outer-container):has(.sqsrte-text-color--white)
  .fe-block:has(.sqs-html-content) .sqs-html-content,
main section:has(.sqs-shape-block-outer-container):has(.sqsrte-text-color--white)
  .fe-block:has(.sqs-block-button-container) .sqs-block-button-container {
  padding-left: 16px !important;
  padding-right: 16px !important;
  box-sizing: border-box;
}
