body.blog a {
    text-decoration: none;
    color: inherit;
  }
  
  body.blog main#content {
    padding: 0;
    max-width: none;
    margin: 0;
  }
  
  body.blog .main-content {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  
  body.blog section.topoblog {
    padding: 0;
    background: linear-gradient(250.95deg, #420880 60.5%, #6A2485 100%);
    color: white;
    font-weight: 700;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  body.blog section.topoblog .line {
    position: absolute;
  }
  
  body.blog section.topoblog .line.horizontal {
    background: linear-gradient(
      95.67deg,
      #89c498 17.85%,
      #697dd2 27.52%,
      #9b79b0 34.49%,
      #ce758e 39.02%,
      #f87171 51.47%,
      #bd9d85 68.39%,
      #6d7dcf 75.28%,
      #74d39f 82.09%
    );
    height: 1px;
    width: 100%;
    top: 50%;
  }
  
  body.blog section.topoblog .line.vertical-left {
    background: rgba(255, 110, 110, 1);
    height: 50%;
    width: 1px;
    left: 41%;
    top: 50%;
  }
  
  body.blog section.topoblog .line.vertical-right {
    background: rgba(255, 110, 110, 1);
    height: 51%;
    width: 1px;
    right: 36%;
    bottom: 50%;
  }
  
  body.blog div.topbl-cont {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    width: 850px;
    position: relative;
  }
  
  body.blog section.topoblog .slim-cont.flex {
    width: 100%;
    justify-content: space-between;
  }
  
  body.blog section.topoblog .tobtop-right,
  body.blog section.topoblog .tobbot-left {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    max-width: 280px;
  }
  
  body.blog section.topoblog .tobtop-left .flex {
    gap: 1.5rem;
  }
  
  body.blog section.topoblog img {
    border-radius: 8px;
    width: 100%;
    height: auto;
  }
  
  body.blog section.topoblog .bf-big-cat,
  body.blog section.topoblog .bf-small-cat {
    color: #cccac6;
  }
  
  body.blog section.topoblog .bf-big-cat {
    font-size: 16px;
    line-height: 22px;
  }
  
  body.blog section.topoblog .bf-small-cat {
    font-size: 12px;
    line-height: 22px;
  }
  
  body.blog section.topoblog .bf-big-title {
    font-size: 22px;
    line-height: 30px;
  }
  
  body.blog section.topoblog .bf-small-title {
    font-size: 15px;
    line-height: 22px;
  }
  
  body.blog section.topoblog .bf-excerpt {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }
  
  body.blog section.topoblog .bf-author {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
  }
  
  body.blog section.topoblog .tobtop-left .tobl-text {
    max-width: 230px;
  }
  
  body.blog section.topoblog .tobbot-right {
    position: relative;
    width: 450px;
  }
  
  body.blog section.topoblog .tobbot-right .tobl-text {
    flex-direction: column;
    position: absolute;
    max-width: 270px;
    top: 5%;
    right: 0;
    pointer-events: none;
  }
  
  body.blog section.topoblog .tobbot-right .bf-big-cat {
    align-self: flex-end;
    pointer-events: all;
  }
  
  body.blog section.topoblog .tobbot-right .bf-big-title {
    pointer-events: all;
  }
  
  body.blog section.topoblog div.tobl-img {
    width: 260px;
    height: 230px;
    position: relative;
  }
  
  body.blog section.topoblog div.tobl-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  body.blog section.topoblog .tobbot-right .img-gradient {
    background: linear-gradient(
      78.28deg,
      rgba(0, 0, 0, 0) 28.98%,
      rgba(0, 0, 0, 0.7) 68.56%
    );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    pointer-events: none;
  }
  
  body.blog section.topoblog .tobbot-right .tobl-img a {
    display: block;
    height: 100%;
  }
  
  body.blog section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  body.blog section.grid-cont {
    width: 100%;
  }
  
  body.blog div.bf-grid-one,
  body.blog div.bf-grid-two {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
    gap: 20px;
  }
  
  body.blog section.grid-cont .grid-rd-more {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #5f71bd;
    max-width: fit-content;
  }
  
  body.blog section.grid-cont .grid-excerpt {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.25rem;
    color: #6b707b;
  }
  
  body.blog section.grid-cont .grid-post-hdr {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #111111;
    cursor: pointer;
  }
  
  body.blog section.grid-cont .grid-post-img {
    width: 100%;
    height: auto;
    max-height: 181px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
  }
  
  body.blog section.grid-cont .bfgrid-post {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 410px;
    max-width: 450px;
    padding: 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin-inline: auto;
  }
  
  body.blog section.grid-cont .grid-content {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }
  
  body.blog section.bf-featured .bff-one,
  body.blog section.bf-featured .bff-two {
    padding: 72px;
  }
  
  body.blog section.bf-featured .bff-one {
    background: #420880;
    color: #fff;
  }
  
  body.blog section.bf-featured .bff-two {
    background: #edebe6;
    color: #393b40;
  }
  
  body.blog section.bf-featured div.flex {
    gap: 3rem;
  }
  
  body.blog section.bf-featured .featured-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 800px;
    width: 100%;
  }
  
  body.blog section.bf-featured .featured-hdr {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
  }
  
  body.blog section.bf-featured .featured-excerpt {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
  }
  
  body.blog section.bf-featured .featured-rd-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65%;
    font-weight: 700;
    font-size: 17px;
    line-height: 28px;
    background: #fff;
    color: #420880;
    min-height: 56px;
    border-radius: 5px;
    padding: 8px 16px;
    cursor: pointer;
  }
  
  body.blog section.bf-featured .bff-two .featured-rd-more {
    background: #420880;
    color: #fff;
  }
  
  body.blog section.bf-featured .bffeat-img {
    min-width: 135px;
    width: 100%;
    max-width: 580px;
    height: auto;
  }
  
  body.blog section.bf-featured img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }
  
  body.blog .topoblog img {
    width: 10px;
    height: 10px;
  }
  
  body.blog .botoblog .cont.flex {
    min-height: 450px;
    justify-content: space-between;
  }
  
  body.blog .bob-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  body.blog .bob-left .bobl-row.flex {
    gap: 2rem;
  }
  
  body.blog .bob-left .bob-left-content {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    gap: 0.6rem;
  }
  
  body.blog .bob-left .bob-left-hdr {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
  }
  
  body.blog .bob-left .bob-left-excerpt {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6b707b;
  }
  
  body.blog .bob-left .bob-left-rd {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #5f71bd;
    max-width: fit-content;
  }
  
  body.blog .bob-left .bob-left-img {
    max-width: 410px;
  }
  
  body.blog .bob-left .bob-left-img img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  
  body.blog .bob-right,
  body.blog .bobr-row {
    display: flex;
    flex-direction: column;
  }
  
  body.blog .bob-right {
    gap: 1rem;
  }
  
  body.blog .bobr-row {
    gap: 0.3rem;
  }
  
  body.blog .bob-right .bobrr-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6b707b;
  }
  
  body.blog .bob-right a {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
  }