.elementor-2669 .elementor-element.elementor-element-b6b66e8 > .elementor-widget-container{padding:30px 30px 30px 30px;}/* Start custom CSS for section, class: .elementor-element-e454260 *//* --- Improve spacing --- */
.wos-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 24px; /* bigger gap between fields */
  margin-bottom: 20px; /* space under field group */
}

.wos-field span {
  display: block;
  margin: 0 0 8px; /* more gap under label */
  color: #333;
  font-weight: 600;
}

.wos-actions {
  display: flex;
  gap: 16px; /* wider gap between buttons */
  flex-wrap: wrap;
  margin-top: 24px; /* more space above buttons */
  justify-content: center; /* center align */
}

.wos-btn {
  padding: 13px 26px; /* bigger clickable area */
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 16px; /* slightly bigger text */
}

.wos-note {
  font-size: 13px;
  color: #666;
  margin-top: 24px; /* push note lower */
  text-align: center;
}/* End custom CSS */