.moseo_schema_pre_wrapper {
  position: relative;
  display: block;
  width: 100%;
}

#moseo_generated_schema {
  background-color: #e0e0e0;
  padding: 1rem;
  border-radius: 8px;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
  border: 1px solid #aeaeae;
  font-weight: 600;
  color: #757575 !important;
  margin: 0;
  min-height: 60px;
}

.moseo_copy-schema-markup {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  z-index: 10;
  background-color: transparent;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  visibility: visible !important;
  opacity: 1 !important;
}

.moseo_copy-schema-markup:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.moseo_copy-schema-markup svg {
  display: block !important;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  visibility: visible !important;
  opacity: 1 !important;
}

.moseo_copy-schema-markup svg path {
  stroke: #757575;
  fill: none;
  stroke-width: 0.75;
}

.moseo_copy-schema-markup svg path[fill="black"] {
  fill: black !important;
  stroke: none;
}
div#moseo_custom_meta_box {
  background-color: #f7f8fa;
  color: #949494 !important;
}

.moseo_main_schema_div {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.moseo_main_schema_div.show {
  display: block;
  opacity: 1;
}

.moseo_nav-tabs {
  display: flex;
  gap: 32px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 24px;
  list-style: none;
  padding: 0 1.05rem;
  font-family: "SF Pro Display";
  letter-spacing: 0.5px;
  position: relative;
}

.moseo_nav-tabs li {
  color: #6b7280;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 5px;
}

.moseo_nav-tabs li.active {
  color: #1e1e1e;
  transform: scale(1.1);
}

.moseo_nav-tabs li.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 20px);
  height: 2px;
  background-color: #0052cc;
  z-index: 1;
}

.moseo_nav-tabs li:hover {
  color: #1e1e1e;
}

.moseo_main-box {
  max-width: 100%;
  margin: 0 auto;
  padding-inline: 20px;
  font-family: "SF Pro Display";
}

/* Meta Tags Section */
.moseo_meta_tags_box {
  border-radius: 8px;
}

.moseo_preview_box {
  display: flex;
  padding: 16px 20px 20px 20px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  font-family: "SF Pro Display";
  background: #fff;
  letter-spacing: 0.5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.moseo_parent {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 60%;
  margin: 0 auto;
  max-height: 100%;
  position: sticky;
  top: 20px;
  align-self: flex-start;
}

.moseo_keyword-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.moseo_meta_tag {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: stretch;
  position: relative;
}
h1.moseo_meta-tag-heading {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.moseo_form-box {
  border-radius: 25px;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 24.5px 27px;
  font-family: "SF Pro Display";
  letter-spacing: 0.5px;
}
.moseo_form-title-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.8rem;
}
.moseo_form-box h4,
.moseo_form-title-status h4 {
  margin-bottom: 8px;
  font-size: 16px;
  margin-top: 0;
  font-weight: 500;
  color: #1e1e1e;
}
#moseo_secondary_keywords,
.moseo_keyword-box input[type="text"],
.moseo_form-box input[type="text"],
.moseo_form-box textarea {
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  color: #757575 !important;
  letter-spacing: 0.5px;
}

.moseo_form-box textarea {
  height: 100px;
  resize: vertical;
}

/* Remove hover effects from all text inputs and textareas */
.moseo_main-box input[type="text"]:hover,
.moseo_main-box input[type="email"]:hover,
.moseo_main-box input[type="url"]:hover,
.moseo_main-box input[type="date"]:hover,
.moseo_main-box input[type="number"]:hover,
.moseo_main-box input[type="tel"]:hover,
.moseo_main-box textarea:hover {
  color: #757575 !important;
  border-color: inherit !important;
  outline: none !important;
  box-shadow: none !important;
}

.moseo_form-box input[type="text"]:focus,
.moseo_form-box textarea:focus {
  border-color: #6366f1;
  outline: none;
}
span.moseo_pro_badge {
  border-radius: 8px;
  border: 1px solid #ffe1c7;
  background: #fff5ec;
  padding: 4px 8px;
  color: #ff7500;
  font-size: 14px;
}
.moseo_keyword-box h4 {
  font-size: 16px;
  margin: 1rem 0;
}
.moseo_result-header-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
}
.moseo_result-header-box-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.moseo_result-header-box-content h4 {
  margin: 0;
  font-size: 20px;
  color: #1e1e1e;
}
.moseo_result-header-box-content p {
  margin: 0;
  font-size: 14px;
  color: #757575;
}
#moseo_title-status,
#moseo_description-status {
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
  border-radius: 4px;
}

