@charset "utf-8";

.customNewsWrapper { width: 100%; max-width: 700px; margin: 20px auto; border: 1px solid rgb(204, 204, 204); border-radius: 10px; overflow: hidden; background-color: rgb(249, 241, 231); display: flex; flex-wrap: wrap; }

.uniqueImageHolder { flex: 0 0 40%; max-width: 40%; }

.uniqueImageHolder img { width: 100%; height: 100%; object-fit: cover; display: block; }

.distinctTextArea { flex: 1 1 60%; padding: 15px; color: rgb(51, 51, 51); }

.specialHeadline { font-size: 1rem; line-height: 1.7rem; color: rgb(194, 21, 73); }

.exclusiveContent { margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 1rem !important; font-weight: 600 !important; line-height: 1.5 !important; margin-top: 8px !important; }

.uniqueImageHolder a:has(img) { display: flex; width: 100%; height: 100%; }

@media (max-width: 480px) {
  .customNewsWrapper { flex-direction: column; }
  .uniqueImageHolder { flex: 0 0 100%; max-width: 100%; }
  .distinctTextArea { flex: 1 1 100%; }
}
