 .post {
      background-color: #1a1a1a;
      border: 1px solid #18ab29;
      border-radius: 12px;
      padding: 16px;
      max-width: 600px;
      margin: 20px auto;
      box-shadow: 0 2px 5px rgba(0, 255, 0, 0.2);
    }

    .post-header {
      display: flex;
      justify-content: space-between;
      font-size: 14px;
      margin-bottom: 8px;
      color: #a9f5b2;
    }

    .post-meta {
      font-size: 13px;
      color: #93e593;
      margin-bottom: 10px;
    }

    .categoria {
      display: inline-block;
      background-color: #44c767;
      color: black;
      font-size: 12px;
      padding: 4px 10px;
      border-radius: 20px;
      margin-bottom: 8px;
      font-weight: bold;
    }

    .historia {
      font-size: 16px;
      color: white;
      line-height: 1.5;
      white-space: pre-line;
      word-wrap: break-word;
      overflow: hidden;
    }