@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
body {
  font-family: "Inter", sans-serif;
}
/* word counter */
.content-section {
  margin-bottom: 3rem;
}

.content-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}

.content-section p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #4b5563;
}

.content-section ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.content-section li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.content-section strong {
  color: #1f2937;
}

.faq-item {
  margin-bottom: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
}

.faq-question {
  padding: 1rem;
  background-color: #f9fafb;
  cursor: pointer;
  display: flex;
  justify-content: between;
  align-items: center;
  font-weight: 600;
}

.faq-question:hover {
  background-color: #f3f4f6;
}

.faq-question::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: white;
}

.faq-item.active .faq-answer {
  padding: 1rem;
  max-height: 500px;
}

.copy-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #10b981;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1000;
}

.copy-notification.show {
  opacity: 1;
}
/* url slug generator */
.progress-bar {
  transition: width 0.3s ease;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-item.active .faq-answer {
  max-height: 500px;
}
.faq-item.active .faq-chevron {
  transform: rotate(180deg);
}
.faq-chevron {
  transition: transform 0.3s ease;
}
.truncate-warning {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.truncate-warning.show {
  opacity: 1;
}
/* serp preview */
.content-section {
  margin-bottom: 3rem;
}

.content-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}

.content-section p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #4b5563;
}

.content-section ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.content-section li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.content-section strong {
  color: #1f2937;
}

.faq-item {
  margin-bottom: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
}

.faq-question {
  padding: 1rem;
  background-color: #f9fafb;
  cursor: pointer;
  display: flex;
  justify-content: between;
  align-items: center;
  font-weight: 600;
}

.faq-question:hover {
  background-color: #f3f4f6;
}

.faq-question::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: white;
}

.faq-item.active .faq-answer {
  padding: 1rem;
  max-height: 500px;
}

.copy-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #10b981;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1000;
}

.copy-notification.show {
  opacity: 1;
}

/* Progress bar colors */
.progress-good {
  background-color: #10b981;
}

.progress-warn {
  background-color: #f59e0b;
}

.progress-bad {
  background-color: #ef4444;
}

/* Status indicator colors */
.status-good {
  color: #10b981;
}

.status-warn {
  color: #f59e0b;
}

.status-bad {
  color: #ef4444;
}

/* Preview styling */
.serp-preview {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #f9fafb;
}

.preview-truncated {
  position: relative;
}

.preview-truncated::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
  padding-left: 4px;
}
/* schema markup */
.content-section {
  margin-bottom: 3rem;
}

.content-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}

.content-section p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #4b5563;
}

.content-section ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.content-section li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.content-section strong {
  color: #1f2937;
}

.faq-item {
  margin-bottom: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
}

.faq-question {
  padding: 1rem;
  background-color: #f9fafb;
  cursor: pointer;
  display: flex;
  justify-content: between;
  align-items: center;
  font-weight: 600;
}

.faq-question:hover {
  background-color: #f3f4f6;
}

.faq-question::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: white;
}

.faq-item.active .faq-answer {
  padding: 1rem;
  max-height: 500px;
}

.copy-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #10b981;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1000;
}

.copy-notification.show {
  opacity: 1;
}

/* Custom styles for schema generator */
.schema-type-btn {
  padding: 0.75rem 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  background-color: white;
  transition: all 0.2s;
  font-size: 0.875rem;
  text-align: center;
}

.schema-type-btn:hover {
  background-color: #f3f4f6;
}

.schema-type-btn.active {
  background-color: #3b82f6;
  color: white;
  border-color: #3b82f6;
}

.schema-fields {
  display: none;
}

.schema-fields.active {
  display: block;
}

/* Syntax highlighting for JSON output */
.json-key {
  color: #881391;
}

.json-string {
  color: #c41a16;
}

.json-number {
  color: #1c00cf;
}

.json-boolean {
  color: #0d22aa;
}

.json-null {
  color: #808080;
}

/* Rich preview styling */
.rich-preview-item {
  border-bottom: 1px solid #e5e7eb;
  padding: 0.75rem 0;
}

.rich-preview-item:last-child {
  border-bottom: none;
}

.rating-stars {
  color: #f59e0b;
}

.required-field {
  border-left: 3px solid #ef4444;
}

.field-valid {
  border-color: #10b981;
}

