:root {
  --color-text-primary: #404040;
  --color-brand: #0ea5e9;
  --color-border: #e5e5e5;
  --color-text-muted: #8B8B8B;
  --color-text-secondary: #707070;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 2rem;
  --spacing-xl: 2.5rem;
  --transition-duration: 0.3s;
  --transition-easing: ease;
}

@font-face {
  font-display: swap;
  font-family: "Myriad Pro";
  font-weight: 400;
  font-style: normal;
  src: url("/assets/font/MyriadPro-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Myriad Pro";
  font-weight: 700;
  font-style: normal;
  src: url("/assets/font/MyriadPro-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-Thin";
  font-weight: 100;
  font-style: normal;
  src: url("/assets/font/Inter-Thin.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-Light";
  font-weight: 300;
  font-style: normal;
  src: url("/assets/font/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-Regular";
  font-weight: 400;
  font-style: normal;
  src: url("/assets/font/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-Medium";
  font-weight: 500;
  font-style: normal;
  src: url("/assets/font/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-style: normal;
  src: url("/assets/font/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-Bold";
  font-weight: 700;
  font-style: normal;
  src: url("/assets/font/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-ExtraBold";
  font-weight: 800;
  font-style: normal;
  src: url("/assets/font/Inter-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-Black";
  font-weight: 900;
  font-style: normal;
  src: url("/assets/font/Inter-Black.woff2") format("woff2");
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.fade-in-up {
  animation: fadeInUp var(--transition-duration) var(--transition-easing) forwards;
}

.fade-out {
  animation: fadeOut var(--transition-duration) var(--transition-easing) forwards;
}

.loading-spinner {
  animation: spin 1s linear infinite;
}

.at-a-glance {
  margin: 32px 0;
  padding: 24px 20px;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.at-a-glance__title {
  display: block;
  margin-bottom: 20px;
  color: #00a4e4;
  font-family: "Inter-Bold";
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: clamp(0.375rem, 4vw, 0.875rem);
  line-height: calc(clamp(0.375rem, 4vw, 0.875rem) * 1.4);
}
.at-a-glance ul li {
  position: relative;
  padding-left: 28px;
  font-family: "Inter-Regular";
  border-bottom: none;
  margin-bottom: 0.5rem;
}
.at-a-glance ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 1rem;
  height: 1rem;
  background: url("/assets/svg/linkarrow.svg") no-repeat center/contain;
  border-bottom: none;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .at-a-glance {
    margin: 40px 0;
    padding: 36px 40px;
  }
}
:root {
  --color-text-primary: #404040;
  --color-brand: #0ea5e9;
  --color-border: #e5e5e5;
  --color-text-muted: #8B8B8B;
  --color-text-secondary: #707070;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 2rem;
  --spacing-xl: 2.5rem;
  --transition-duration: 0.3s;
  --transition-easing: ease;
}

@font-face {
  font-display: swap;
  font-family: "Myriad Pro";
  font-weight: 400;
  font-style: normal;
  src: url("/assets/font/MyriadPro-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Myriad Pro";
  font-weight: 700;
  font-style: normal;
  src: url("/assets/font/MyriadPro-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-Thin";
  font-weight: 100;
  font-style: normal;
  src: url("/assets/font/Inter-Thin.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-Light";
  font-weight: 300;
  font-style: normal;
  src: url("/assets/font/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-Regular";
  font-weight: 400;
  font-style: normal;
  src: url("/assets/font/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-Medium";
  font-weight: 500;
  font-style: normal;
  src: url("/assets/font/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-style: normal;
  src: url("/assets/font/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-Bold";
  font-weight: 700;
  font-style: normal;
  src: url("/assets/font/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-ExtraBold";
  font-weight: 800;
  font-style: normal;
  src: url("/assets/font/Inter-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-Black";
  font-weight: 900;
  font-style: normal;
  src: url("/assets/font/Inter-Black.woff2") format("woff2");
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.fade-in-up {
  animation: fadeInUp var(--transition-duration) var(--transition-easing) forwards;
}

.fade-out {
  animation: fadeOut var(--transition-duration) var(--transition-easing) forwards;
}

.loading-spinner {
  animation: spin 1s linear infinite;
}

.blog-detail__category {
  display: block;
  margin-bottom: 12px;
  color: #00a4e4;
  font-family: "Inter-Bold";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(0.25rem, 4vw, 0.75rem);
  line-height: calc(clamp(0.25rem, 4vw, 0.75rem) * 1.4);
}
:root {
  --color-text-primary: #404040;
  --color-brand: #0ea5e9;
  --color-border: #e5e5e5;
  --color-text-muted: #8B8B8B;
  --color-text-secondary: #707070;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 2rem;
  --spacing-xl: 2.5rem;
  --transition-duration: 0.3s;
  --transition-easing: ease;
}

@font-face {
  font-display: swap;
  font-family: "Myriad Pro";
  font-weight: 400;
  font-style: normal;
  src: url("/assets/font/MyriadPro-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Myriad Pro";
  font-weight: 700;
  font-style: normal;
  src: url("/assets/font/MyriadPro-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-Thin";
  font-weight: 100;
  font-style: normal;
  src: url("/assets/font/Inter-Thin.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-Light";
  font-weight: 300;
  font-style: normal;
  src: url("/assets/font/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-Regular";
  font-weight: 400;
  font-style: normal;
  src: url("/assets/font/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-Medium";
  font-weight: 500;
  font-style: normal;
  src: url("/assets/font/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-SemiBold";
  font-weight: 600;
  font-style: normal;
  src: url("/assets/font/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-Bold";
  font-weight: 700;
  font-style: normal;
  src: url("/assets/font/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-ExtraBold";
  font-weight: 800;
  font-style: normal;
  src: url("/assets/font/Inter-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter-Black";
  font-weight: 900;
  font-style: normal;
  src: url("/assets/font/Inter-Black.woff2") format("woff2");
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.fade-in-up {
  animation: fadeInUp var(--transition-duration) var(--transition-easing) forwards;
}

.fade-out {
  animation: fadeOut var(--transition-duration) var(--transition-easing) forwards;
}

.loading-spinner {
  animation: spin 1s linear infinite;
}

.blog-detail__recommendations {
  padding: 56px 0;
}

@media screen and (min-width: 768px) {
  .blog-detail__recommendations {
    padding: 72px 0;
  }
}