
  /* alignment */
  .product-content{
    display: flex;
    flex-direction: column;
    gap: 0px;
  
  }

  .product-content .customize-Name{
    display: flex;
    flex-direction: column;
  }
  .hidden{
  display:none;
  }
  .read-more{
  cursor:pointer;
  }

  .purchase-info form,.purchase-info{
    display: flex;
    width: 100%;
    justify-content: center;
    max-width: 400px;
  }
  .purchase-info .btn{
    width: 100%;
  }
  .product-price:first-of-type{
    text-align: start;
  }
  .product-price:first-of-type .price_color {
    
      margin-top: 0;
  }
  .price_color {
    /*font-family: var(--title-font);*/
    font-size: var(--title-m);
    font-weight: var(--title-w-m);
    line-height: var(--title-l-m);
    color:#1A1A2E;;
  }
  .Price-stock {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 30px;
    margin-block-start: 15px;
    margin-block-end: 15px;
    width: fit-content;
    align-items: center;
    padding-left: 20px;
  }

  /* Main selling price */
  .Price-stock .price_color {
      margin: 0;
      grid-row-start: 1;
      grid-row-end: 3;
      transform: scale(1.5);
  }
  .price_color::first-letter {
    font-size: 0.9em;
    vertical-align: center;
    padding-top: 5px;
  }

  .Price-stock .price_color.off-price {
      color: green;
  }

  /* MRP (striked price) */
  .Price-stock .mrp {
      font-size: var(--Normal-m);
      color: var(--text-color);
  }

  .Price-stock .mrp del {
      text-decoration: line-through;
      text-decoration-thickness: 1px;
  }

  /* Save text */
  .Price-stock strong {
      font-size: var(--cap-t);
      font-weight: 600;
      color: var(--second-color); /* orange save color */
  }

  /* Mobile tweak */
  @media (max-width: 480px) {
      .Price-stock .price_color {
          font-size: 1.5rem;
      }

      .Price-stock .mrp,
      .Price-stock strong {
          font-size: .8rem;
      }
  }
  .Price-stock .price_color::first-letter {
      margin-right: 2px;
  }
  .instock.availability i{
    color: yellowgreen;
  }
  .instock.availability{
    letter-spacing: 1px;
    font-family: var(--body-font);
    font-size: var(--cap-d);
    font-weight: var(--cap-w-d);
    line-height: var(--cap-l-d);
    
  }
  /* .custmize-Name #add_to_basket_form{
      display: none;
    } */
  .product-content p #write_review{
    background: none;
    font-family: var(--body-font);
    font-size: var(--cap-d);
    font-weight: var(--cap-w-d);
    line-height: var(--cap-l-d);
    text-transform: lowercase;
  }
  .product-imgs{
    padding: 0px 10px;
    margin: 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
  }
  #full-product-description ol{
    margin-left: 15px;
  }
  #half-product-description blockquote,#full-product-description blockquote{
    margin: 10px 0px;
  }
  #write_review.btn-cart{
    background: none;
  }
  .product-price:first-of-type .price_color{
    margin:0%
  }
  .instock.availability{
    margin: 0;
  }
  .customize-Name > p{
    margin: 0;
  }
  .customize-Name  p.attr-name{
    margin: 8px 0px;
  }
  .customize-Name small{
    padding-bottom: 8px;
  }
  .customize-Name .del-date{
    display: inherit;
    gap: 3px;
    padding: 8px 0px;
  }
  .customize-Name .del-date .attr-val{
    font-weight: bold;
    color: var(--title-color);
  }

  #write_review{
    padding: 0;
    display: inline;
  }
  .half-description::after{
    opacity: 1;
    content: "";
    background-image: linear-gradient(#0000, var(--body-color));
    position: absolute;
    transition: opacity .2sease -in;
    top: 25%;
    bottom: 15px;
    left: 0;
    right: 0;
  }
  .btn-cart, .btn-buy{
    width: 49%;
  }
  .detail_pdp a{
    display: inline-block;
  }
  .detail_pdp a button{
    width: 100%;
  background: none;
  border: none;
  font-family: inherit;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: all 0.6sease-in-out;
  text-align: center;
  font-size: 0.9rem;
  
  }
  .req_option .form-group{
    margin-top: 20px;
  }
  /* Mobile view */
  @media (max-width: 420px){
    
    .varient-container .varient-title{
    display: flex;
    flex-wrap: wrap;
  }
  .varient-container .varient-title .instock{
    width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .varient-container .varient-title .btn-cart{
    padding: 0.5rem 0.3rem;
  }
  }



  .varient-container {
    width: 100%;
    height: 110px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: transparent;
    padding-right: 10px;
    box-shadow: 2px 2px 10px 5px #b8b8b8;
    border-radius: 10px;
    gap: 5px;
    position: relative;
    
  }
  .varient-container > a:first-child{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
  }
  .varient-container .varient-title{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;

  }
  .varient-container .varient-title .btn-cart{
    transform: none;
  }
  .varient-container .varient-title .instock {
    font-size: var(--cap-m);
    
  }
  
  .varient-container .varient-title .btn-cart span.nav__name{
    display: block;
    font-size: var(--cap-m);
    
  }
  .varient-container .varient-title .varient-sub-title {
    display: flex;
    flex-direction: column;
  }


  .varient-img {
    display: flex;
    height: 100%;
    width: 100px;
    object-fit:cover;
    margin-right: 10px;

  }
  .varient-img img{
    border-radius: 6px 0px 0 6px;
  }
  
  .varient-title .product-price {  
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
    gap: 5px;
    display: inline-flex;
    

  }
  .varient-title .product-price .fas.fa-ban  {
    display: none;
  }
  .varient-title .product-price:has(.fa-ban) + a.btn-cart{
    display: none;
  }

  .varient-title .product-price .available.availability{
    margin: 0;
    white-space: nowrap;
  }
  .btn-cart .nav__name{
    font-size: 0.9rem !important;

  }

  /* Add these new styles before the existing styles */
  .product-gallery {
    position: relative;
  }

  .share-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }

  .share-icon i {
    font-size: 20px;
    color: #333;
  }

  .social-share-menu {
    position: absolute;
    top: 60px;
    right: 10px;
    background: white;
    border-radius: 8px;
    padding: 10px 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: none;
    z-index: 20;
  }

  .social-share-menu.active {
    display: block;
  }

  .social-share-menu a {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    transition: background 0.3s;
    border-radius: 4px;
  }

  .social-share-menu a:hover {
    background: #f5f5f5;
  }

  .social-share-menu i {
    margin-right: 10px;
    font-size: 18px;
  }

  .social-share-menu .whatsapp i {
    color: #25D366;
  }

  .social-share-menu .twitter i {
    color: #1DA1F2;
  }

  .social-share-menu .facebook i {
    color: #4267B2;
  }

  .social-share-menu .copy-link i {
    color: #666;
  }

  .copy-success {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    display: none;
    z-index: 1000;
  }

  .copy-success.show {
    display: block;
  }

  .recommended-products .card-container{
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      gap: 20px;
      margin-top: 20px;
      padding-bottom: 10px;
      scrollbar-width: thin;
      scrollbar-color: #ccc #f5f5f5;
  }
  .recommended-products .card-container::-webkit-scrollbar {
      height: 8px;
  }
  .recommended-products .card-container::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 4px;
  }
  .recommended-products .card-container::-webkit-scrollbar-track {
      background: #f5f5f5;
  }
  .recommended-products .card {
      min-width: 325px;
      max-width: 325px;
      flex: 0 0 325px;
      border-radius: 8px;
      overflow: hidden;
  }
  .recommended-products ul {
      padding: 0;
      margin: 0;
      list-style: none;
  }
  .recommended-products .img-container{
      width: 100%;
      height: 250px;
  }
  .recommended-products .card img{
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .recommended-products .card-content{
      padding: 16px; 
      color: black;
  }
  .recommended-products .card-content h4.truncate {
      font-weight: bold;
      font-size: 1.1rem;
      margin: 0;
      color: #222;
      flex: 1;
      text-align: left;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  
  .recommended-products .card-content{
      background: #fff;
      padding: 16px 16px 8px 16px;
      display: flex;
      flex-direction: column;
      flex: 1;
      justify-content: flex-end;
  }
  .recommended-products .card-content-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
  }
  .recommended-products .product-prices{
      font-size: 20px;
      font-weight: var(--Normal-w-d);
      line-height: var(--Normal-l-d);
      color: blue;
      margin: 0;
      text-align: end;
      white-space: nowrap;
      display: flex;
      justify-content: right;
  }

  .recommended-products{
    margin-left: 10%;
    margin-right: 10%; 
  }

  .sharemenu-title{
    font-weight: 700;
  }



  /* pdp page design by sanjay */

  /* product titile */
  .product-title {
    font-size: 1.1rem;              /* strong but not oversized */
    font-weight: 500;                /* authoritative */
    line-height: 1;
    margin: 0 0 8px 0;
    color: black;
    letter-spacing: -0.3px;          /* modern, tighter feel */
  }

  .premium-badge {
    margin-left: 6px;
    font-size: 1.1rem;
    vertical-align: middle;
    color: #f5b301;                  /* premium gold */
    cursor: help;
  }
  /* sold by */
    .seller-box {
    margin-top: 12px;
  }

  .seller-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--text-color);
  }

  .seller-label {
    font-size: 14px;
    color: #777;
  }

  .seller-name {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
  }

  .seller-link:hover .seller-name {
    color: var(--primary-color);
  }

  .elite-badge {
    width: 28px;
    height: 28px;
  }

  .attr-line {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .attr-name {
    color: #555;
  }

  .attr-val {
    font-weight: 600;
    margin-left: 4px;
  }

  .policy-section {
    margin-top: 14px;
  }

  .policy-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color:black;
  } 

  /* sold by */
  .seller-box {
    margin-top: 12px;
  }

  .seller-heading {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
  }

  .seller-link {
    font-weight: 600;
    text-decoration: underline;
    color: var(--text-color);
  }

  .seller-link:hover {
    color: var(--primary-color);
  }

  .elite-badge {
    width: 26px;
    height: 26px;
  } 
  /* did you know */
  .promise_text {
    margin-top: 16px;
    padding: 12px 14px;
    background: #efba323d;
    border-left: 4px solid var(--primary-color);
  }

  .promise-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
  }

  .promise-content {
    margin: 0;
    font-size: 0.9rem;
    color: #444;
    line-height: 1.4;
  }

  .promise-content i {
    margin-right: 4px;
  }
  /* Highlights */
  .product-highlights {
    margin-top: 18px;
  }

  .highlights-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: black;
  }

  .half-description,
  .full-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444;
  }

  .show-hide-btn {
    display: inline-block;
    margin-top: 6px;
    font-size: 0.9rem;
    text-decoration: underline;
    cursor: pointer;
  }

  /* creation_type */
  .attr-name {
    color: black;
  }




  /* promise-title */
  .promise-title {
    color: black;
  }

  /* seller-card sold by */
  .partner-pdp {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;

    background: #fafafa;                /* soft neutral bg */
    border: 1px solid #eee;              /* clean separation */
    border-radius: 12px;

    box-shadow: 0 2px 6px rgba(0,0,0,0.04); /* subtle depth */
    width: fit-content;
  }

  /* Avatar */
  .partner-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
  }

  /* Text container */
  .partner-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  /* "Sold by" */
  .partner-label {
    font-size: 0.75rem;
    color: #777;
    letter-spacing: 0.2px;
  }

  /* Name + badge row */
  .partner-name-row {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  /* Seller name */
  .partner-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: underline;
    transition: color 0.15s ease;
  }

  .partner-name:hover {
    color: var(--primary-color);
  }

  /* Elite badge */
  .elite-badge {
    width: 16px;
    height: 16px;
  }

  /* Subtle hover lift (desktop only) */
  @media (hover: hover) {
    .partner-pdp:hover {
      box-shadow: 0 4px 10px rgba(0,0,0,0.06);
      transform: translateY(-1px);
    }
  }
  /* sold by mobile view */
  @media (max-width: 480px) {
    .partner-pdp {
      padding: 8px 10px;
      gap: 8px;
    }

    .partner-avatar {
      width: 36px;
      height: 36px;
    }

    .partner-name {
      font-size: 0.9rem;
    }

    .elite-badge {
      width: 14px;
      height: 14px;
    }
  }

  /* write a review link */
  .review-header {
    display: flex;
    align-items: center;
    gap: 10px;                 /* keeps title + write-review close */
  }

  /* Title */
  .review-header h2 {
    margin: 0;
  }

  /* Actions next to title */
  .review-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  /* Write review */
  .write-review-link {
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: underline;
    color: var(--primary-color);
    white-space: nowrap;
  }

  /* See all reviews pushed slightly right */
  .see-all-reviews {
    font-size: 0.85rem;
    text-decoration: underline;
    white-space: nowrap;
    margin-left: 6px;
  }
  @media (max-width: 480px) {
    .review-header {
      flex-wrap: wrap;
      row-gap: 6px;
    }

    .review-header-actions {
      gap: 8px;
    }

    .write-review-link,
    .see-all-reviews {
      font-size: 1rem;
    }
  }

  /* date highlights */
  .attr-val{
    font-weight: bold;
    color: var(--title-color);
  }


  /* breadcrumbs */

  .breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;

    margin: 0 0 18px 0;
    padding: 0;                 /*  no container padding */
    background: none;           /*  no background */
    box-shadow: none;           /*  no shadow */
    border-radius: 0;           /*  no pill */

    font-size: 0.75rem;
    color: #666;
    gap: 6px;

    list-style: none;
    scrollbar-width: none;
  }
  
  .breadcrumb-item:last-child {
    display: none;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar (Chrome/Safari) */
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .breadcrumb {
    list-style: none;
  }

  .breadcrumb-item {
    flex-shrink: 0; /* prevents squeezing */
  }
  .breadcrumb::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    pointer-events: none;
  }
  @media (max-width: 480px) {
    .breadcrumb {
      flex-wrap: wrap;
      white-space: normal;
      overflow-x: visible;
      font-size: 0.7rem;
      gap: 4px;
    }

    /* hide last breadcrumb item (product name) */
    .breadcrumb-item:last-child {
      display: none;
    }
  }

  .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #999;
    padding: 0 4px;
  }

  .breadcrumb a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
  }

  .breadcrumb a:hover {
    text-decoration: underline;
  }

  .breadcrumb-item.active {
    color: #777;
    font-weight: 600;
  }
  @media (max-width: 480px) {
    .breadcrumb {
      font-size: 0.7rem;
      padding: 3px 8px;
    }
  }

  .valentine-promo-container {
    display: block;
    margin-bottom: 15px;
    text-decoration: none !important;
  }

  .valentine-promo {
    background: #fff;
    border: 1px solid #ffd1d8;
    border-left: 5px solid #ff4d6d;
    border-radius: 10px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(255, 77, 109, 0.1);
    margin-top: 20px;
  }

  .valentine-promo:hover {
    transform: scale(1.01);
    box-shadow: 0 4px 12px rgba(255, 77, 109, 0.2);
    background: #fff8f9;
  }

  .v-winged-heart {
    position: relative;
    font-size: 24px;
    color: #ff4d6d;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 30px;
  }

  .v-wing {
    font-size: 18px;
    opacity: 0.6;
    position: absolute;
    animation: vFlap 2s ease-in-out infinite;
  }

  .v-wing-left {
    left: 0;
    transform: scaleX(-1);
  }

  .v-wing-right {
    right: 0;
  }

  .v-promo-text {
    font-size: 0.95rem;
    color: #333;
    flex: 1;
  }

  .v-promo-text strong {
    color: #ff4d6d;
    display: block;
    font-size: 1rem;
  }

  /* ===============================
    MODAL OVERLAY
  ================================ */
  .report-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
  }

  /* ===============================
    MODAL CONTAINER
  ================================ */
  .report-modal-content {
    background: #fff;
    width: 92%;
    max-width: 560px;
    margin: 6% auto;
    padding: 28px 32px 32px;
    border-radius: 16px;
    position: relative;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }

  /* ===============================
    CLOSE BUTTON
  ================================ */
  .close-report-modal {
    position: absolute;
    right: 18px;
    top: 14px;
    font-size: 22px;
    cursor: pointer;
    color: #777;
  }

  .close-report-modal:hover {
    color: #111;
  }

  /* ===============================
    HEADINGS
  ================================ */
  .report-modal h2 {
    margin: 0 0 18px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #111;
  }

  .policy-title {
    margin: 22px 0 12px;
    font-weight: 700;
    font-size: 1rem;
    color: #111;
  }

  #policyTitle {
    display: none;
  }

  /* ===============================
    FORM GROUPS
  ================================ */
  .report-form-group {
    margin-bottom: 20px;
  }

  .report-form-group select,
  .report-form-group textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 0.95rem;
    border-radius: 8px;
    border: 1px solid #bbb;
  }

  .report-form-group textarea {
    min-height: 110px;
    resize: vertical;
  }

  /* ===============================
    POLICY LINKS
  ================================ */
  .policy-links {
    margin-top: 6px;
    margin-bottom: 18px;
  }

  .policy-links a {
    display: block;
    font-size: 0.85rem;
    color: #444;
    margin-bottom: 6px;
    text-decoration: underline;
  }

  /* ===============================
    RADIO GROUP (FIXED – ETSY STYLE)
  ================================ */
  #policySection {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  /* Hide native radio */
  #policySection input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  /* Label wrapper */
  #policySection label {
    cursor: pointer;
    display: block;
  }

  /* Clickable row */
  #policySection label span {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 14px 4px 52px;
    font-size: 0.95rem;
    color: #222;
    border-radius: 10px;
    transition: background-color 0.15s ease, font-weight 0.15s ease;
  }

  /* Hover */
  #policySection label span:hover {
    background: #f5f5f5;
  }

  /* Outer circle */
  #policySection label span::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #999;
    background: #fff;
  }

  /* Inner dot */
  #policySection label span::after {
    content: "";
    position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #111;
    transition: transform 0.15s ease;
  }

  /* Checked state */
  #policySection input[type="radio"]:checked+span {
    background: #f0f0f0;
    font-weight: 600;
  }

  #policySection input[type="radio"]:checked+span::before {
    border-color: #111;
  }

  #policySection input[type="radio"]:checked+span::after {
    transform: translateY(-50%) scale(1);
  }

  /* ===============================
    STEP VISIBILITY
  ================================ */
  .report-step {
    display: none;
  }

  .report-step.active {
    display: block;
  }

  /* ===============================
    STEP 2 ACTIONS
  ================================ */
  .step-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
  }

  .link-btn {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    color: #222;
  }

  /* ===============================
    PRIMARY BUTTON
  ================================ */
  .report-submit-btn {
    background: #111;
    color: #fff;
    border: none;
    padding: 14px 26px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease;
  }

  .report-submit-btn:hover {
    background: #000;
  }

  /* ===============================
    ORDER ISSUE INFO
  ================================ */
  .order-issue-info {
    display: none;
    margin-top: 18px;
  }

  .order-info-text {
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.5;
  }

  .order-help-link {
    font-size: 0.9rem;
    color: #111;
    font-weight: 600;
    text-decoration: underline;
  }

  /* ===============================
    THOTFY ALERT (TOAST)
  ================================ */
  .thotfy-alert {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: #111;
    color: #fff;
    padding: 14px 22px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 500;
    opacity: 0;
    pointer-events: none;
    z-index: 3000;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  }

  .thotfy-alert.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }

  .thotfy-alert.success {
    background: #111;
  }

  .thotfy-alert.error {
    background: #b00020;
  }


  /* ===============================
    MOBILE
  ================================ */
  @media (max-width: 480px) {
    .report-modal-content {
      padding: 22px;
    }

    #policySection label span {
      padding-left: 46px;
    }
  }

  @keyframes vFlap {

    0%,
    100% {
      transform: translateY(0) scaleX(-1);
    }

    50% {
      transform: translateY(-5px) scaleX(-1);
    }
  }

  /* Fixed flap animation for right wing */
  @keyframes vFlapRight {

    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-5px);
    }
  }

  .v-wing-right {
      animation-name: vFlapRight;
    }

    .preview-alert-bar{
      width:100%;
      background:#fde7c7;
      border-bottom:1px solid #f2c58b;

      padding:10px 14px;              /* smaller for mobile */
      text-align:center;

      font-size:13px;                  /* mobile-first size */
      line-height:1.5;
      color:#5a3d1e;
      font-weight:500;

      display:block;
      position:relative;
      z-index:20;                      /* stay above content */
  }

  /* Links */
  .preview-alert-bar a{
      color:#c77700;
      font-weight:600;
      text-decoration:none;
      word-break:break-word;           /* prevent overflow on mobile */
  }

  .preview-alert-bar a:hover{
      text-decoration:underline;
  }
  /* Preview mode spacing fix */
  .preview-mode .card-wrapper{
      margin-top:20px;   /* mobile */
  }

  /* Tablet */
  @media (min-width: 576px){
      .preview-alert-bar{
          padding:12px 18px;
          font-size:14px;
      }
  .preview-mode .card-wrapper{
      margin-top:20px;   /* mobile */
  }
  }
  @media (min-width:576px){
      .preview-mode .card-wrapper{
          margin-top:30px;
      }
  }


  /* Desktop */
  @media (min-width: 992px){
      .preview-alert-bar{
          padding:14px 24px;
          font-size:15px;
          line-height:1.6;
          margin-top:50px;
      }
      .preview-mode .card-wrapper{
          margin-top:40px;
      }
  }