#moseo_title-status.green,
#moseo_description-status.green {
  color: #22c55e;
}

#moseo_title-status.red,
#moseo_description-status.red {
  color: #ef4444;
}

.moseo_metric {
  display: flex;
  align-items: center;
  gap: 7px;
  width: max-content;
}
.moseo_metric-label {
  color: #1e1e1e;
  font-size: 12px;
  font-weight: 510;
}
.moseo_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.moseo_analysis-item {
  border-bottom: 1px solid #f0f0f0;
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.moseo_results_content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 1rem;
}
.moseo_analysis-item-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.moseo_results_tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 20px;
  width: fit-content;
}

.moseo_tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 14px;
  color: #6b7280;
  transition: all 0.3s ease;
  position: relative;
}

.moseo_tab:hover {
  color: #1e1e1e;
}

.moseo_tab.active {
  color: #1e1e1e;
  border-bottom-color: #6366f1;
  border-bottom-width: medium;
}

.moseo_tab_icon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.moseo_tab_icon_issues {
  background-color: #dc3232;
}

.moseo_tab_icon_improvement {
  background-color: #e2ac2e;
}

.moseo_tab_icon_good {
  background-color: #68c424;
}

.moseo_tab_label {
  font-weight: 500;
}
.moseo_count {
  background-color: #e6f0ff;
  color: #6b7280;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
}

.moseo_tab_count {
  background-color: #f3f4f6;
  color: #6b7280;
  padding: 2px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  width: 20px;
  text-align: center;
}

.moseo_results_section {
  display: none;
  flex-direction: column;
  gap: 12px;
}

.moseo_results_section.active {
  display: flex;
}

.moseo_analysis-text {
  font-weight: 500;
  font-size: 16px;
  color: #333;
}

/* Color analysis text based on parent result section */
#issue_results .moseo_analysis-text {
  color: #dc3232;
}

#need_improvement_results .moseo_analysis-text {
  color: #e2ac2e;
}

#good_results .moseo_analysis-text {
  color: #68c424;
}

.moseo_analysis-item .status {
  color: #757575;
  font-size: 14px;
}

.moseo_schema-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  width: 100%;
  padding: 10px;
}

.moseo_schema-header {
  border: 1px solid #e0e0e0;
  min-height: 2rem;
  border-radius: 12px;
  padding: 24px 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-weight: 500;
  color: #1e1e1e;
}
h3.moseo_schema-heading {
  font-size: 32px;
  margin: 0;
  font-weight: 500;
}
p.moseo_schema-subheading {
  font-size: 16px;
  margin: 0;
  color: #757575;
}

div#moseo_schema_fields {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  width: 60%;
}
div#moseo_schema_fields input {
  border-radius: 8px !important;
  border: 1px solid #cccccc !important;
  margin: 0 !important;
  color: #757575 !important;
}
h4.moseo_schema_heading {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  color: #1e1e1e;
  letter-spacing: 0.5px;
}
.moseo_schema-box select {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 1rem;
  width: 100%;
  background-color: #f7f8fa;
  color: #757575;
}

