 .sh-love-body {
      font-family: Arial, sans-serif;
      background: #fff0f5 !important;
      text-align: center;
      padding: 40px 15px;
      filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
      margin-left: 10px;
      margin-right: 10px;
      border-radius: 5px;
      
    }
    .sh-love-body input {
      padding: 12px;
      margin: 7px;
      border-radius: 10px;
      border: 1px solid #ccc;
      width: 50%;
      font-size: 16px;
    }
    .sh-love-body .btn {
      padding: 10px 10px;
      height: 40px;
      margin: 8px 5px;
      background: #ff3366;
      color: white;
      border: none;
      border-radius: 10px;
      cursor: none;
      font-size: 16px;
      transition: 0.3s ease;
    }
    .sh-love-body .btn:hover {
      background: #ff3366;
    }
    .sh-love-body .clear-btn {
      background: #f5f6fa;
      color: #333;
      cursor: none;
      border: 1px solid #d1d9e6;
    }
    .sh-love-body .clear-btn:hover {
      background: #f5f6fa;
    }
    .sh-love-body #capture {
      background: #fff;
      padding: 25px;
      margin: 20px auto;
      width: 80%;
      
      max-width: 320px;
      position: relative;
      border-radius: 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      display: ;
    }
    .sh-love-body #capture h3 {
      color: #d40062;
      margin-bottom: 10px;
    }
    .sh-love-body #capture p {
      font-size: 18px;
      color: #333;
      margin: 5px 0;
    }
    .sh-love-body #capture .highlight {
      font-weight: bold;
      font-size: 22px;
      color: #d40062;
      
    }
    .sh-love-body .watermark {
      font-size: 10px !important;
      color: rgba(100, 100, 100, 0.4) !important;
      position: absolute;
      bottom: 10px;
      right: 10px;
      font-style: italic;
      margin-top: 10px;
    }
    .sh-love-body .btn-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin-top: 15px;
    }
    .sh-love-body .disclaimer {
      font-size: 12px;
      color: gray;
      margin-top: 15px;
    }
    .sh-love-body .intro {
      font-size: 15px;
      max-width: 500px;
      margin: 0 auto 20px;
      color: #444;
    }
    .sh-love-body .circle-container {
      position: relative;
      width: 120px;
      height: 120px;
      margin: 20px auto;
    }
    .sh-love-body .percentage-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 22px;
      font-weight: bold;
      color: #d40062;
    }
    [name="l-c-input-emojie"]{
      margin-top: 10px;
    }
    [name="l-c-clear-icon"]{
      color: crimson;
    }
    .l-c-extra-height-div{
      width: 100%;
      height: 20px;
    }