/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*************** nilam ******************/

:root {
  --adeo-beehiiv-primary: #1e90ff;
  --adeo-beehiiv-secondary: #ffffff;
}

.crypto_text {
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  color: rgb(18 18 18);
  opacity: 1;
}

.crypto_item_heading {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: var(--dark-black);
}

.adv_heading {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: var(--dark-black);
}

.adv_p p {
  font-size: 20px;
  line-height: inherit;
  color: var(--dark-black);
  font-weight: 400;
}

.text_left {
  text-align: left;
}

.adeo_beehiiv_otr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.adeo_beehiiv_left {
  width: 704px;
}

.adeo_beehiiv_right {
  flex: 1;
}

.adeo_beehiiv_advertiser_blog {
  background: var(--light-cream);
  border-radius: 8px;
  box-shadow: 0px 14px 17px 1px rgb(162 168 162 / 20%);
  padding: 16px;
}

.adeo_beehiiv_advertiser_blog h4 {
  padding-bottom: 16px;
  border-bottom: 2px solid #000000;
  margin-bottom: 16px;
}

.adeo_beehiiv_list_item_image {
  position: relative;
  padding-top: 63.48%;
  background: inherit;
}

.adeo_beehiiv_list_item_image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  padding: 10px 15px;
}

.adeo_beehiiv_list_item_text p {
  margin-top: 12px;
}

.adeo_beehiiv_list_content {
  padding: 70px 0 43px 0;
}

.adeo_beehiiv_list_item:hover .adeo_beehiiv_list_item_image {
  box-shadow: 0px 0px 20px 2px rgb(33 158 212 / 20%);
}

.adeo_beehiiv_list_item:hover .adeo_beehiiv_list_item_text h6 {
  color: var(--blue);
}

.adeo_beehiiv_advertiser h5 {
  padding-bottom: 16px;
  opacity: 0.8;
  font-weight: 500;
}

.adeo_beehiiv_advertiser {
  width: 100%;
  max-width: 532px;
  margin-left: auto;
}

/*=============================== BLOG DETAIL =========================*/
.adeo_beehiiv_left h1 {
  font-weight: 500;
  text-align: left;
  padding-bottom: 20px;
}

.crypto_blog_container .container {
  max-width: 1152px;
}

.crypto_blog_container .adeo_beehiiv_left {
  margin: 0 auto;
}

.adeo_beehiiv_left a {
  color: #000000;
  font-weight: 600;
}

.adeo_beehiiv_left p {
  padding-bottom: 10px;
}

.crypto_blog_detail_image img {
  margin: 0 auto;
}

.crypto_small_container {
  max-width: 850px;
  margin: 0 auto;
}

.adeo_beehiiv ul {
  padding-left: 16px;
  margin-top: 0;
}

.adeo_beehiiv li {
  font-size: 18px;
  line-height: 24px;
  color: var(--dark-black);
  padding-bottom: 24px;
}

.crypto_blog_description p {
  padding-bottom: 24px;
}

.crypto_subtitle h2 {
  font-style: normal;
  font-weight: 600;
  padding-bottom: 24px;
}

.adeo_beehiiv_left p:last-child {
  padding-bottom: 0;
}

.adeo_beehiiv_left {
  padding-bottom: 24px;
}

.crypto_blog_detail_image {
  padding-bottom: 24px;
}

/* .crypto_blog_detail_image img {
    padding-bottom: 24px;
} */
.crypto_small_container .adeo_beehiiv_list_content {
  padding: 0 0 0 0;
}

.crypto_small_container .adeo_beehiiv_list {
  grid-gap: 24px;
}

.crypto_small_container .adeo_beehiiv_list_item_image {
  padding-top: 52.35%;
}

.crypto_small_container .adeo_beehiiv_list_item_image img {
  padding: 6px 8px;
}

.readMore span {
  text-decoration: underline;
  color: var(--dark-black);
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.adeo_beehiiv_list a {
  text-decoration: none;
  transition: all ease 0.3s;
}

.adeo_beehiiv_list a:hover .adeo_beehiiv_list_item_text h2 {
  opacity: 0.5;
}

.adeo_beehiiv_list_item_text h2 {
  color: var(--dark-black);
  transition: all ease 0.3s;
}

.adeo_beehiiv_content {
  width: 360px;
  height: 40px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 60px;
  overflow: hidden;
}

.adeo_beehiiv_subscription {
  position: relative;
  width: 100%;
  height: 100%;
}

.adeo_beehiiv_subscription .add-email {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 20px;
}

.adeo_beehiiv_subscription .submit-email {
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100% - 2px);
  width: auto;
  border: none;
  border-radius: 60px;
  outline: none;
  margin: 1px;
  padding: 0 20px;
  cursor: pointer;
  background: var(--adeo-beehiiv-primary);
  color: #ffffff;
  transition: width 0.35s ease-in-out, background 0.35s ease-in-out;
  word-wrap: normal;
}

.adeo_beehiiv_ubscription.done .submit-email {
  width: calc(100% - 2px);
  background: #c0e02e;
}

.adeo_beehiiv_subscription .after-submit {
  color: #000000;
}

/* Grid Design */

.section_cyber_security_news {
  width: 100%;
}

.adeo_beehiiv_list,
.crypto_news_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 35px 35px;
  grid-template-areas: ". . .";
}

.cyber_security_news_blog {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 35px 35px;
  grid-template-areas: ". .";
}

@media only screen and (max-width: 640px) {
  .cyber_security_news_blog,
  .adeo_beehiiv_list,
  .crypto_news_list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 35px 35px;
    grid-template-areas: ".";
  }
}

.crypto_news_list {
  margin-top: 25px;
}

.blogs_left > .card {
  min-height: 94.8%;
}

.adeo_beehiiv_list > a {
  text-decoration: none !important;
}

/* Post Card */
.card {
  background: white;
  text-decoration: none;
  color: #444;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  transition: all 0.1s ease-in;
  margin-bottom: 35px;
}

.card-grid {
  min-height: 95%;
}

.card:hover {
  top: -2px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}

.card article {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card a {
  text-decoration: none !important;
}

.card h3,
.card h2 {
  font-size: 24px;
  margin: 0;
  color: #333;
}

.card p {
  line-height: 1.4;
}

.card span,
.card .date_view {
  font-size: 12px;
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 0.8em 0;
  display: block;
}

.card .thumb img {
  width: 100%;
}

@media (min-width: 60em) {
  .item-1 {
    grid-column: 1 / span 2;
  }
  .item-1 h3 {
    font-size: 24px;
  }
}

.btn_view_article {
  background-color: var(--adeo-beehiiv-primary);
  color: #fff;
  padding: 10px 20px;
  text-decoration: none !important;
  width: fit-content;
  text-transform: capitalize;
}

.btn_view_article:hover {
  background-color: var(--adeo-beehiiv-primary);
}

.readMore {
  margin-top: 20px;
  margin-bottom: 8px;
}

.article_view {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Pagination */

.pagination {
  margin: 30px 0;
}

.page-numbers {
  background: var(--adeo-beehiiv-primary);
  color: #fff;
  padding: 6px 12px;
  text-decoration: none !important;
  border: 2px solid var(--adeo-beehiiv-primary);
}

.page-numbers.current {
  border: 2px solid var(--adeo-beehiiv-primary);
  background: #fff;
  color: var(--adeo-beehiiv-primary);
}

/* Single Post */

.beehiiv__body img {
  width: 100%;
}

.beehiiv__body {
  font-size: 22.5px;
  line-height: 1.445;
  font-weight: 400;
}

.section_career_fresh_blogs {
  margin-top: 70px;
}
