/*
Theme Name: AGM
Template: hello-elementor
*/

.article {
    max-width: 812px;
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article-title {
    font-family: "Bai Jamjuree", Sans-serif;
    font-weight: 700;
    max-width: 520px;
    font-size: 24px;
    text-align: center;
    margin-top: 64px;
    margin-bottom: 32px;
}

.article-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    text-align: center;
    max-width: 320px;
}

.wp-element-button {
  color: #FFFFFF;
  border-style: solid;
  border-color: #E53628;
  border-radius: 10px 10px 10px 10px;
  background-color: var( --e-global-color-accent );
  font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
  font-weight: var( --e-global-typography-accent-font-weight );
}

.wp-element-button:hover {
  color: #FFFFFF;
}

.news-article .hfe-post-card {
  text-align: center;
}

.news-article .hfe-post-image {
  margin-bottom: 32px;
}

.news-article .hfe-post-image > a > img{
  height: 460px;
  object-fit: cover;
}

.news-article .hfe-read-more {
  color: #FFFFFF;
  border-style: solid;
  padding: 8px 24px;
  border-color: #E53628;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px 10px 10px 10px;
  background-color: var( --e-global-color-accent );
  font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
  font-weight: var( --e-global-typography-accent-font-weight );
}