    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
      line-height: 1.5;
      color: #333;
      background-color: #fff;
    }

    a {
        text-decoration: none;
        color:black;
    }
    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    /* Header */
    .header {
      background: #fff;
      border-bottom: 1px solid #e0e0e0;
      position: sticky;
      top: 0;
      z-index: 100;
    }

    .logo {
      display: flex;
      align-items: center;
      padding: 1rem 0;
    }

    .logo-placeholder {
      width: 45px;
      height: 45px;
      background: #d32f2f;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: bold;
      font-size: 11px;
      margin-right: 12px;
    }

    .logo h1 {
      color: #000;
      font-size: 1.8rem;
      font-weight: 700;
    }

    /* Main */
    .main-content {
      padding: 1rem 0;
    }

    .news-grid {
      display: grid;
      grid-template-columns: 2fr 1fr 300px;
      gap: 2rem;
      margin-bottom: 3rem;
    }

    /* Image Containers */
    .image-placeholder {
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: bold;
      font-size: 14px;
      position: relative;
      overflow: hidden;
    }

    /* Responsive image rule */
    .image-placeholder img,
    .ads img {
      width: 100%;
      height: 95%;
      object-fit: cover;
      display: block;
    }

    /* Left column */
    .left-column {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
      grid-column: 1 / 3;
    }

    .main-story {
      border-bottom: 1px solid #e0e0e0;
      padding-bottom: 1.5rem;
      background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
      border-radius: 12px;
      padding: 2.5rem;
      margin-bottom: 2rem;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      border: 2px solid #e8f0e8;
      position: relative;
      overflow: hidden;
      width: 100%;
    }

    .main-story::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, #d32f2f, #1976d2, #388e3c);
      border-radius: 12px 12px 0 0;
    }

    .main-story .story-title {
      font-size: 2.2rem;
      font-weight: 800;
      line-height: 1.2;
      margin: 0 0 1.5rem 0;
      color: #1a1a1a;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      letter-spacing: -0.5px;
    }

    .story-excerpt {
      color: #444;
      margin-bottom: 1.2rem;
      line-height: 1.7;
      font-size: 1.1rem;
      text-align: justify;
    }

    .story-excerpt:first-of-type {
      font-size: 1.2rem;
      font-weight: 500;
      color: #2c3e50;
      border-left: 4px solid #d32f2f;
      padding-left: 1rem;
      margin-left: -1rem;
    }

    .secondary-story {
      display: flex;
      gap: 1rem;
    }

    .secondary-story .image-placeholder {
      width: 120px;
      height: 80px;
      flex-shrink: 0;
    }

    .secondary-story h2 {
      font-size: 1.1rem;
      font-weight: 600;
      line-height: 1.3;
      margin: 0.5rem 0;
      color: #000;
    }

    /* Center column */
    .center-column {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .featured-image-story .image-placeholder.large {
      width: 100%;
      height: 250px;
      margin-bottom: 1rem;
    }

    .featured-image-story h2 {
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.3;
      margin: 0.5rem 0;
      color: #000;
    }

    .bottom-story {
      display: flex;
      gap: 1rem;
    }

    .bottom-story .image-placeholder {
      width: 100px;
      height: 70px;
      flex-shrink: 0;
    }

    .bottom-story h3 {
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.3;
      margin: 0.5rem 0;
      color: #000;
    }

    /* Right column */
    .right-column {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .ads {
      text-align: center;
      padding: 1rem;
      width: 100%;
      height: 250px;
      background-size: cover;
      overflow: hidden;
    }

    .op-ed {
      padding: 1rem 0;
      border-bottom: 1px solid #e0e0e0;
    }

    .op-ed h3 {
      font-size: 1.1rem;
      font-weight: 600;
      line-height: 1.3;
      margin: 0.5rem 0 1rem 0;
      color: #000;
    }

    .editorial-badge {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      margin: 0.5rem 0;
    }

    .editorial-badge span:first-child {
      background: #d32f2f;
      color: white;
      padding: 0.2rem 0.5rem;
      font-size: 0.8rem;
      font-weight: bold;
    }

    .editorial-badge span:last-child {
      background: #666;
      color: white;
      padding: 0.2rem 0.5rem;
      font-size: 0.8rem;
      font-weight: bold;
    }

    .side-story {
      padding: 1rem 0;
      border-bottom: 1px solid #f0f0f0;
    }

    .side-story h4 {
      font-size: 0.95rem;
      font-weight: 600;
      line-height: 1.3;
      margin: 0.5rem 0;
      color: #000;
    }

    .source {
      color: #999;
      font-size: 0.8rem;
    }

    /* Category + Meta */
    .category {
      display: inline-block;
      background: #d32f2f;
      color: white;
      padding: 0.5rem 1rem;
      border-radius: 20px;
      font-size: 0.8rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 1rem;
      box-shadow: 0 2px 8px rgba(211, 47, 47, 0.3);
    }

    .story-meta {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin: 2rem 0 1.5rem 0;
      padding: 1rem;
      background: rgba(26, 26, 26, 0.03);
      border-radius: 8px;
      border: 1px solid rgba(26, 26, 26, 0.1);
    }

    .story-meta .author {
      color: #d32f2f;
      font-weight: 600;
      font-size: 0.95rem;
    }

    .story-meta .date {
      color: #666;
      font-size: 0.9rem;
      font-style: italic;
    }

    .download-section {
      margin: 1.5rem 0;
    }

    .download-btn {
      background: #d32f2f;
      color: white;
      border: none;
      padding: 0.8rem 1.5rem;
      font-size: 0.9rem;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .download-btn:hover {
      background: #b71c1c;
    }

    /* Related stories */
    .related-section {
      margin: 3rem 0;
    }

    .related-section h2 {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 1.5rem;
      color: #000;
    }

    .related-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 1.5rem;
    }

    .related-item {
      border-bottom: 1px solid #f0f0f0;
      padding-bottom: 1rem;
    }

    .related-item .image-placeholder {
      width: 100%;
      height: 120px;
      margin-bottom: 0.8rem;
    }

    .related-item h3 {
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.3;
      margin: 0.5rem 0;
      color: #000;
    }

    .date {
      color: #999;
      font-size: 0.8rem;
    }

    /* Comments */
    .comments-section {
      background: #fafafa;
      padding: 2rem;
      margin: 3rem 0;
    }

    .comments-section h2 {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 1.5rem;
      color: #000;
    }

    .comment-form {
      margin-bottom: 2rem;
    }

    .comment-form textarea {
      width: 100%;
      padding: 1rem;
      border: 1px solid #ddd;
      font-family: inherit;
      font-size: 0.9rem;
      resize: vertical;
      margin-bottom: 1rem;
    }

    .submit-btn {
      background: #d32f2f;
      color: white;
      border: none;
      padding: 0.8rem 1.5rem;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .submit-btn:hover {
      background: #b71c1c;
    }

    .comments-list {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .comment {
      display: flex;
      gap: 1rem;
      background: white;
      padding: 1rem;
      border-left: 3px solid #d32f2f;
    }

    .avatar-placeholder {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: bold;
      font-size: 12px;
      background-color: red;
    }

    /* Footer */
    .footer {
      background: #f5f5f5;
      text-align: center;
      padding: 2rem 0;
      border-top: 1px solid #e0e0e0;
    }

    /* Media Queries */
    @media (max-width: 1024px) {
      .news-grid {
        grid-template-columns: 1fr 300px;
        gap: 1.5rem;
      }

      .center-column {
        grid-column: 1;
        grid-row: 2;
      }
    }

    @media (max-width: 768px) {
      .news-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
      }

      .container {
        padding: 0 15px;
      }

      .main-story .story-title {
        font-size: 1.5rem;
      }

      .related-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      }

      .secondary-story,
      .bottom-story {
        flex-direction: column;
      }

      .secondary-story .image-placeholder,
      .bottom-story .image-placeholder {
        width: 100%;
        height: 150px;
      }
    }

    @media (max-width: 480px) {
      .main-story .story-title {
        font-size: 1.3rem;
      }

      .featured-image-story h2 {
        font-size: 1.2rem;
      }

      .related-grid {
        grid-template-columns: 1fr;
      }

      .comments-section {
        padding: 1.5rem;
      }

      .comment {
        flex-direction: column;
        gap: 0.5rem;
      }
    }