.hooks_LEAN {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0px auto;
  padding: 0px;
  width: calc(100% - 0px);
  max-width: calc(var(--base) * 440);
  min-height: calc(100vh - 0px);
  height: auto;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.hooks_LEAN .element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: var(--header_space) var(--sides) var(--contents);
  width: calc(100% - calc(var(--sides) * 2));
  min-height: calc(100vh - calc(var(--header_space) + var(--contents)));
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 1;
}

.hooks_LEAN .element .titulation_LEAN {
  width: calc(100% - 0px);
}

.hooks_LEAN.blog .element .content_hook {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: var(--sides);
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  background-image: url("https://sqdm.com/wp-content/uploads/2026/05/Multimedia-here.webp");
  background-color: var(--light);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--small);
  overflow: hidden;
  flex: none;
  align-self: stretch;
  flex-grow: 1;
}

.hooks_LEAN.blog .element .content_hook .blog_hook {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: var(--contents);
  margin: 0 auto;
  width: calc(100% - calc(var(--contents) * 2));
  height: calc(100% - calc(var(--contents) * 2));
  background: var(--blur_light);
  border: 1px solid var(--support);
  backdrop-filter: blur(var(--large));
  -webkit-backdrop-filter: blur(var(--large));
  border-radius: var(--extra_small);
  flex: none;
  align-self: stretch;
  flex-grow: 1;
}

.hooks_LEAN.blog .element .content_hook img {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 50%;
  width: auto;
  height: calc(100% - 0px);
  transform: translateX(-50%);
}

@media (min-width: 1136px) {
  .hooks_LEAN.blog .element .content_hook img {
    width: calc(100% - 0px);
    height: auto;
  }
}

.hooks_LEAN.blog .element .content_hook .blog_hook .meta_blog {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: var(--extra_small);
  margin: 0 auto;
  width: calc(100% - 0px);
  height: auto;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.hooks_LEAN.blog .element .content_hook .blog_hook .meta_blog .list_tags_hook {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: var(--extra_small);
  width: calc(100% - 0px);
  height: auto;
  margin: 0px auto;
  padding: 0px;
}

.hooks_LEAN.blog .element .content_hook .blog_hook .titulation_LEAN {
  align-items: center;
}

