.node--view-mode-full .post-thumbnail,
#views-exposed-form-post-other-page-3 {
    display: none;
}

.breadcrumb-content-inner {
    margin-bottom: 0;
}

.error-image {
    max-width: 420px;
    margin-bottom: 30px;
}

.error-code {
    font-size: 70px;
    font-weight: 700;
    color: #3a5ee8;
    margin-bottom: 10px;
}

.error-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.error-description {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto 30px;
}

.error-actions .btn {
    margin: 5px 10px;
}

.error-actions {
    padding-bottom: 40px;
}

.page-not-found .breadcrumbs,
.page-not-found .gsc-heading,
.page-not-found .gav-help-region,
.page-access-denied .breadcrumbs,
.page-access-denied .gsc-heading,
.page-access-denied .gav-help-region,
.title.page-not-found,
.title.page-access-denied {
    display: none;
}

.post-style-grid .card {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.25s;
}

.post-style-grid .card:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.post-style-grid .card-content {
    padding: 15px;
    text-align: left;
}

.post-style-grid .views-view-grid .views-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.post-style-grid .views-view-grid .views-col {
    margin-bottom: 20px;
}

.post-style-grid .post-block {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
}

.post-style-grid .post-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.post-style-grid .post-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.post-style-grid .post-body {
    flex-grow: 0;
}

.post-style-grid .post-views {
    margin-top: auto;
}

/* Hide breadcrumbs everywhere by default */
.breadcrumb-links,
.post-style-grid .views-exposed-form {
  display: none;
}

.post-views {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

.post-views svg {
  display: block;
  color: #000;
}

.grid-sort-wrapper .justify-content-end {
  display: flex;
  justify-content: end;
}
.grid-sort-wrapper .gap-2 {
  padding: 20px 0;
}

.grid-sort-wrapper .form-element:not(:last-child) {
    margin-right: 5px;
}

.grid-sort-wrapper .form-element.btn {
   background: #337ab7;
}

.grid-sort-wrapper .form-element.btn:focus {
   color: #ffff;
   outline: 5px auto #fff;
}

.post-body-grid {
    min-height: 100px;
}

/* Show breadcrumbs on tablets (iPad) and desktop */
@media (min-width: 768px) {
  .breadcrumb-links {
    display: block;
  }
}

@media (max-width: 767px) {
  .breadcrumb-content-inner .gva-breadcrumb-content .page-title {
    float: left;;
  }
}
