
    .gift_items {
      padding: 16px;
      background: rgba(215, 26, 33, 1);
      max-width: 400px;
      margin: 0 auto;
      border-radius: 8px;
    }
 
    .gift_items .gift_title {
    color: #fff;
    margin-bottom: 4px;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 700;
    padding-bottom: 0px;
}

    .highlight {
      color: #ffe600;
      font-weight: bold;
      margin-left: 4px;
    }
    .option {
      display: flex;
      align-items: center;
      gap: 10px;
      padding-bottom: 15px;
    }
    .giftBox{display: flex;
      align-items: flex-start;}
    .option:last-child {
      border-bottom: 1px solid rgba(237, 113, 124, 1);
      padding-bottom: 20px;
    }

    .gift_items + .custom-checkboxs {
    margin-top: 4px; margin-bottom: 0px;}

    .option input[type="radio"] {
  accent-color:#761517;
  width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin: 0;
    cursor: pointer;
}
    .image-box {
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      margin-right: 10px;
    }
    .image-box img {
      max-width: 90%;
      max-height: 90%;
      object-fit: contain;
      border-radius: 6px;
    }
    .details {
      flex: 1;
    }
    .title {
      font-weight: bold;
    font-size: 13px;
    color: #fff;
    line-height: 18px;
    }
    .desc {
      font-size: 12px;
      line-height: 18px;
      color: #fff;
    }
    .worth {
      color: rgba(242, 255, 4, 1);
      font-weight: bold;
      font-size: 12px;
    }


    @media (max-width:767px) {
      .gift_items .gift_title {
    font-size: 18px;
    line-height: 24px;}
.option {
    padding-bottom: 20px;}

div#formhide {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.from_section {
    margin: 0px auto 0px;
} 


    }