.\#metaobject-page-container {
  --container-spacer: calc(var(--glob-gutter) * 1.25);
  --width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  max-width: var(--width);
  width: 100%;
  padding-left: var(--container-spacer);
  padding-right: var(--container-spacer);

  .\#metaobject-page-container-item-media {
    max-height: 100vh;
    overflow-y: auto;
    background-color: white;
    padding: 10px;
    border-radius: 8px;
  }

  .metaobject-title {
    color: #ff0000;
    font-size: 36pt;
    text-align: center;
  }

  ul {
    padding-left: 40px;
    margin: 10px 0;

    li {
      font-size: 16px;
      color: #999;
      font-weight: 500;
    }
  }

  .\#media-image {
    margin-top: 10px;
  }

  a {
    color: #333;
  }

  p {
    color: #000 !important;
  }

  img {
    cursor: pointer;
  }

  .custom_card {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  a:hover {
    color: #eb0e0e;
  }

  .custom_card_body {
    padding: 15px;
  }

  .custom_card_body div {
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    transition: color 0.3s ease;
  }

  .custom_card:hover .custom_card_body div {
    color: inherit;
  }

  @media (max-width: 1024px) and (min-width: 769px) {
    .h3-nb {
      font-size: 1rem !important;
    }
    h2 {
      font-size: 22pt !important;
    }
  }

  @media (max-width: 768px) {
    .h3-nb {
      font-size: 0.8rem !important;
    }
    h2 {
      font-size: 19pt !important;
    }
  }
}