.field-invalid {
  border-color: #ef4444;
}
/* robots.txt */
.content-section {
  margin-bottom: 3rem;
}

.content-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}

.content-section p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #4b5563;
}

.content-section ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.content-section li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.content-section strong {
  color: #1f2937;
}

.faq-item {
  margin-bottom: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
}

.faq-question {
  padding: 1rem;
  background-color: #f9fafb;
  cursor: pointer;
  display: flex;
  justify-content: between;
  align-items: center;
  font-weight: 600;
}

.faq-question:hover {
  background-color: #f3f4f6;
}

.faq-question::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: white;
}

.faq-item.active .faq-answer {
  padding: 1rem;
  max-height: 500px;
}

.copy-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #10b981;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1000;
}

.copy-notification.show {
  opacity: 1;
}

/* Custom styles for robots.txt generator */
.user-agent-btn {
  padding: 0.5rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  background-color: white;
  transition: all 0.2s;
  font-size: 0.875rem;
}

.user-agent-btn:hover {
  background-color: #f3f4f6;
}

.user-agent-btn.active {
  background-color: #3b82f6;
  color: white;
  border-color: #3b82f6;
}

.quick-action-btn {
  padding: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  background-color: white;
  transition: all 0.2s;
  font-size: 0.75rem;
  text-align: center;
}

.quick-action-btn:hover {
  background-color: #f3f4f6;
  border-color: #3b82f6;
}

.rule-item {
  display: flex;
  justify-content: between;
  align-items: center;
  padding: 0.25rem 0.5rem;
  background-color: #f9fafb;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

.rule-item button {
  color: #ef4444;
  background: none;
  border: none;
  cursor: pointer;
}

.rule-item button:hover {
  color: #dc2626;
}

/* Syntax highlighting for robots.txt output */
.robots-comment {
  color: #6b7280;
}

.robots-directive {
  color: #059669;
}

.robots-value {
  color: #2563eb;
}

.robots-agent {
  color: #7c3aed;
}
/* readability checker */
.content-section {
  margin-bottom: 3rem;
}

.content-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}

.content-section p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #4b5563;
}

.content-section ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.content-section li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.content-section strong {
  color: #1f2937;
}

.faq-item {
  margin-bottom: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
}

.faq-question {
  padding: 1rem;
  background-color: #f9fafb;
  cursor: pointer;
  display: flex;
  justify-content: between;
  align-items: center;
  font-weight: 600;
}

.faq-question:hover {
  background-color: #f3f4f6;
}

.faq-question::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: white;
}

.faq-item.active .faq-answer {
  padding: 1rem;
  max-height: 500px;
}

.copy-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #10b981;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1000;
}

.copy-notification.show {
  opacity: 1;
}

.reading-level-easy {
  color: #10b981;
}

.reading-level-standard {
  color: #3b82f6;
}

.reading-level-difficult {
  color: #f59e0b;
}

.reading-level-expert {
  color: #ef4444;
}
/* meta title checker */
.content-section {
  margin-bottom: 3rem;
}

.content-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}

.content-section p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #4b5563;
}

.content-section ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.content-section li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.content-section strong {
  color: #1f2937;
}

.faq-item {
  margin-bottom: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
}

.faq-question {
  padding: 1rem;
  background-color: #f9fafb;
  cursor: pointer;
  display: flex;
  justify-content: between;
  align-items: center;
  font-weight: 600;
}

.faq-question:hover {
  background-color: #f3f4f6;
}

.faq-question::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: white;
}

.faq-item.active .faq-answer {
  padding: 1rem;
  max-height: 500px;
}

.copy-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #10b981;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1000;
}

.copy-notification.show {
  opacity: 1;
}

/* Progress bar colors */
.progress-good {
  background-color: #10b981;
}

.progress-warn {
  background-color: #f59e0b;
}

.progress-bad {
  background-color: #ef4444;
}

/* Google preview styling */
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* meta description checker  */
.content-section {
  margin-bottom: 3rem;
}

.content-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}

.content-section p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #4b5563;
}

.content-section ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.content-section li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.content-section strong {
  color: #1f2937;
}

.faq-item {
  margin-bottom: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
}

.faq-question {
  padding: 1rem;
  background-color: #f9fafb;
  cursor: pointer;
  display: flex;
  justify-content: between;
  align-items: center;
  font-weight: 600;
}

