@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100%; 
}

main {
  flex: 1; 
}

footer {
  margin-top: auto;
  padding: 1rem 0;
}

.text-decoration-underline {
  text-decoration: underline;
}

.card-body > div, td {
  word-break: break-word !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.ql-editor {
  height: 300px;
  min-height: 300px;
  max-height: 300px;
}

.start-vacancy-edit, .news-image  {
  cursor: pointer;
}

figcaption > span{
  font-size: 0.8rem !important;
}

.news-image {
  height: 300px !important;
  width: auto !important;
}

.article-image {
  width: 500px !important;
}

#prom_state_purchase {
  min-height: 600px;
}