.moseo_schema-box select:hover,
.moseo_schema-box select:focus,
.moseo_schema_fields select:hover,
.moseo_schema_fields select:focus,
#moseo_schema_fields select:hover,
#moseo_schema_fields select:focus {
  background-color: #f7f8fa !important;
  color: #757575 !important;
  border-color: #ccc !important;
  outline: none !important;
  box-shadow: none !important;
}
#moseo_schema_type {
  margin: 0 !important;
}
.moseo_article-info-text h3 {
  font-size: 24px;
  margin: 0;
  font-weight: 500;
}
.moseo_article-info-text p {
  font-size: 14px;
  margin: 0;
  color: #757575;
}
.moseo_article-info-text {
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 9px;
  margin-bottom: 1rem;
}

div#moseo_schema_output {
  width: 40%;
}
.moseo_schema_div {
  display: flex;
  width: 100%;
  gap: 16px;
  margin-top: 16px;
}
.moseo_advanced_box {
  margin-top: 20px;
  /* display: flex !important; */
  flex-direction: column !important;
  gap: 16px !important;
}
.moseo_adavance-settings-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fff;
  padding: 16px 24px;
  border-radius: 12px;
  border: 1px solid #E0E0E0;
}
.moseo_advanced_box_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  padding: 16px 24px;
}
.moseo_advanced_box_heading h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
}
.moseo_advanced_box_heading p {
  margin: 0;
  font-size: 14px;
  color: #757575;
  letter-spacing: 0.5px;
}
.moseo_sitemap_box_content,
.moseo_noindex_box_content {
    display: flex;
  justify-content: space-between;
  align-items: center;
}
.moseo_toggle-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
p.moseo_noindex-subtag-text {
  font-size: 14px;
  margin: 0;
  letter-spacing: 0.5px;
}
.moseo_noindex-tag-text {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  color: #1e1e1e;
}
.moseo_exclude_from_sitemap_box,
.moseo_noindex_box {
  border: 1px solid #E0E0E0;
  padding: 16px 24px;
  border-radius: 12px;
}

.moseo_toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.moseo_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: -5px;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50px;
}

.moseo_slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .moseo_slider {
  background-color: #3858E9;
}

input:checked + .moseo_slider:before {
  transform: translateX(26px);
}

.moseo_toggle-label {
  margin-left: 10px;
  font-size: 14px;
  color: #111827;
}

.moseo_scoring-metrics {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  gap: 3rem;
  width: 100%;
  height: 10rem;
}

.moseo_score-label {
  font-size: 14px;
  color: #6b7280;
}

.moseo_dot.good {
  background: #68c424;
}

.moseo_dot.issues {
  background: #dc3232;
}

.moseo_dot.improvement {
  background: #e2ac2e;
}

.moseo_gauge-container {
  position: relative;
  width: 191px;
  height: 93px;
  margin-left: 2rem;
}

.moseo_metrics {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 2rem;
}

.moseo_gauge {
  position: relative;
  height: 106%;
  background: #f5f5f5;
  border-radius: 100px 100px 0 0;
  overflow: hidden;
}

.moseo_gauge-fill {
  position: absolute;
  top: -1.5px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #4caf50, #4caf50, #4caf50);
  transform-origin: bottom center;
  transform: rotate(-180deg);
  transition: transform 0.5s ease-out;
}

.moseo_gauge-center {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  padding: 10px;
  z-index: 10;
}

.moseo_meta_score {
  font-size: 24px;
  font-weight: 600;
  color: #111827;
  display: block;
}

.moseo_inner-gauge {
  position: absolute;
  top: 18%;
  left: 6%;
  width: 88%;
  height: 92%;
  background: white;
  border-radius: 100px 100px 0 0;
  overflow: hidden;
  z-index: 1;
}

.moseo_inner-gauge-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffffff, #ffffff);
  transform-origin: bottom center;
  transform: rotate(-180deg);
  transition: transform 0.5s ease-out;
}

