.cweo-container {
  margin-bottom: 20px;
  font-family: "SVN-Gilroy", Arial, sans-serif;
  color: #333;
  width: 100%;
  display: block;
  clear: both;
}

.cweo-group {
  margin-bottom: 15px;
}

.cweo-group-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.cweo-toggle-icon {
  display: inline-block;
  width: 20px;
  font-weight: bold;
  cursor: pointer;
  font-size: 18px;
}

.cweo-group-title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  margin-right: 16px;
  cursor: pointer;
  user-select: none;
}

.cweo-group-link {
  color: #666;
  font-size: 16px;
}

.cweo-group-link:hover {
  color: #e00;
  text-decoration: underline;
}

.cweo-options-list {
  padding-left: 15px;
}

.cweo-option-label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}

.cweo-option-input {
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: 8px !important;
}

.cweo-option-text {
  color: #444;
  font-size: 15px;
  line-height: 1.3;
}

.woocommerce-Price-amount.amount {
  color: #e00;
  font-weight: bold;
}

.cweo-summary {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #ccc;
}

.cweo-summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 15px;
}

.cweo-summary-label {
  font-weight: normal;
  color: #333;
}

.cweo-summary-value {
  color: #e00;
  font-weight: bold;
}

.cweo-summary-total .cweo-summary-label {
  font-weight: bold;
  font-size: 16px;
}

.cweo-summary-total .cweo-summary-value {
  font-size: 16px;
}
