.blog-type-page {
  .pusher {
    .container {
      .center {
        .region-content {
          #block-sepac-content {
            .clearfix.text-formatted {
              h1 {
                max-width: 1400px;
                padding: 0px 20px;
                margin: 70px auto 29px;
              }
              main.wp-block-group {
                max-width: 1400px;
                margin: 0 auto;
                > .wp-block-group__inner-container {
                  h3 {
                    font-family: "Lato", sans-serif;
                    font-weight: 700;
                    font-size: 22px;
                    line-height: 28px;
                    color: #2a3182;
                    margin: 0px 20px 25px;
                  }
                  p {
                    font-family: "Lato", sans-serif;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 18px;
                    color: black;
                    margin: 0px 20px 10px;
                    strong {
                      font-weight: 700;
                    }
                    a {
                      color: var(--green);
                      text-decoration: underline;
                      transition: all 0.3s ease;
                      &:hover {
                        font-size: 14.5px;
                      }
                    }
                  }
                  .view-filters {
                    width: 90%;
                    margin: 20px auto;
                    #edit-actions {
                      display: none;
                    }
                    .form-type-radio {
                      position: relative;
                      input[type="radio"] {
                        position: absolute;
                        opacity: 0;
                        width: 100%;
                        height: 100%;
                        cursor: pointer;
                        z-index: 1;
                        &:checked + label {
                          background-color: var(--blue);
                          color: white;
                          border-color: var(--blue);
                        }
                      }
                      label {
                        border: 2px solid var(--blue);
                        border-radius: 10px;
                        display: block;
                        font-size: 14px;
                        padding: 10px;
                        cursor: pointer;
                        background-color: white;
                        color: var(--blue);
                        transition: all 0.3s ease;
                      }
                    }
                  }
                  .views-element-container {
                    h2 {
                      display: none;
                    }
                    .view {
                      .view-filters {
                        form {
                        }
                      }
                      .view-content {
                        display: flex;
                        flex-flow: row wrap;
                        justify-content: center;
                        align-items: flex-start;
                        gap: 34px;
                        .views-row {
                          width: 100%;
                          max-width: 325px;
                          max-height: 400px;
                          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
                          .views-field-field-image {
                            .field-content {
                              img {
                                width: 100%;
                                height: auto;
                                aspect-ratio: 325/260;
                              }
                            }
                          }
                          .views-field-field-tags {
                            .field-content {
                            }
                          }
                          .views-field-created {
                            padding-top: 23px;
                            padding-right: 20px;
                            padding-left: 20px;
                            margin-bottom: 17px;
                            .field-content {
                              .datetime {
                                position: relative;
                                font-family: "Lato", sans-serif;
                                font-weight: bold;
                                font-size: 14px;
                                color: var(--blue);
                                &:after {
                                  content: "";
                                  position: absolute;
                                  bottom: -8px;
                                  left: 0;
                                  width: 100%;
                                  height: 2px;
                                  background-color: var(--blue);
                                  transform: translateY(-50%);
                                }
                              }
                            }
                          }
                          .views-field-title {
                            padding-right: 20px;
                            padding-left: 20px;
                            margin-bottom: 5px;
                            .field-content {
                              a {
                                font-family: "Lato", sans-serif;
                                font-weight: bold;
                                font-size: 18px;
                                color: #2a3182;
                              }
                            }
                          }
                          .views-field-nothing {
                            padding-right: 20px;
                            padding-bottom: 20px;
                            .field-content {
                              a {
                                display: block;
                                text-align: right;
                                font-family: "Lato", sans-serif;
                                font-weight: bold;
                                font-size: 14px;
                                color: var(--blue);
                                border: none;
                                border-radius: 0px;
                                transition: all 0.3s;
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}
