@layer components{.post-data{--post-data-background-color:var(--color-black-o-05);--post-data-padding:var(--spacing-normal);--post-data-width:var(--content-width-with-padding);--post-data-max-width:var(--content-max-width);--post-data-border-radius:var(--border-radius-default);--post-data-margin:var(--spacing-between-consecutive-elements-normal) auto var(--spacing-between-consecutive-elements-normal);--post-data-display:flex;--post-data-flex-direction:row;--post-data-align-items:center;--post-data-justify-content:flex-start;--post-data-gap:var(--spacing-normal) var(--spacing-xl);--post-blog-author-display:flex;--post-blog-author-flex-direction:row;--post-blog-author-align-items:center;--post-blog-author-justify-content:flex-start;--post-blog-author-gap:var(--spacing-s);--post-data-author-text-decoration:none;--post-data-author-avatar-size:var(--spacing-xl);--post-data-author-avatar-border-radius:var(--border-radius-circle);--post-data-author-avatar-object-fit:cover;--post-data-author-name-font-family:var(--font-family-text);--post-data-author-name-font-size:var(--font-size-normal);--post-data-author-name-color:var(--color-font);--post-data-author-name-color-hover:var(--color-primary);--post-blog-date-display:flex;--post-blog-date-flex-direction:row;--post-blog-date-align-items:center;--post-blog-date-justify-content:center;--post-blog-date-gap:var(--spacing-s);--post-data-date-font-family:var(--font-family-text);--post-data-date-font-size:var(--font-size-normal);--post-data-date-color:var(--color-font);--post-blog-categories-display:flex;--post-blog-categories-flex-direction:row;--post-blog-categories-align-items:center;--post-blog-categories-justify-content:flex-start;--post-blog-categories-flex-wrap:wrap;--post-blog-categories-gap:var(--spacing-s);--post-data-categories-list-style:none;--post-data-categories-margin:0;--post-data-categories-padding:0;--post-data-categories-blog-top-padding:0;--post-data-category-link-font-family:var(--font-family-text);--post-data-category-link-font-size:var(--font-size-normal);--post-data-category-link-color:var(--color-font);--post-data-category-link-color-hover:var(--color-primary);--post-data-category-link-text-decoration:none;--post-data-category-link-display:flex;--post-data-category-link-align-items:center;--post-data-category-link-justify-content:flex-start;--post-data-category-link-gap:var(--spacing-s);align-items:var(--post-data-align-items);background-color:var(--post-data-background-color);border-radius:var(--post-data-border-radius);display:var(--post-data-display);flex-flow:var(--post-data-flex-direction) wrap;gap:var(--post-data-gap);justify-content:var(--post-data-justify-content);margin:var(--post-data-margin);max-width:var(--post-data-max-width);padding:var(--post-data-padding);width:var(--post-data-width)}.post-data__author{align-items:var(--post-blog-author-align-items);display:var(--post-blog-author-display);flex-direction:var(--post-blog-author-flex-direction);flex-shrink:0;gap:var(--post-blog-author-gap);justify-content:var(--post-blog-author-justify-content);-webkit-text-decoration:var(--post-data-author-text-decoration);text-decoration:var(--post-data-author-text-decoration)}.post-data__author:focus-visible{--post-data-author-text-decoration:underline}.post-data__author:focus-visible .post-data__author-name{color:var(--post-data-author-name-color-hover)}.post-data__author-avatar{border-radius:var(--post-data-author-avatar-border-radius);display:block;height:var(--post-data-author-avatar-size);-o-object-fit:var(--post-data-author-avatar-object-fit);object-fit:var(--post-data-author-avatar-object-fit);width:var(--post-data-author-avatar-size)}.post-data__author-name{color:var(--post-data-author-name-color);font-family:var(--post-data-author-name-font-family);font-size:var(--post-data-author-name-font-size)}.post-data__date{align-items:var(--post-blog-date-align-items);color:var(--post-data-date-color);display:var(--post-blog-date-display);flex-direction:var(--post-blog-date-flex-direction);font-family:var(--post-data-date-font-family);font-size:var(--post-data-date-font-size);gap:var(--post-blog-date-gap);justify-content:var(--post-blog-date-justify-content)}.post-data__categories{align-items:var(--post-blog-categories-align-items);display:var(--post-blog-categories-display);flex-flow:var(--post-blog-categories-flex-direction) var(--post-blog-categories-flex-wrap);gap:var(--post-blog-categories-gap);justify-content:var(--post-blog-categories-justify-content);list-style:var(--post-data-categories-list-style);margin:var(--post-data-categories-margin);padding:var(--post-data-categories-padding)}.post-data__categories--blog-post-top{padding:var(--post-data-categories-blog-top-padding)}.post-data__category-link{align-items:var(--post-data-category-link-align-items);color:var(--post-data-category-link-color);display:var(--post-data-category-link-display);font-family:var(--post-data-category-link-font-family);font-size:var(--post-data-category-link-font-size);gap:var(--post-data-category-link-gap);justify-content:var(--post-data-category-link-justify-content);-webkit-text-decoration:var(--post-data-category-link-text-decoration);text-decoration:var(--post-data-category-link-text-decoration)}.post-data__category-link:focus-visible .post-data__category-name{color:var(--post-data-category-link-color-hover);text-decoration:underline}.post-data__category{position:relative}@media (hover:hover){.post-data__author:hover{--post-data-author-text-decoration:underline}.post-data__author:hover .post-data__author-name{color:var(--post-data-author-name-color-hover)}.post-data__category-link:hover .post-data__category-name{color:var(--post-data-category-link-color-hover);text-decoration:underline}}}