* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* logo css */

.msjk-custom-logo {
  width: 100px;
  height: 80px;
  background-color: white;
  border-radius: 4px;
}

.msjk-custom-logo a {
  width: 100%;
  height: 100%;
}

.msjk-custom-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 768px) {
  .msjk-custom-logo {
    height: 72px;
    width: 140px;
  }
}
/* form css starts */
.msjk-input-div {
}

.msjk-input {
  width: 100%;
  font-size: 16px;
  font-family: "Merriweather Sans", "sans-serif";
  border: 1px solid rgb(42 43 42 / 0.2);
  border-radius: 5px;
  padding: 18px 16px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.msjk-form-button {
  font-size: 24px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  border: 2px solid #005abb;
  border-radius: 4px;
  background-color: #005abb;
  color: white;
  margin-top: 12px;
  padding: 0.5rem 2rem; /* py-2 px-8 */
  transition: 700ms;
  cursor: pointer;
}
/* Hover state */
.msjk-form-button:hover {
  background-color: #ffff;
  color: #005abb;
}

.msjk-form-contact {
  margin-top: 25px !important;
}

@media (max-width: 992px) {
  .msjk-form-button {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .msjk-input {
    font-size: 14px;
    padding: 16px;
  }

  .msjk-form-button {
    padding: 12px 16px;
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .msjk-form-button {
    font-size: 14px;
  }
}

/* form css Ends */

.post-edit-link {
  display: none !important;
}
