.error.invalid-feedback {
  color: #ff0000;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
  display: block;
}

input.is-invalid,
select.is-invalid,
textarea.is-invalid {
  border-color: #ff0000;
}

.menu-overlay {
  backdrop-filter: blur(4px);
}

.hamburger-line {
  transition: all 0.3s ease;
}

.hamburger-active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.hamburger-active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger-active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* CKEditor İçerik Stilleri */
.ck-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.ck-content p:last-child {
  margin-bottom: 0;
}

.ck-content br {
  display: block;
  margin: 0.5rem 0;
}

.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.ck-content h1:first-child,
.ck-content h2:first-child,
.ck-content h3:first-child,
.ck-content h4:first-child,
.ck-content h5:first-child,
.ck-content h6:first-child {
  margin-top: 0;
}

.ck-content ul,
.ck-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.ck-content blockquote {
  margin: 1rem 0;
  padding-left: 1rem;
  border-left: 3px solid #ddd;
  font-style: italic;
}

.ck-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.ck-content table th,
.ck-content table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.ck-content table th {
  background-color: #f5f5f5;
  font-weight: bold;
}

.ck-content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
}

.ck-content a {
  color: #3b82f6;
  text-decoration: underline;
}

.ck-content a:hover {
  color: #1d4ed8;
}

/* Sayfa içeriği için genel wrapper */
.page-content {
  line-height: 1.6;
  color: #374151;
}

.page-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.page-content p:last-child {
  margin-bottom: 0;
}

.page-content br {
  display: block;
  margin: 0.5rem 0;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.3;
  font-weight: 600;
}

.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
  margin-top: 0;
}

.page-content ul,
.page-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  list-style-type: square;
}

.page-content blockquote {
  margin: 1rem 0;
  padding-left: 1rem;
  border-left: 3px solid #ddd;
  font-style: italic;
}

.page-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.page-content table th,
.page-content table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.page-content table th {
  background-color: #f5f5f5;
  font-weight: bold;
}

.page-content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
}

.page-content a {
  color: #3b82f6;
  text-decoration: underline;
}

.page-content a:hover {
  color: #1d4ed8;
}