.moseo_opp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.moseo_result-header-icons {
  border-radius: 12px;
  background: #e6f0ff;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
}
.moseo_analysis_results,
.moseo_page-score-analysis {
  padding: 25px 24px;
  border-radius: 25px;
  border: 1px solid #e0e0e0;
  background: #fff;
  font-family: "SF Pro Display";
  letter-spacing: 0.5px;
}
.moseo_meta-preview-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.moseo_device-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

span#site-hostname {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #1E1E1E;
}

.moseo_meta-preview-devices {
  display: flex;
  align-items: center;
  gap: 0;
  border-radius: 8px;
  padding: 4px;
  border: 1px solid #e0e0e0;
  background: transparent;
}

.moseo_meta-preview-desktop,
.moseo_meta-preview-mobile {
  border-radius: 6px;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.moseo_meta-preview-mobile:hover,
.moseo_meta-preview-desktop:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.moseo_meta-preview-mobile.active,
.moseo_meta-preview-desktop.active {
  background-color: rgba(0, 0, 0, 0.08);
}

.moseo_meta-preview-separator {
  width: 1px;
  height: 20px;
  background-color: #e0e0e0;
  margin: 0 2px;
}

.moseo_site-icon {
  width: 40px;
  height: 40px;
  background-color: #E3F2FD;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.moseo_site-icon svg {
  width: 20px;
  height: 20px;
}

.moseo_site-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
}

.moseo_site-url {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #6b7280;
}

#moseo_site-url {
  display: inline-block;
  max-width: 40ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.moseo_meta-preview-title {
  text-decoration: none;
  color: #1a73e8;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.moseo_meta-preview-content {
  border: 1px solid #E0E0E0;
  padding: 0.5rem;
  border-radius: 8px;
  width: 96%;
}

.moseo_preview_box.mobile-view .moseo_meta-preview-content {
  width: 60%;
}

.moseo_meta-preview-description {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
  margin: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.moseo_meta-preview-separator-line {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  margin: 8px 0;
}
.moseo_image-input-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.5rem;
  margin-top: 1rem;
}
#moseo_schema_fields input[type="text"],
#moseo_schema_fields input[type="email"],
#moseo_schema_fields input[type="url"],
#moseo_schema_fields input[type="date"],
#moseo_schema_fields input[type="number"],
#moseo_schema_fields input[type="tel"],
.moseo_schema_textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #cccccc !important;
  border-radius: 8px !important;
  box-sizing: border-box;
  margin: 0 0 0.3rem 0 !important;
  color: #757575 !important;
  resize: vertical;
}


/* Invalid URL input border */
#moseo_schema_fields input[data-validate="url"].invalid-url,
.image-input-container input[type="url"].invalid-url {
  border: 1px solid #ef4444 !important;
}

label.moseo_schema_label {
  font-size: 16px !important;
  font-weight: 500;
  color: #000000 !important;
  margin: 1rem 0 0.5rem;
  display: block;
}
button#moseo_validate_schema {
  margin-left: 1.5rem;
}
/* First label in form doesn't need top margin */
#moseo_schema_fields form > label.moseo_schema_label:first-of-type {
  margin-top: 0;
}

/* Background color for empty input and textarea fields */
.moseo_schema_input.empty,
.moseo_schema_textarea.empty {
  background-color: #f7f8fa;
}

/* Image input container styles */
.image-input-container input[type="url"] {
  margin-top: 4px;
  margin-bottom: 12px;
  width: 100%;
}

/* Schema tags container and tag styles */
.moseo_schema_tags_container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.moseo_schema_tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: #1e1e1e;
  transition: all 0.2s ease;
}

.moseo_schema_tag-selected {
  background-color: #e6f0ff;
  border-color: #0052cc;
  color: #0052cc;
}

.moseo_schema_tag-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.moseo_schema_tag-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
}

.moseo_schema_tag-text {
  white-space: nowrap;
}

.moseo_schema_tag-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
  margin-left: 2px;
}


