/* Main custom styles for Creative Solutions */

/* Form styling */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  width: 100%;
  border: 1px solid #E5E7EB;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
  color: #2D2D2D;
  background: #FAFAFA;
  outline: none;
  transition: border-color 0.2s;
  font-family: 'Source Sans 3', sans-serif;
}

input:focus,
textarea:focus {
  border-color: #1B3A5C;
  background: #fff;
}

/* TinyMCE content styles */
.prose ul {
  list-style: none;
  padding-left: 0;
}

.prose ul li::before {
  content: '✦';
  color: #C9A84C;
  margin-right: 0.5rem;
  font-size: 0.65rem;
}

/* Gold border utility */
.border-l-gold {
  border-left-color: #C9A84C;
}

/* Smooth transitions */
a, button {
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}

/* TinyMCE content */
.tinymce-content h2 { font-family: 'Playfair Display', serif; color: #1B3A5C; }
.tinymce-content h3 { font-family: 'Playfair Display', serif; color: #1B3A5C; }
.tinymce-content ul li { margin-bottom: 0.5rem; }
