@font-face {
  font-family: 'icomoon';
  src:
    url('/themes/custom/loop/css/fonts/icomoon.woff') format('woff'),
    url('/themes/custom/loop/css/fonts/icomoon.ttf') format('truetype'),
    url('/themes/custom/loop/css/fonts/icomoon.svg') format('svg'),
    url('/themes/custom/loop/css/fonts/icomoon.eot');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

:root {
  --fl-color-me: #00ffa8;
  --fl-color-others: #f93884;
}

body.path-l {
  background: #ffffff;
}

body.path-l .dialog-off-canvas-main-canvas,
body.path-l .wrapper-container,
body.path-l .wrapper-content,
body.path-l #block-loop-content {
  background: transparent;
}

body.path-l #block-loop-content > article {
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
}

.fl-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 12px 18px 48px;
  font-family: Roboto, Arial, sans-serif;
  color: #111;
}

.fl-hero {
  text-align: center;
  position: relative;
}

.fl-logo-wrap {
  margin-bottom: 0;
}

.fl-logo {
  width: 85%;
  max-width: 85%;
  display: block;
  margin: 0 auto;
}

.fl-logo-final {
  width: 60%;
  max-width: 60%;
  display: block;
  margin: 0 auto;
}

.fl-loop-type {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

.fl-loop-type-final {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

.fl-title {
  margin: 0 15px 18px;
  text-align: center;
}

.fl-description {
  max-width: 680px;
  margin: 0 auto 18px;
  padding: 0 15px;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 400;
  text-align: center;
}

.fl-description-short {
  display: block;
  text-align: center;
}

.fl-description-short,
.fl-description {
  white-space: normal;
}

.fl-description-short br {
  display: block;
  content: "";
  margin: 0;
}

.fl-link-button {
  display: inline-block;
  margin: 8px 0 0;
  background: none;
  border: 0;
  padding: 0;
  color: #ff2f92;
  text-decoration: underline;
  font-size: inherit;
  line-height: 1.1;
  font-weight: 400;
  cursor: pointer;
  vertical-align: top;
}

.fl-main-visual {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  overflow: hidden;
  background: #ddd;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.fl-main-visual img {
  width: 100%;
  display: block;
  height: auto;
}

.fl-media-box-image .fl-inline-image {
  aspect-ratio: auto;
  object-fit: contain;
}

.main-loop-notation.main-loop-notation-preview {
  width: 250px;
  height: 250px;
}

/* =========================================================
   COMMENTAIRES
   ========================================================= */

.fl-comment-textarea {
  width: 100%;
  min-height: 50px;
  padding: 15px;
  border: 1.5px solid #d9d9d9;
  border-radius: 15px;
  background: #ffffff;
  color: #111111;
  font-size: 16px;
  line-height: 1.1;
  font-family: inherit;
  margin-bottom: 10px;
  resize: none;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.fl-comment-textarea::placeholder {
  color: #9b9b9b;
  opacity: 1;
}

.fl-comment-textarea:focus {
  border-color: #f93884;
  box-shadow: 0 0 0 4px rgba(249, 56, 132, 0.12);
  background: #fff;
}

/* =========================================================
   ICONES ICOMOON
   ========================================================= */

.icon-heart::before {
  content: "\e930";
}

.icon-heart-fill::before {
  content: "\e92b";
}

.icon-moi::before {
  content: "\e93e";
}

.icon-autres::before {
  content: "\e93b";
}

/* =========================================================
   CARD PRINCIPALE / POPUP
   ========================================================= */

.fl-card {
  position: relative;
  z-index: 3;
  max-width: 720px;
  margin: -42px auto 22px;
}

.fl-card-inner {
  background: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 34px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
  padding: 26px 28px 22px;
}

.fl-score-top {
  display: grid;
  grid-template-columns: 1fr 270px 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.fl-score-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.fl-score-side-me .fl-score-icon {
  color: var(--fl-color-me);
}

.fl-score-side-others .fl-score-icon {
  color: var(--fl-color-others);
}

.fl-score-icon {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  line-height: 1;
  font-size: 35px;
  margin-bottom: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fl-score-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}

.fl-score-percent {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.fl-score-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fl-ring-wrap {
  position: relative;
  width: 270px;
  height: 270px;
  margin: 0 auto;
}

.main-loop-notation {
  width: 270px;
  height: 270px;
}

.fl-ring-center {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.fl-ring-value {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1px;
  font-size: 64px;
  line-height: 0.88;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-bottom: 2px;
}

.fl-ring-pourcent {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(7px);
}

.fl-index-info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  pointer-events: none;
}

.icon-index-info::before {
  content: "\e935";
}

.fl-ring-wrap {
  position: relative;
  width: 270px;
  height: 270px;
  margin: 0 auto;
}

.fl-ring-center {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.fl-index-overlay-btn {
  position: absolute;
  inset: 18px;
  z-index: 3;
  border: 0;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

.fl-index-overlay-btn:focus {
  outline: none;
}

.fl-ring-label {
  font-size: 16px;
  line-height: 1.02;
  font-weight: 400;
  text-align: center;
  max-width: 120px;
  margin-top: -2px;
}

.fl-index-info-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0px;
  vertical-align: middle;
}

.fl-index-info-inline .icon-index-info {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  opacity: 0.72;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fl-index-overlay-btn[aria-expanded="true"] + .fl-ring-center .icon-index-info {
  opacity: 1;
}

/* =========================================================
   VISUEL + PREVIEW SCORE
   ========================================================= */

.fl-visual-stack {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 18px;
  z-index: 1;
}

.fl-score-preview-trigger {
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fl-score-preview-trigger-below {
  position: relative;
  margin: 0px auto 0px;
  transform: none;
  left: auto;
  bottom: auto;
  z-index: 2;
}

.fl-score-preview-wrap {
  position: relative;
  width: 235px;
  height: 235px;
  margin: 0 auto;
}

.fl-score-preview-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #ffffff;
  z-index: 1;
}

.main-loop-notation.main-loop-notation-preview {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 235px;
  height: 235px;
}

.fl-score-preview-center {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  text-align: center;
}

.fl-score-preview-value {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1px;
  font-size: 55px;
  line-height: 0.77;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-bottom: 2px;
}

.fl-score-preview-value .fl-ring-pourcent {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(8px);
}

.fl-score-preview-label {
  font-size: 18px;
  line-height: 1.02;
  font-weight: 400;
  text-align: center;
  max-width: 120px;
  margin-top: 5px;
}

.fl-score-preview-wrap,
.fl-score-preview-wrap::before,
.main-loop-notation.main-loop-notation-preview,
.main-loop-notation.main-loop-notation-preview *,
.main-loop-notation.main-loop-notation-preview svg,
.main-loop-notation.main-loop-notation-preview path,
.main-loop-notation.main-loop-notation-preview circle,
.main-loop-notation.main-loop-notation-preview text,
.fl-score-preview-center,
.fl-score-preview-center * {
  pointer-events: none !important;
}

/* =========================================================
   CRITERES
   ========================================================= */

.fl-criteria {
  margin-top: 4px;
}

.fl-criterion {
  padding: 8px 0;
}

.fl-criterion-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 16px;
  align-items: center;
}

.fl-criterion {
  padding: 8px 0;
  border-bottom: 0 solid transparent;
}

.fl-criterion-name {
  background: none;
  border: 0;
  text-align: left;
  padding: 0;
  margin: 0;
  color: #111;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.fl-criterion-name-text {
  display: block;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fl-criterion-plus {
  font-size: 15px;
  margin-left: 6px;
  opacity: 0.55;
  flex-shrink: 0;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.fl-criterion.is-open .fl-criterion-plus {
  transform: rotate(45deg);
  opacity: 0.9;
}

.fl-criterion-inline-desc {
  margin: 8px 0 2px;
  color: #6f6f6f;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
}

.fl-criterion-inline-desc[hidden] {
  display: none !important;
}

/* =========================================================
   COEURS
   ========================================================= */

.hearts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: nowrap;
  flex-shrink: 0;
  min-width: 188px;
}

.fl-heart-btn {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  line-height: 1;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.fl-heart-icon {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  font-size: 34px;
  color: #b6b6b6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform .08s ease, color .12s ease;
}

.fl-heart-btn.is-active .fl-heart-icon {
  color: var(--fl-color-me);
}

.fl-heart-btn:hover .fl-heart-icon {
  transform: scale(1.05);
}

/* =========================================================
   ACTIONS
   ========================================================= */

.fl-actions {
  margin-top: 22px;
  text-align: center;
}

.fl-primary-btn {
  background: #ff2f92;
  color: #fff;
  border: 0;
  border-radius: 999px;
  min-width: 300px;
  padding: 18px 34px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  box-shadow: none;
}

.fl-primary-btn:hover {
  opacity: 0.96;
}

.fl-primary-btn-secondary {
  min-width: 330px;
}

.fl-info-line {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.35;
  color: #111;
}

.fl-inline-info {
  display: inline-block;
  margin-left: 6px;
  font-size: 16px;
  vertical-align: middle;
  opacity: 0.7;
}

/* =========================================================
   BLOC REASSURANCE
   ========================================================= */

.fl-reassurance {
  text-align: center;
  padding: 10px 0 2px;
}

.icon-arrow-up-open::before {
  content: "\e90d";
}

.fl-arrow-up {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  font-size: 40px;
  line-height: 0.8;
  margin-top: 8px;
  margin-bottom: -8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fl-reassurance-title {
  font-size: 25px;
  line-height: 1.08;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.fl-reassurance-text {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 16px;
}

.fl-outline-btn {
  background: #fff;
  border: 2px solid #111;
  border-radius: 999px;
  color: #000;
  text-decoration: none;
  padding: 15px 28px;
  min-width: 280px;
  font-size: 20px;
  line-height: 1.1;
  cursor: pointer;
}

.fl-small {
  font-size: 18px;
}

.fl-open-score-trigger {
  cursor: pointer;
}

/* =========================================================
   BLOC REMERCIEMENT / RADAR
   ========================================================= */

.fl-thankyou {
  max-width: 700px;
  margin: 26px auto 0;
}

.fl-thankyou-inner {
  background: none;
  padding: 28px 26px 26px;
}

.fl-thankyou-title {
  font-size: 30px;
  line-height: 1.12;
  margin: 0 0 14px;
  font-weight: 500;
  text-align: center;
}

.fl-thankyou-subtitle {
  font-size: 16px;
  line-height: 1.35;
  margin: 0 0 16px;
  color: #222;
}

.fl-radar-wrap {
  position: relative;
  min-height: 320px;
  height: 320px;
  margin-bottom: 14px;
}

.fl-radar-wrap canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.fl-radar-legend {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 24px;
}

.fl-thankyou-brand {
  text-align: center;
  margin: 6px 0 14px;
}

.fl-logo-bottom {
  width: 210px;
  max-width: 80%;
}

.fl-brand-slogan {
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.2;
}

.fl-how-title {
  font-size: 25px;
  line-height: 1.12;
  text-align: center;
  margin: 10px 0 10px;
  font-weight: 500;
}

.fl-how-text {
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 18px;
}

.fl-how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}

.fl-how-card {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 22px;
  padding: 18px 14px 16px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0,0,0,.04);
}

.fl-how-icon {
  display: block;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 10px;
  color: #111;
}

.fl-how-card-title {
  font-size: 25px;
  line-height: 1.1;
  font-weight: 500;
}

.fl-how-card-text {
  font-size: 20px;
  line-height: 1.15;
}

.fl-thankyou-actions {
  text-align: center;
}

.fl-thankyou-footnote {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.45;
  color: #222;
}

/* =========================================================
   MEDIA
   ========================================================= */

.fl-main-visual-inline {
  width: 100%;
}

.fl-media-box {
  width: 100%;
  overflow: hidden;
}

.fl-inline-image,
.fl-inline-video,
.fl-inline-embed {
  display: block;
  width: 100%;
}

.fl-inline-image {
  height: auto;
}

.fl-inline-video {
  background: #000;
}

.fl-ratio-16-9 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.fl-ratio-16-9 .fl-inline-embed {
  position: absolute;
  inset: 0;
  height: 100%;
  border: 0;
}

/* =========================================================
   MODALE
   ========================================================= */

.fl-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 20000;
}

.fl-modal {
  position: fixed;
  inset: 0;
  z-index: 20001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: transparent;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fl-modal-overlay[hidden],
.fl-modal[hidden] {
  display: none !important;
}

.fl-modal-content {
  width: 100%;
  max-width: 760px;
  max-height: none;
  overflow: visible;
}

.fl-modal-panel {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  overflow: visible;
}

.fl-modal-content .fl-card-inner {
  background: #f7f7f7;
  border: 1px solid #d4d4d4;
  border-radius: 34px;
  box-shadow: 0 14px 40px rgba(0,0,0,.24);
  padding: 26px 28px 22px;
  display: block;
  overflow: hidden;
}

.fl-modal-close {
  position: fixed;
  top: 14px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  border: 0;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  z-index: 20002;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
}

body.fl-modal-open {
  overflow: hidden;
}

body.fl-modal-open .fl-score-preview-trigger,
body.fl-modal-open .fl-visual-stack,
body.fl-modal-open .fl-main-visual {
  z-index: 1 !important;
}

body.fl-modal-open .fl-score-preview-trigger {
  pointer-events: none;
}

.fl-score-modal {
  text-align: center;
}

.fl-score-modal-title {
  font-size: 26px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 16px;
}

.fl-score-modal-text {
  font-size: 18px;
  line-height: 1.34;
  font-weight: 400;
  margin: 0 0 14px;
}

.fl-score-modal-strong {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}

.fl-modal-box {
  background: #f7f7f7;
  border: 1px solid #d4d4d4;
  border-radius: 34px;
  box-shadow: 0 14px 40px rgba(0,0,0,.24);
  padding: 26px 28px 22px;
  overflow: hidden;
}

.fl-score-modal {
  text-align: center;
}

.fl-reassurance-title[role="button"]:focus,
.fl-arrow-up[role="button"]:focus,
.fl-score-preview-trigger:focus {
  outline: 0px solid #ff2f92;
  outline-offset: 4px;
}

.fl-index-caption {
  margin: -5px 0 10px;
  text-align: center;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 300;
  color: #6f6f6f;
}

/* =========================================================
   EXPIRE
   ========================================================= */

.fl-expired {
  max-width: 700px;
  margin: 28px auto 0;
  text-align: center;
  background: #f9f9f9;
  border-radius: 34px;
  box-shadow: 0 10px 28px rgba(0,0,0,.10);
  padding: 32px 24px;
}

.fl-expired-title {
  font-size: 32px;
  margin: 10px 0 12px;
}

.fl-expired-text {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}

.icon-index-info::before {
  content: "\e935";
}

.fl-index-info-btn {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0 0 0 0;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
  color: inherit;
  pointer-events: auto;
}

.fl-index-info-btn .icon-index-info {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  opacity: 0.72;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fl-index-info-btn:hover .icon-index-info,
.fl-index-info-btn[aria-expanded="true"] .icon-index-info {
  opacity: 1;
}

.fl-index-caption-toggle {
  margin: -5px 0 14px;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #6f6f6f;
}

.fl-index-caption-toggle[hidden] {
  display: none !important;
}

/* =========================================================
   MODALE ARTICLE WEB
   ========================================================= */

.fl-article-modal-box {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 30px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.fl-article-modal-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 18px 22px 0;
}

.fl-article-modal-site {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
}

.fl-article-modal-image-wrap {
  padding: 16px 22px 0;
}

.fl-article-modal-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
  background: #e9e9e9;
}

.fl-article-modal-content {
  padding: 18px 22px 24px;
}

.fl-article-modal-title {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #111111;
}

.fl-article-modal-desc {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 400;
  color: #333333;
}

.fl-article-modal-open-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: #ff2f92;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  box-shadow: none;
}

.fl-article-modal-open-btn:hover,
.fl-article-modal-open-btn:focus {
  opacity: 0.96;
  color: #ffffff;
  text-decoration: none;
}

.fl-main-visual-article {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.fl-media-box-article {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  background: #ddd;
}

.fl-media-box-article .fl-inline-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.fl-article-site-badge {
  position: absolute;
  left: 16px;
  top: 16px;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  z-index: 2;
}

.fl-modal-content > .fl-article-modal-box {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fl-modal-content img {
  max-width: 100%;
  height: auto;
}


@media (max-width: 900px) {
  .fl-page {
    max-width: 760px;
  }
}

@media (max-width: 680px) {
  .fl-page {
    padding: 10px 0 38px;
  }

  .fl-main-visual img {
    aspect-ratio: 4 / 5;
  }

  .fl-card {
    margin-top: -26px;
    max-width: 100%;
  }

  .fl-card-inner {
    padding: 20px 16px 18px;
    border-radius: 28px;
  }

  .fl-score-top {
    grid-template-columns: 1fr 220px 1fr;
    gap: 6px;
    margin-bottom: 14px;
  }

  .fl-ring-wrap,
  .main-loop-notation {
    width: 220px;
    height: 220px;
  }

  .fl-ring-value {
    font-size: 50px;
    font-weight: 600;
    line-height: 0.86;
    margin-bottom: 0;
  }

  .fl-criterion {
    padding: 7px 0;
  }

  .fl-criterion-row {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 12px;
  }

  .fl-criterion-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.08;
  }

  .hearts {
    min-width: 170px;
    gap: 6px;
  }

  .fl-heart-icon {
    font-size: 30px;
  }

  .fl-actions {
    margin-top: 18px;
  }

  .fl-primary-btn,
  .fl-primary-btn-secondary {
    min-width: 0;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    padding: 16px 22px;
  }

  .fl-info-line {
    font-size: 16px;
  }

  .fl-reassurance-text {
    font-size: 17px;
    margin-bottom: 14px;
  }

  .fl-thankyou-inner {
    padding: 22px 16px 20px;
    border-radius: 28px;
  }

  .fl-thankyou-subtitle,
  .fl-how-text,
  .fl-thankyou-footnote {
    font-size: 15px;
  }

  .fl-radar-wrap {
    min-height: 270px;
    height: 270px;
  }

  .fl-how-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .fl-how-card {
    padding: 16px 14px;
    border-radius: 18px;
  }

  .fl-modal {
    padding: 20px;
  }

  .fl-modal-content {
    max-height: calc(100vh - 40px);
  }

  .fl-modal-content .fl-card-inner {
    padding: 20px 16px 18px;
    border-radius: 28px;
    overflow: hidden;
  }

  .fl-modal-close {
    top: 10px;
    right: 10px;
  }

  .fl-visual-stack {
    margin: 0 auto 14px;
  }

  .fl-score-preview-trigger-below {
    margin: 0px auto 0px;
  }

  .fl-score-modal-title {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .fl-score-modal-text,
  .fl-score-modal-strong {
    font-size: 16px;
  }
  
  .fl-modal-panel {
    border-radius: 28px;
    overflow: hidden;
  }

  .fl-modal-content .fl-card-inner {
    padding: 20px 16px 18px;
    border-radius: 28px;
    overflow: hidden;
  }

  .fl-modal-box {
    padding: 20px 16px 18px;
    border-radius: 28px;
    overflow: hidden;
  }
  
  .fl-index-info-btn .icon-index-info {
    font-size: 14px;
  }
  
  .fl-index-overlay-btn {
    inset: 14px;
  }

  .fl-index-info-inline .icon-index-info {
    font-size: 13px;
  }
}