.moseo_schema_tag-remove:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.moseo_schema_tag-selected .moseo_schema_tag-remove:hover {
  background-color: rgba(0, 82, 204, 0.2);
}

.moseo_schema_tag-remove svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
}
#article_add_img_btn {
  margin-top: 1rem;
}
.moseo_advanced_box_heading_button,
.moseo_schema_button {
  background: #0052cc;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 14px;
  cursor: pointer;
  width: fit-content;
}
.moseo_advanced_box_heading_button,
.moseo_schema_button:hover {
  background-color: #0248b0;
}

.moseo_keyword-edit-input {
  display: none;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 6px;
  line-height: 1;
  width: 50px;
  max-width: 50px;
  height: 6px;
  box-sizing: border-box;
}

#moseo_secondary_keyword_results {
  margin-top: 20px;
}

.moseo_secondary_keywords_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.moseo_secondary_keywords_table thead {
  background-color: #f5f5f5;
}

.moseo_secondary_keywords_table thead th {
  padding: 12px 16px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
}

.moseo_secondary_keywords_table thead th:first-child {
  padding-left: 24px;
  border-top-left-radius: 8px;
}

.moseo_secondary_keywords_table thead th:last-child {
  padding-right: 24px;
  border-top-right-radius: 8px;
}

.moseo_secondary_keywords_table thead th:nth-child(1) {
  width: auto;
}

.moseo_secondary_keywords_table thead th:nth-child(2) {
  width: auto;
  text-align: left;
}

.moseo_secondary_keywords_table thead th:nth-child(3) {
  width: auto;
  text-align: right;
}

.moseo_secondary_keywords_table tbody tr {
  background-color: #fff;
}

.moseo_secondary_keywords_table tbody tr:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.moseo_secondary_keywords_table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

.moseo_secondary_keywords_table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.moseo_secondary_keywords_table tbody td {
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
}

.moseo_secondary_keywords_table tbody td:first-child {
  padding-left: 4rem;
  min-height: 2rem;
}

.moseo_secondary_keywords_table tbody tr:last-child td {
  border-bottom: none;
}

.moseo_secondary_keywords_table .keyword-cell {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.moseo_secondary_keywords_table .keyword {
  color: #333;
  cursor: pointer;
}

.moseo_secondary_keywords_table .keyword:hover {
  text-decoration: underline;
}

.moseo_secondary_keywords_table .moseo_keyword-edit-input {
  display: none;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  width: 150px;
  height: 28px;
  box-sizing: border-box;
}

.moseo_secondary_keywords_table .keyword-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0.6;
}

.moseo_secondary_keywords_table .keyword-info-icon:hover {
  opacity: 1;
}

.moseo_secondary_keywords_table .density-cell {
  font-weight: 500;
  text-align: left;
  padding-left: 2rem;
}

.moseo_secondary_keywords_table .density {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.moseo_secondary_keywords_table .density-value {
  font-weight: 500;
}


.moseo_secondary_keywords_table .action-cell {
  text-align: right;
  padding-right: 32px;
}

.moseo_secondary_keywords_table .moseo_meta-remove-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: opacity 0.2s ease;
  opacity: 1;
}

.moseo_secondary_keywords_table .moseo_meta-remove-btn:hover {
  opacity: 0.7;
}

.moseo_secondary_keywords_table .moseo_meta-remove-btn svg {
  width: 14px;
  height: 16px;
  display: block;
}

#moseo_secondary_keywords:disabled {
  background-color: #f0f0f0;
  cursor: not-allowed;
  opacity: 0.6;
}

/* Sticky Sidebar Styles */
.moseo_meta_tag.sticky-active .moseo_parent {
  position: fixed;
  top: 20px;
  width: 60%;
  z-index: 100;
  transition: all 0.3s ease;
}

.moseo_meta_tag.sticky-active .moseo_keyword-box {
  width: 50%;
  margin-left: auto;
}
