.moseo-tool-inputs {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.moseo-webmaster-tools-items {
  display: flex;
  gap: 1rem;
}

.moseo-webmaster-tools {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.moseo-tool-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background: #fff;
  transition: all 0.3s ease;
  width: 156px;
  height: 118px;
  gap: 8px;
}
.moseo-tool-item span {
  font: 500 14px/1 var(--moseo-font-family);
  letter-spacing: 0.5px;
}

p.moseo-webmaster-tools-title {
  width: 30%;
  font-size: 16px;
  color: #000;
  margin: 0;
  letter-spacing: 0.5px;
}

.moseo-tool-item:hover {
  border-color: #4d94ff;
}

.moseo-tool-item[style*="background-color: #f0f0f0"],
.moseo-tool-item[style*="background-color: rgb(240, 240, 240)"],
.moseo-tool-item.active {
  background-color: #e6f0ff !important;
  border-color: #4d94ff !important;
}

.moseo-tool-item[style*="background-color: #f0f0f0"] span,
.moseo-tool-item[style*="background-color: rgb(240, 240, 240)"] span,
.moseo-tool-item.active span {
  color: #0052cc;
  font-weight: 500;
}

.moseo-google-icon,
.moseo-microsoft-icon,
.moseo-yandex-icon,
.moseo-pinterest-icon {
  width: 46px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.moseo-google-icon {
  background-image: url("../images/google_icon.png");
}

.moseo-microsoft-icon {
  background-image: url("../images/microsoft_icon.png");
}

.moseo-yandex-icon {
  background-image: url("../images/orig.png");
}

.moseo-pinterest-icon {
  background-image: url("../images/PINT.png");
  scale: 2.2;
}

.moseo-google-tool,
.moseo-microsoft-tool,
.moseo-yandex-tool,
.moseo-pinterest-tool {
  width: 100%;
}

.moseo-google-tool input[type="text"],
.moseo-microsoft-tool input[type="text"],
.moseo-yandex-tool input[type="text"],
.moseo-pinterest-tool input[type="text"] {
  padding: 12px 8px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  font-size: 14px;
  height: 40px;
  background: #fff;
  color: #000;
  width: 95%;
}

.moseo-google-tool input[type="text"]:focus,
.moseo-microsoft-tool input[type="text"]:focus,
.moseo-yandex-tool input[type="text"]:focus,
.moseo-pinterest-tool input[type="text"]:focus {
  outline: none;
  border-color: #4d94ff;
  box-shadow: 0 0 0 2px rgba(77, 148, 255, 0.1);
}

.moseo-error-message {
  margin-top: 5px;
  display: block;
}

.moseo-input-error {
  border: 1px solid red !important;
}

.moseo-google-tool h5,
.moseo-microsoft-tool h5,
.moseo-yandex-tool h5,
.moseo-pinterest-tool h5 {
  font-weight: 400;
  color: #757575;
  margin: 8px 0;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
}

.moseo-google-tool h5 a,
.moseo-microsoft-tool h5 a,
.moseo-yandex-tool h5 a,
.moseo-pinterest-tool h5 a {
  text-decoration: underline;
  font-weight: 400;
  color: #757575;
}

.moseo-google-tool h5 a:hover,
.moseo-microsoft-tool h5 a:hover,
.moseo-yandex-tool h5 a:hover,
.moseo-pinterest-tool h5 a:hover {
  text-decoration: underline;
}

.moseo-verification-content,
.moseo-settings-content,
.moseo-analytics-content {
  background: #fff;
  border-radius: 12px;
  padding: 0 24px 24px;
  border: 1px solid #e0e0e0;
}

.moseo-htaccess-editor-header-content h2 {
  font: 600 16px/1 var(--moseo-font-family) !important;
  margin: 0;
  letter-spacing: 0.5px;
}
.moseo-htaccess-editor-header-content p {
  font: 500 14px/1 var(--moseo-font-family) !important;
  margin: 0;
  color: #959595;
}
.moseo-htaccess-editor-header-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.moseo-settings-card,
.moseo-analytics-card {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  margin-top: 16px;
}

.moseo-settings-content h2,
.moseo-analytics-content h2 {
  font-size: 24px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 16px;
}

.moseo-settings-card h3,
.moseo-analytics-card h3 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
}

.moseo-settings-card p,
.moseo-analytics-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
.moseo-webmaster-buttons {
  margin-top: 1rem;
}

.moseo-webmaster-buttons input#submit{
  background: #0052cc;
  color: #fff;
  border-radius: 8px;
  padding: 1px 12px;
  cursor: pointer;
}
.moseo-webmaster-buttons input#submit:hover{
  background: #03409b;
  color: #fff;
}