.cc-swpm-eula-wrap{
  margin-top:14px;
}

.cc-swpm-terms-details{
  margin-bottom:12px;
  border:1px solid #d1d5db;
  border-radius:10px;
  background:#f9fafb;
  overflow:hidden;
}

.cc-swpm-terms-summary{
  cursor:pointer;
  padding:12px 14px;
  font-weight:700;
  color:#111827;
  background:#f3f4f6;
  list-style:none;
}

.cc-swpm-terms-summary::-webkit-details-marker{
  display:none;
}

.cc-swpm-terms-summary::after{
  content:'▾';
  float:right;
  color:#6b7280;
}

.cc-swpm-terms-details[open] .cc-swpm-terms-summary::after{
  content:'▴';
}

.cc-swpm-terms-content{
  padding:12px 14px;
  font-size:14px;
  line-height:1.6;
  color:#374151;
}

.cc-swpm-terms-content p{
  margin:0 0 10px 0;
}

.cc-swpm-terms-content p:last-child{
  margin-bottom:0;
}

.cc-swpm-eula-label{
  display:flex;
  align-items:flex-start;
  gap:10px;
  line-height:1.5;
  font-size:14px;
  color:#111827;
}

.cc-swpm-eula-label input[type="checkbox"]{
  margin-top:3px;
  width:16px;
  height:16px;
  flex:0 0 auto;
}

.cc-swpm-eula-label a{
  color:#111827;
  text-decoration:underline;
}

.cc-swpm-eula-error{
  margin-top:8px;
  color:#b91c1c;
  font-size:14px;
  font-weight:600;
}