 /* Style for the accordion */
 .accordion-v2 {
   border-color: #ddd;
   border-right-color: rgb(221, 221, 221);
   border-bottom-color: rgb(221, 221, 221);
   border-left-color: rgb(221, 221, 221);
   border-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   overflow: hidden;
   border-left: 0;
   border-right: 0;
   padding: 12px 0;
   border-width: 1px;
 }

 .border-top-none {
   border-top: 0;
 }

 .border-bottom-none {
   border-bottom: 0;
 }

 .accordion-header-v2 {
   /* background-color: #f1f1f1; */
   padding: 10px;
   cursor: pointer;
 }

 .accordion-content-v2 {
   padding: 10px;
   display: none;
   /* Hide content by default */
 }

 /* Style for active accordion content */
 .active-accordion {
   display: block !important;
 }

 .title-accordion-v2 {
   font-family: TruenoRg;
   font-size: 20px;
   font-weight: 400;
   line-height: 28px;
   letter-spacing: -0.01em;
   text-align: left;
   color: #000000;
 }

 .description-accordion-v2 {
   font-family: TruenoLt;
   font-size: 16px;
   font-weight: 300;
   line-height: 23px;
   letter-spacing: -0.01em;
   text-align: left;
   color: #262626;
   padding: 10px 32px;
 }

 .container-button-accordion {
   width: 390px;
   height: 48px;
   padding: 12px 12px 12px 12px;
   gap: 10px;
   border-radius: 8px;
   border: 1px solid #D9D9D9;
   opacity: 0px;
   display: flex;
   justify-content: center;
   margin: auto;
   margin-top: 25px;
   align-items: center;
   background-color: #FFFFFF;
   margin-bottom: 25px;
 }

 .wording-button {
   font-family: TruenoLt;
   font-size: 18px;
   font-weight: 600;
   line-height: 24px;
   letter-spacing: -0.02em;
   text-align: center;
   color: #000000;
 }

 .px10 {
   padding-left: 10px;
   padding-right: 10px;
 }

 .py20 {
   padding-top: 20px;
   padding-bottom: 20px;
 }

 .pb0 {
   padding-bottom: 0 !important;
 }

 .container-button-accordion:hover {
   color: #FF1659;
   cursor: pointer;
 }

 @media only screen and (max-width: 768px) {
   .container-button-accordion {
     width: 296px;
     height: 40px;
     border-radius: 6px;
   }

   .title-accordion-v2 {
     font-family: TruenoRg;
     font-size: 14px;
     font-weight: 400;
     line-height: 20px;
     letter-spacing: -0.02em;
     text-align: left;

   }

   .description-accordion-v2 {
     font-family: TruenoRg;
     font-size: 12px;
     font-weight: 300;
     line-height: 16px;
     text-align: left;

   }

   .wording-button {
     font-family: TruenoLt;
     font-size: 14px;
     font-weight: 600;
     line-height: 20px;
     letter-spacing: -0.02em;
     text-align: center;

   }
 }