.review_box .avtar {
      width: 56px !important;
      height: 56px !important;
      min-width: 56px;
      border-radius: 50%;
      overflow: hidden;
      flex-shrink: 0;
    }
    .review_box .avtar img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover;
      object-position: center top;
      display: block;
    }
    .review_box .reviewer {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    /* CTA buttons fix */
    .app_btn li a.puprple_btn,
    .app_btn li a.btn.puprple_btn {
      background: #642BFF !important;
      color: #ffffff !important;
      border: 2px solid #642BFF !important;
      padding: 12px 28px !important;
      border-radius: 6px !important;
      font-size: 16px !important;
      font-weight: 600 !important;
      display: inline-block !important;
      text-align: center !important;
      white-space: nowrap !important;
    }
    .app_btn li a.white_btn,
    .app_btn li a.btn.white_btn {
      background: transparent !important;
      color: #642BFF !important;
      border: 2px solid #642BFF !important;
      padding: 12px 28px !important;
      border-radius: 6px !important;
      font-size: 16px !important;
      font-weight: 600 !important;
      display: inline-block !important;
      text-align: center !important;
      white-space: nowrap !important;
    }
    /* Free app section image fix */
    .free_app_section .free_img {
      display: flex !important;
      justify-content: center;
      align-items: center;
      margin-top: 0 !important;
    }
    .free_app_section .free_img img {
      max-width: 100% !important;
      max-height: 380px !important;
      width: auto !important;
      height: auto !important;
      border-radius: 14px !important;
      box-shadow: 0 14px 48px rgba(100,43,255,0.18), 0 4px 12px rgba(0,0,0,0.08) !important;
      display: block;
    }
    .free_app_section .free_img img.mobile_mockup {
      display: none !important;
    }
    /* Fix missing background image 404 */
    .review_freeapp .free_app_inner {
      background: #642BFF !important;
    }
