

.eternanews-three-column {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
  box-sizing: border-box;
  gap: 5px;
}

.eternanews-column {
  margin: 0;
}

.eternanews-image-column {
  width: 185px;
}

.eternanews-left-image .eternanews-image-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #3c2323;
  font-size: 17px;
  text-align: center;
  background-color: #fbeaea;
  padding: 0px 5px 10px 5px;
  overflow: hidden;
  line-height: 1.4;
  max-height: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.eternanews-image-column img {
  width: 185px;
  height: 253px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  display: block;
}


.eternanews-text-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 253px;
  box-sizing: border-box;
  background: #fff7f7;          
}

.eternanews-text-upper {
  height: 126.5px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.eternanews-title-section {
  height: 25.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #f2d0d0;      
  background: #c8131a;            
  padding: 10px;
  height: 40px;
  margin: 0;
}

.eternanews-title-section h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: bold;
}


.eternanews-content-section {
  height: 101.2px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #3c2323;
  position: relative;
}

.eternanews-date-time {
  position: absolute;
  bottom: 1px;
  right: 5px;
  font-size: 14px;
  color: #3c2323;
}

.eternanews-content-section p {
  padding-left: 5px;
  padding-right: 5px;
}


.eternanews-text-lower-grid {
  height: 126.5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #f3dede;      
}

.eternanews-grid-cell {
  width: 100%;
  height: 63.25px;
  border-right: 1px solid #f3dede;
  border-bottom: 1px solid #f3dede;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  padding: 5px;
  line-height: 1.2;
  background: #fffafa;            
  color: #3c2323;
  font-size: 14px;
}

.eternanews-grid-cell:nth-child(2n) {
  border-right: none;
}

.eternanews-grid-cell:nth-child(n+3) {
  border-top: 1px solid #f3dede;
}
