/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 17 2024 | 02:21:18 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2023 | 06:12:35 */
.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
}
.custom-button {
  background-color: var(--color-light-brown);
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}
.newsEditor-box {
  padding: 5% 0;
  max-width: 1320px;
  margin: auto;
}
@media only screen and (max-width: 796px) {
  .newsEditor-box {
    padding: 7% 0;
  }
}
@media only screen and (max-width: 414px) {
  .newsEditor-box {
    padding: 10% 0;
  }
}
.newsEditor-box .bg {
  background-color: #f3f3f3;
}
.newsEditor-box .newsEditor-top {
  padding: 3% 10% 0 10%;
}
@media (max-width: 500px) {
  .newsEditor-box .newsEditor-top {
    padding: 3% 0 0 0;
  }
}
@media (hover: none) {
  .newsEditor-box .newsEditor-top {
    padding: 3% 0 0 0;
  }
}
.newsEditor-box .newsEditor-top h1 {
  font-size: 42px;
}
@media (max-width: 640px) {
  .newsEditor-box .newsEditor-top h1 {
    font-size: 36px;
  }
}
@media (hover: none) {
  .newsEditor-box .newsEditor-top h1 {
    font-size: 36px;
  }
}
@media (max-width: 500px) {
  .newsEditor-box .newsEditor-top h1 {
    font-size: 28px;
  }
}
@media (hover: none) {
  .newsEditor-box .newsEditor-top h1 {
    font-size: 28px;
  }
}
.newsEditor-box .newsEditor-top .editor-flex {
  display: flex;
  align-items: center;
  margin-bottom: 2%;
}
.newsEditor-box .newsEditor-top .editor-flex .editor-date {
  font-size: 14px;
}
.newsEditor-box .newsEditor-top .editor-flex .editor-label {
  margin-left: 2%;
  font-size: 14px;
  display: block;
  padding: 0.5% 1%;
  background-color: var(--color-white);
  border: 1px solid var(--color-dark-brown);
}
.newsEditor-box .newsEditor-top .editor-flex .editor-label:hover {
  opacity: 0.7;
}
.newsEditor-box .newsEditor-top .editor-flex .editor-label a {
  color: var(--color-dark-brown);
}
