
    /* Tổng quan */
    .page-vin55codes {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f8f9fa;
      padding: 20px 0;
    }

    /* Tiêu đề chính */
    .page-vin55codes h1 {
      color: #0056b3; /* Màu xanh đậm */
      text-align: center;
      margin-bottom: 25px;
      font-size: 2.5em;
      font-weight: bold;
    }

    /* Tiêu đề phụ */
    .page-vin55codes h2 {
      color: #0056b3;
      font-size: 2em;
      margin-top: 35px;
      margin-bottom: 20px;
      border-bottom: 2px solid #0056b3;
      padding-bottom: 10px;
      text-align: center;
    }

    .page-vin55codes h3 {
      color: #0056b3;
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    /* Container */
    .page-vin55codes .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    /* Các phần nội dung */
    .page-vin55codes section {
      background-color: #ffffff;
      padding: 30px;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    /* Đoạn văn */
    .page-vin55codes p {
      margin-bottom: 15px;
      font-size: 1.05em;
      color: #444;
    }

    /* Danh sách */
    .page-vin55codes ul {
      list-style-type: disc;
      margin-left: 20px;
      margin-bottom: 15px;
      padding-left: 0;
    }

    .page-vin55codes ol {
      list-style-type: decimal;
      margin-left: 20px;
      margin-bottom: 15px;
      padding-left: 0;
    }

    .page-vin55codes li {
      margin-bottom: 8px;
      font-size: 1.05em;
      color: #444;
    }

    /* Nút CTA */
    .page-vin55codes .cta-button {
      display: inline-block;
      background-color: #ffc107; /* Màu vàng nổi bật */
      color: #333;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-align: center;
      border: none;
      cursor: pointer;
    }

    .page-vin55codes .cta-button:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
      color: #fff; /* Chữ trắng khi hover */
    }

    .page-vin55codes .cta-container {
      text-align: center;
      margin-top: 30px;
      margin-bottom: 30px;
    }

    /* Hình ảnh */
    .page-vin55codes .image-container {
      text-align: center;
      margin: 25px 0;
    }

    .page-vin55codes .image-container img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    /* Bảng */
    .page-vin55codes table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 20px;
    }

    .page-vin55codes th, .page-vin55codes td {
      border: 1px solid #ddd;
      padding: 10px;
      text-align: left;
    }

    .page-vin55codes th {
      background-color: #0056b3;
      color: white;
      font-weight: bold;
    }

    /* Khuyến mãi nổi bật */
    .page-vin55codes .highlight-promo {
      background-color: #e7f3ff; /* Nền xanh nhạt */
      border-left: 5px solid #007bff; /* Viền xanh */
      padding: 20px;
      margin-bottom: 20px;
      border-radius: 5px;
    }

    .page-vin55codes .highlight-promo p {
      margin: 0;
      font-size: 1.1em;
      color: #333;
    }

    /* Floating Ad */
    .page-vin55codes .floating-ad {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #dc3545; /* Màu đỏ nổi bật */
      color: white;
      padding: 10px 15px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
      z-index: 1000;
      text-align: center;
      animation: page-vin55codes-pulse 2s infinite;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 10px;
      text-decoration: none; /* Đảm bảo liên kết không có gạch chân */
    }

    .page-vin55codes .floating-ad:hover {
      background-color: #c82333;
    }

    .page-vin55codes .floating-ad .ad-text {
        font-weight: bold;
        font-size: 1.1em;
        color: white; /* Đảm bảo màu chữ trắng */
        text-decoration: none; /* Đảm bảo chữ không gạch chân */
    }

    .page-vin55codes .floating-ad img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        object-fit: cover;
    }

    @keyframes page-vin55codes-pulse {
      0% { transform: scale(1); }
      50% { transform: scale(1.05); }
      100% { transform: scale(1); }
    }

    /* Responsive */
    @media (max-width: 768px) {
      .page-vin55codes h1 {
        font-size: 2em;
      }
      .page-vin55codes h2 {
        font-size: 1.8em;
      }
      .page-vin55codes h3 {
        font-size: 1.3em;
      }
      .page-vin55codes .cta-button {
        font-size: 1.1em;
        padding: 10px 20px;
      }
      .page-vin55codes section {
        padding: 20px;
      }
      .page-vin55codes .floating-ad {
        bottom: 10px;
        right: 10px;
        padding: 8px 12px;
        font-size: 0.9em;
      }
      .page-vin55codes .floating-ad .ad-text {
        font-size: 0.9em;
      }
      .page-vin55codes .floating-ad img {
        width: 25px;
        height: 25px;
      }
    }
  