/* Colors */
/* Gradients */
/*Fonts*/
/*Font sizes*/
/*Max container width*/
/*Border*/
/*Margins*/
/*Images*/
.post-grid-B {
  width: 100%;
  height: 182px;
  margin: 0;
  border-radius: 6px;
  border: 0.5px solid #DADADA; }
  @media (max-width: 768px) {
    .post-grid-B {
      height: 160px;
      margin-bottom: 1rem; } }
  .post-grid-B .post-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    height: 100%;
    cursor: pointer; }
    .post-grid-B .post-section .image-box img {
      width: 100%;
      height: 182px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      object-fit: cover; }
      @media (max-width: 768px) {
        .post-grid-B .post-section .image-box img {
          height: 160px; } }
    .post-grid-B .post-section .text-box {
      padding: 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
          flex-flow: column; }
      @media (max-width: 768px) {
        .post-grid-B .post-section .text-box {
          padding: 8px; } }
      .post-grid-B .post-section .text-box .sponsor-grid-box {
        background: #FEF5DE;
        color: #0C2E61;
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 5px;
        padding: 2px 6px;
        border-radius: 4px;
        margin-top: -8px; }
        @media (max-width: 768px) {
          .post-grid-B .post-section .text-box .sponsor-grid-box {
            margin-top: 0px; } }
        .post-grid-B .post-section .text-box .sponsor-grid-box p {
          margin-bottom: 0; }
        .post-grid-B .post-section .text-box .sponsor-grid-box .sponsor-name {
          text-transform: uppercase;
          font-family: "archiabold";
          font-weight: 500; }
      .post-grid-B .post-section .text-box .post-category {
        font-family: "archiabold";
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 16px;
        color: #154EA5;
        text-transform: uppercase; }
      .post-grid-B .post-section .text-box .post-title {
        font-family: "archiasemibold";
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #F664A6 !important;
        /* autoprefixer: off */ }
        @media (max-width: 768px) {
          .post-grid-B .post-section .text-box .post-title {
            line-height: 20px;
            margin-top: 0rem;
            font-size: 13px;
            line-height: 21px;
            max-height: initial; } }
        .post-grid-B .post-section .text-box .post-title:hover {
          text-decoration: underline; }
      .post-grid-B .post-section .text-box .post-title.sponsor-title {
        -webkit-line-clamp: 3; }
        @media (max-width: 768px) {
          .post-grid-B .post-section .text-box .post-title.sponsor-title {
            -webkit-line-clamp: 2; } }
      .post-grid-B .post-section .text-box p {
        margin-bottom: 0px; }
      .post-grid-B .post-section .text-box .post-text {
        font-size: 13px;
        line-height: 21px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        height: 44px;
        overflow: hidden;
        font-family: "archiaregular";
        font-style: normal;
        font-weight: 400;
        color: #141414;
        padding-right: 15px; }
        @media (max-width: 768px) {
          .post-grid-B .post-section .text-box .post-text {
            height: 42px; } }
      .post-grid-B .post-section .text-box .link-text {
        font-family: "archiasemibold";
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 10px;
        text-decoration: none;
        color: #0C2E61 !important;
        background: #F994C2;
        padding: 10px 16px;
        border-radius: 100px;
        border: 2px solid #F994C2;
        height: 32px;
        margin-top: auto; }
        .post-grid-B .post-section .text-box .link-text:hover {
          background: #FFFFFF;
          text-decoration: none; }
