@media print {
  .news-area {
    width: 90% !important;
  }

  .news-column {
    width: 22.2% !important;
  }
}

.news-part-ttl {
  width: 100%;
  height: fit-content;
  padding: 50px 0px;
  background-color: var(--primary-top-color);
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
}

.news-part-ttl-txt {
  font-size: 50px;
  /* 13 */
  color: white;
  margin: 10px 0px;
  padding: 0px;
}

.news-area {
  width: 1000px;
  height: fit-content;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  margin: 50px 0px 100px 0px;
  flex-direction: column;
}

.news-list-start {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: start;
  justify-items: start;
  align-content: start;
  align-items: start;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 2.86%;
}

.news-list {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  justify-items: space-between;
  align-content: start;
  align-items: start;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.news-column {
  width: 22.5%;
  height: fit-content;
  display: flex;
  justify-content: start;
  justify-items: start;
  align-content: center;
  align-items: center;
  flex-direction: column;
}

.news-itm {
  width: 90%;
  /* 23/31 */
  height: fit-content;
  display: flex;
  justify-content: space-between;
  justify-items: space-between;
  align-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid var(--first-color);
  border-radius: 10px;
  padding: 5%;
  transition: 0.3s all ease;
  box-shadow: 0px 0px 0px var(--first-color);
  margin-bottom: 30px;
}

.news-itm-start {
  width: 19.4%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  justify-items: space-between;
  align-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid var(--first-color);
  border-radius: 10px;
  padding: 1.5%;
  transition: 0.3s all ease;
  box-shadow: 0px 0px 0px var(--first-color);
  margin-bottom: 30px;
}

.news-itm:hover {
  margin-top: -10px;
  margin-left: -10px;
  box-shadow: 10px 10px 0px var(--first-color);
}

.news-itm-imgc {
  width: 100%;
  height: fit-content;
  margin-bottom: 5px;
}

.news-itm-img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  /* Untuk Safari & iOS */
}

.news-itm-txt {
  width: 100%;
  height: fit-content;
}

.news-itm-ttl {
  font-size: 20px;
  /* 16 */
  color: black;
  margin: 0px;
  padding: 0px;
}

.news-itm-sttl {
  font-size: 15px;
  /* 13 */
  color: black;
  margin: 0px;
  padding: 0px;
}

.news-content {
  width: 1000px;
  height: fit-content;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: start;
  align-items: start;
  margin: 50px 0px 100px 0px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px rgb(199, 199, 199);
}

.news-content-area {
  width: 90%;
  height: fit-content;
  display: flex;
  justify-content: start;
  justify-items: start;
  align-content: start;
  align-items: start;
  flex-direction: column;
  margin: 40px 0px;
}

.news-content-top {
  width: 100%;
  height: fit-content;
  padding-bottom: 20px;
  border-bottom: 2px solid rgb(209, 209, 209);
  margin-bottom: 20px;
}

.news-content-top-ttl {
  font-size: 25px;
  color: black;
  margin: 0px;
  padding: 0px;
}

.news-content-top-sttl {
  font-size: 18px;
  color: black;
  margin: 0px;
  padding: 0px;
}

.news-content-top-banner {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  margin: 20px 0px 10px 0px;
}

.news-content-top-banner-img {
  width: 70%;
  height: fit-content;
}

.news-content-body {
  width: 100%;
  height: fit-content;
}

.news-content-body img {
  width: fit-content;
  height: 300px;
  margin-top: 5px;
}

.loadMore {
  font-size: 20px;
  margin: 0px;
  color: white;
  background-color: var(--first-color);
  border: 2px solid var(--first-color);
  padding: 10px 25px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s all ease;
}

.loadMore:hover {
  color: var(--first-color);
  background-color: transparent;
}

.news-area-top {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  justify-items: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.news-area-top-sort {
  width: 30%;
  height: fit-content;
}

select {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 2px solid #ccc;
  background-color: #f9f9f9;
  font-size: 1rem;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  cursor: pointer;
}

select:focus {
  border-color: #007bff;
  background-color: #fff;
  outline: none;
}

.news-area-top-search-box {
  width: 50%;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
}

.news-area-top-search-box input[type="text"] {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  border-radius: 12px;
  border: 2px solid #ccc;
  background-color: #f9f9f9;
  font-size: 1rem;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.news-area-top-search-box input:focus {
  border-color: #007bff;
  background-color: #fff;
  outline: none;
}

.news-area-top-search-box svg {
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
  fill: #666;
}

@media screen and (min-width: 1150px) {
  .news-area {
    width: 1000px;
  }

  .news-content {
    width: 1000px;
  }
}

@media screen and (max-width: 1150px) {
  .news-area {
    width: 90%;
  }

  .news-content {
    width: 100%;
    margin: 0px 0px 100px 0px;
  }
}

@media screen and (max-width: 1000px) {
  .news-column {
    width: 46.5%;
  }

  .news-itm-start {
    width: 40.7%;
    padding: 3%;
  }

  .news-list-start {
    gap: 5%;
  }

  .news-itm-ttl {
    font-size: 20px;
    /* 16 */
  }

  .news-itm-sttl {
    font-size: 15px;
    /* 13 */
  }
}

@media screen and (max-width: 650px) {
  .news-itm-ttl {
    font-size: 16px;
    /* 16 */
  }

  .news-itm-sttl {
    font-size: 13px;
    /* 13 */
  }
}

@media screen and (max-width: 600px) {
  .loadMore {
    width: 100%;
    padding: 10px 0px;
    font-size: 18px;
  }

  .news-area-top-search-box {
    width: 100%;
    margin-bottom: 10px;
  }

  .news-area-top-sort {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .news-content-area {
    width: 85%;
  }

  .news-content-top-ttl {
    font-size: 20px;
  }

  .news-content-top-sttl {
    font-size: 13px;
  }
}

@media screen and (max-width: 500px) {
  .news-part-ttl-txt {
    font-size: 30px;
  }

  .news-content-body img {
    width: 80%;
    height: fit-content;
  }

  .news-content-top-banner-img {
    width: 100%;
    height: fit-content;
  }
}

@media screen and (max-width: 400px) {
  .news-list {
    justify-content: center;
    justify-items: center;
  }

  .news-column {
    width: 100%;
  }

  .news-itm-start {
    width: 90%;
    padding: 5%;
  }

  .news-itm-ttl {
    font-size: 16px;
    /* 16 */
  }

  .news-itm-sttl {
    font-size: 13px;
    /* 13 */
  }
}