.blog-detail {
      padding-top: var(--header-offset, 120px);
      padding-bottom: 40px;
      background-color: #f9f9f9;
      color: #333;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    .blog-detail__post {
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
      background-color: #ffffff;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      border-radius: 8px;
    }

    .blog-detail__header {
      margin-bottom: 20px;
      text-align: center;
    }

    .blog-detail__title {
      font-size: 38px;
      color: #2c3e50;
      font-weight: bold;
      line-height: 1.2;
      margin-bottom: 10px;
    }

    .blog-detail__meta {
      font-size: 14px;
      color: #7f8c8d;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px 20px;
      margin-top: 15px;
    }

    .blog-detail__date {
      white-space: nowrap;
    }

    .blog-detail__keywords {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 5px;
    }

    .blog-detail__keywords-label {
      font-weight: bold;
      white-space: nowrap;
    }

    .blog-detail__keyword {
      background-color: #ecf0f1;
      color: #34495e;
      padding: 4px 10px;
      border-radius: 5px;
      text-decoration: none;
      transition: background-color 0.3s ease;
      white-space: nowrap;
    }

    .blog-detail__keyword:hover {
      background-color: #dce1e3;
    }

    .blog-detail__figure {
      margin: 20px 0;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .blog-detail__cover {
      width: 100%;
      max-height: 400px;
      object-fit: cover;
      display: block;
    }

    .blog-detail__figcaption {
      font-size: 12px;
      color: #7f8c8d;
      text-align: center;
      padding: 10px 0;
      background-color: #f5f5f5;
      border-top: 1px solid #eee;
    }

    .blog-detail__content {
      font-size: 17px;
      line-height: 1.7;
      color: #333;
      padding: 20px 0;
    }

    .blog-detail__content p {
      margin-bottom: 20px;
    }

    .blog-detail__content h2 {
      font-size: 28px;
      color: #2c3e50;
      margin-top: 30px;
      margin-bottom: 15px;
      font-weight: bold;
    }

    .blog-detail__content h3 {
      font-size: 24px;
      color: #34495e;
      margin-top: 25px;
      margin-bottom: 12px;
      font-weight: bold;
    }

    .blog-detail__content ul,
    .blog-detail__content ol {
      margin-left: 20px;
      margin-bottom: 20px;
      padding-left: 0;
    }

    .blog-detail__content li {
      margin-bottom: 8px;
    }

    .blog-detail__content blockquote {
      border-left: 4px solid #3498db;
      padding-left: 15px;
      margin: 20px 0;
      color: #555;
      font-style: italic;
    }

    .blog-detail__footer {
      padding-top: 30px;
      border-top: 1px solid #eee;
      text-align: center;
    }

    .blog-detail__share-prompt {
      font-size: 16px;
      color: #555;
      margin-bottom: 15px;
    }

    .blog-detail__social-share {
      display: flex;
      justify-content: center;
      gap: 15px;
    }

    .blog-detail__social-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      color: #fff;
      text-decoration: none;
      font-size: 0;
      background-size: 60%;
      background-position: center;
      background-repeat: no-repeat;
      transition: transform 0.2s ease-in-out;
    }

    .blog-detail__social-link:hover {
      transform: translateY(-3px);
    }

    .blog-detail__social-link--facebook {
      background-color: #3b5998;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"/></svg>');
    }

    .blog-detail__social-link--twitter {
      background-color: #1da1f2;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M22.46 6c-.77.34-1.6.56-2.46.69.88-.53 1.56-1.37 1.88-2.37-.83.5-1.75.85-2.73 1.05C18.67 4.5 17.5 4 16.1 4c-2.37 0-4.3 1.93-4.3 4.3 0 .34.04.67.11.99-3.57-.18-6.74-1.89-8.86-4.48-.37.64-.58 1.38-.58 2.18 0 1.49.75 2.81 1.88 3.58-.7-.02-1.35-.21-1.92-.53v.05c0 2.08 1.48 3.82 3.44 4.2-.36.1-.74.15-1.13.15-.28 0-.55-.03-.81-.08.54 1.7 2.1 2.94 3.96 2.98C5.74 19.34 3.6 20 1.2 20c-.4 0-.79-.02-1.18-.07 2.04 1.3 4.47 2.05 7.08 2.05 8.5 0 13.16-7.07 13.16-13.16 0-.2-.01-.4-.02-.6.9-.65 1.68-1.47 2.3-2.4z"/></svg>');
    }

    .blog-detail__social-link--whatsapp {
      background-color: #25d366;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm5.27 15.22c-.1.29-.53.46-.77.48-.24 0-.58-.06-.85-.15-.28-.09-1.63-.8-1.9-.9-.27-.1-.47-.15-.67.15-.2.3-.8.92-.98 1.1-.18.18-.36.2-.66.08-.3-.12-1.25-.46-2.38-1.47-1.75-1.57-2.33-3.08-2.6-3.55-.26-.47-.03-.73.19-.9-.18-.2-.36-.45-.54-.65-.18-.2-.38-.2-.55-.2-.17 0-.36 0-.55.05-.19.05-.5.1-.76.3-.26.2-.99.97-.99 2.36 0 1.39.99 2.73 1.13 2.92.14.19 1.93 2.96 4.67 4.07 2.74 1.11 2.74.74 3.25.69.5-.05 1.63-.67 1.86-1.3.23-.63.23-1.16.16-1.3-.07-.14-.26-.22-.55-.38z"/></svg>');
    }

    @media (max-width: 768px) {
      .blog-detail__post {
        padding: 15px;
      }

      .blog-detail__title {
        font-size: 30px;
      }

      .blog-detail__meta {
        flex-direction: column;
        align-items: center;
        gap: 8px;
      }

      .blog-detail__content {
        font-size: 16px;
        line-height: 1.6;
      }

      .blog-detail__content p {
        margin-bottom: 15px;
      }

      .blog-detail__content h2 {
        font-size: 24px;
        margin-top: 25px;
        margin-bottom: 12px;
      }

      .blog-detail__content h3 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
      }
    }

    @media (max-width: 480px) {
      .blog-detail__title {
        font-size: 26px;
      }

      .blog-detail__meta {
        font-size: 13px;
      }

      .blog-detail__keyword {
        padding: 3px 8px;
      }

      .blog-detail__cover {
        max-height: 250px;
      }

      .blog-detail__social-link {
        width: 35px;
        height: 35px;
      }
    }