.faq-question:hover {
  background-color: #f3f4f6;
}

.faq-question::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: white;
}

.faq-item.active .faq-answer {
  padding: 1rem;
  max-height: 500px;
}

.copy-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #10b981;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1000;
}

.copy-notification.show {
  opacity: 1;
}

/* Progress bar colors */
.progress-good {
  background-color: #10b981;
}

.progress-warn {
  background-color: #f59e0b;
}

.progress-bad {
  background-color: #ef4444;
}

/* Google preview styling */
.google-preview-truncated {
  position: relative;
}

.google-preview-truncated::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
  padding-left: 4px;
}
/* keyword density */
.content-section {
  margin-bottom: 3rem;
}

.content-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}

.content-section p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #4b5563;
}

.content-section ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.content-section li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.content-section strong {
  color: #1f2937;
}

.faq-item {
  margin-bottom: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
}

.faq-question {
  padding: 1rem;
  background-color: #f9fafb;
  cursor: pointer;
  display: flex;
  justify-content: between;
  align-items: center;
  font-weight: 600;
}

.faq-question:hover {
  background-color: #f3f4f6;
}

.faq-question::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: white;
}

.faq-item.active .faq-answer {
  padding: 1rem;
  max-height: 500px;
}

.copy-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #10b981;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1000;
}

.copy-notification.show {
  opacity: 1;
}

.density-optimal {
  color: #10b981;
  font-weight: 600;
}

.density-acceptable {
  color: #f59e0b;
  font-weight: 600;
}

.density-high {
  color: #ef4444;
  font-weight: 600;
}

.analyze-btn {
  position: relative;
  overflow: hidden;
}

.analyze-btn:active {
  transform: scale(0.98);
}

.analyze-btn.loading {
  pointer-events: none;
  opacity: 0.8;
}

.analyze-btn.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
/* character counter */
.content-section {
  margin-bottom: 3rem;
}

.content-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}

.content-section p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #4b5563;
}

.content-section ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.content-section li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.content-section strong {
  color: #1f2937;
}

.faq-item {
  margin-bottom: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
}

.faq-question {
  padding: 1rem;
  background-color: #f9fafb;
  cursor: pointer;
  display: flex;
  justify-content: between;
  align-items: center;
  font-weight: 600;
}

.faq-question:hover {
  background-color: #f3f4f6;
}

.faq-question::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: white;
}

.faq-item.active .faq-answer {
  padding: 1rem;
  max-height: 500px;
}

.copy-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #10b981;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1000;
}

.copy-notification.show {
  opacity: 1;
}
/* case converter */
.content-section {
  margin-bottom: 3rem;
}

.content-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}

.content-section p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #4b5563;
}

.content-section ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.content-section li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.content-section strong {
  color: #1f2937;
}

.faq-item {
  margin-bottom: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
}

.faq-question {
  padding: 1rem;
  background-color: #f9fafb;
  cursor: pointer;
  display: flex;
  justify-content: between;
  align-items: center;
  font-weight: 600;
}

.faq-question:hover {
  background-color: #f3f4f6;
}

.faq-question::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: white;
}

.faq-item.active .faq-answer {
  padding: 1rem;
  max-height: 500px;
}

.copy-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #10b981;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1000;
}

.copy-notification.show {
  opacity: 1;
}
/* canonical tag generator */
.content-section {
  margin-bottom: 3rem;
}

.content-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}

.content-section p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #4b5563;
}

.content-section ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.content-section li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.content-section strong {
  color: #1f2937;
}

.faq-item {
  margin-bottom: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
}

.faq-question {
  padding: 1rem;
  background-color: #f9fafb;
  cursor: pointer;
  display: flex;
  justify-content: between;
  align-items: center;
  font-weight: 600;
}

.faq-question:hover {
  background-color: #f3f4f6;
}

.faq-question::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: white;
}

.faq-item.active .faq-answer {
  padding: 1rem;
  max-height: 500px;
}

.copy-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #10b981;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1000;
}

.copy-notification.show {
  opacity: 1;
}

/* Output styling */
.canonical-output {
  font-family: "Courier New", monospace;
  white-space: pre-wrap;
  word-break: break-word;
}

.url-valid {
  border-color: #10b981;
}

.url-invalid {
  border-color: #ef4444;
}
