/*
    https://malfi.art
    v0.1 | 2022.05.10
    License: none (public domain)
*/
:root {
  --screen-md: 768px;
  --screen-lg: 1024px;
  --screen-xl: 1200px;
  --screen-xxl: 1600px;
  --padding-grid: 0.5rem;
  --padding-container: 1rem;
  --color-text: #222;
  --color-border: #e5e5e5;
  --color-gray: #e5e5e5;
  --color-gray-t-10: #e8e8e8;
  --color-gray-t-20: #eaeaea;
  --color-gray-t-30: #ededed;
  --color-gray-t-40: #efefef;
  --color-gray-t-50: #f2f2f2;
  --color-gray-t-60: whitesmoke;
  --color-gray-t-70: #f7f7f7;
  --color-gray-t-80: #fafafa;
  --color-gray-t-90: #fcfcfc;
  --color-gray-s-10: #cecece;
  --color-gray-s-20: #b7b7b7;
  --color-gray-s-30: #a0a0a0;
  --color-gray-s-40: #898989;
  --color-gray-s-50: #737373;
  --color-gray-s-60: #5c5c5c;
  --color-gray-s-70: #454545;
  --color-gray-s-80: #2e2e2e;
  --color-gray-s-90: #171717;
  --color-base: #2e60cf;
  --color-base-t-10: #4370d4;
  --color-base-t-20: #5880d9;
  --color-base-t-30: #6d90dd;
  --color-base-t-40: #82a0e2;
  --color-base-t-50: #97b0e7;
  --color-base-t-60: #abbfec;
  --color-base-t-70: #c0cff1;
  --color-base-t-80: #d5dff5;
  --color-base-t-90: #eaeffa;
  --color-base-s-10: #2956ba;
  --color-base-s-20: #254da6;
  --color-base-s-30: #204391;
  --color-base-s-40: #1c3a7c;
  --color-base-s-50: #173068;
  --color-base-s-60: #122653;
  --color-base-s-70: #0e1d3e;
  --color-base-s-80: #091329;
  --color-base-s-90: #050a15;
  --color-accent: #F26430;
  --color-accent-t-10: #f37445;
  --color-accent-t-20: #f58359;
  --color-accent-t-30: #f6936e;
  --color-accent-t-40: #f7a283;
  --color-accent-t-50: #f9b298;
  --color-accent-t-60: #fac1ac;
  --color-accent-t-70: #fbd1c1;
  --color-accent-t-80: #fce0d6;
  --color-accent-t-90: #fef0ea;
  --color-accent-s-10: #da5a2b;
  --color-accent-s-20: #c25026;
  --color-accent-s-30: #a94622;
  --color-accent-s-40: #913c1d;
  --color-accent-s-50: #793218;
  --color-accent-s-60: #612813;
  --color-accent-s-70: #491e0e;
  --color-accent-s-80: #30140a;
  --color-accent-s-90: #180a05;
  --color-approve: #00a249;
  --color-approve-t-10: #1aab5b;
  --color-approve-t-20: #33b56d;
  --color-approve-t-30: #4dbe80;
  --color-approve-t-40: #66c792;
  --color-approve-t-50: #80d1a4;
  --color-approve-t-60: #99dab6;
  --color-approve-t-70: #b3e3c8;
  --color-approve-t-80: #ccecdb;
  --color-approve-t-90: #e6f6ed;
  --color-approve-s-10: #009242;
  --color-approve-s-20: #00823a;
  --color-approve-s-30: #007133;
  --color-approve-s-40: #00612c;
  --color-approve-s-50: #005125;
  --color-approve-s-60: #00411d;
  --color-approve-s-70: #003116;
  --color-approve-s-80: #00200f;
  --color-approve-s-90: #001007;
  --color-decline: #db0444;
  --color-decline-t-10: #df1d57;
  --color-decline-t-20: #e23669;
  --color-decline-t-30: #e64f7c;
  --color-decline-t-40: #e9688f;
  --color-decline-t-50: #ed82a2;
  --color-decline-t-60: #f19bb4;
  --color-decline-t-70: #f4b4c7;
  --color-decline-t-80: #f8cdda;
  --color-decline-t-90: #fbe6ec;
  --color-decline-s-10: #c5043d;
  --color-decline-s-20: #af0336;
  --color-decline-s-30: #990330;
  --color-decline-s-40: #830229;
  --color-decline-s-50: #6e0222;
  --color-decline-s-60: #58021b;
  --color-decline-s-70: #420114;
  --color-decline-s-80: #2c010e;
  --color-decline-s-90: #160007;
  --font-size: 16px;
  --font-family-main: "Wix Madefor Display";
  --font-family-accent: "Nunito";
  --font-line-height-base: 1.45;
  --font-letter-spacing-base: 0.025em;
  --transition-time: 0.15s;
  --transition-ease: all var(--transition-time) ease-in-out;
  --transition: all var(--transition-time) linear;
  --b-r: 0.5rem;
  --b-r-2: 1rem;
  --b-r-3: 1.5rem;
  --b-r-4: 2rem;
  --b-r-5: 2.5rem;
  --box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 6%);
  --box-shadow-inset: inset 0 0 1.25rem rgb(0 0 0 / 6%);
  --container-width: 81rem;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
optgroup:focus {
  outline: none !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background-color: #f5f5f5;
  font-family: var(--font-family-main);
  font-size: var(--font-size);
  font-feature-settings: "lnum";
  line-height: var(--font-line-height-base);
  letter-spacing: var(--font-letter-spacing-base);
  color: var(--color-text);
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  margin: auto;
}
body.scroll-disable {
  overflow-y: hidden;
}

*,
*::after,
*::before {
  max-width: 100%;
}

.mf-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition-ease);
  z-index: 101;
}
.mf-overlay.active {
  opacity: 0.6;
  pointer-events: all;
}

.mf_menu_active .mf-overlay {
  z-index: 99;
}

::-webkit-scrollbar {
  background-color: var(--color-border);
  border-radius: var(--b-r);
  width: 6px;
  height: 6px;
  overflow: hidden;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-gray-s-40);
  border-radius: var(--b-r);
  background-clip: padding-box;
}

section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  display: inline-block;
}

address {
  font-style: normal;
}

button {
  background: initial;
  font-family: inherit;
}

hr {
  border-bottom: solid 1px var(--color-border);
  padding-top: 1rem;
  margin-bottom: 1rem;
}

.border-simple {
  border: solid 0.0625rem var(--color-border);
}

.table-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-y: auto;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  display: inline-block;
}
.table-wrapper table {
  border: none;
  margin: 0;
  width: 100%;
}
.table-wrapper.limited {
  max-height: calc(3rem * (var(--limit-rows)));
}

table {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  border: solid 0.0625rem var(--color-border);
}
table th {
  background-color: var(--color-gray-t-50);
  font-weight: bold;
}
table tfoot td {
  background-color: var(--color-gray-t-70);
  font-weight: bold;
}
table tr:hover td {
  background-color: var(--color-gray-t-70);
}
table tr > * {
  padding: 0.75rem 1rem;
  border-bottom: solid 1px var(--color-border);
}
table tr > *:not(:last-child) {
  border-right: solid 1px var(--color-border);
}
table td {
  transition: var(--transition-ease);
}
table tbody:last-child tr:last-child,
table tfoot tr:last-child {
  border-bottom: none;
}
table caption {
  font-size: 1.125rem;
  padding: 1rem;
  font-weight: bold;
}
table.simple {
  border-width: 0;
}
table.simple th {
  background-color: transparent;
  font-weight: bold;
  text-align: left;
}
table.simple tr > * {
  padding: 1rem 1rem 1rem 0;
}
table.simple tr > *:not(:last-child) {
  border-right-width: 0;
}
table.simple tr:hover td {
  background-color: transparent;
  border-color: var(--color-gray-s-20);
}
table.simple tr:last-child td {
  border-width: 0;
}
table.table-first-elements-beautify tr > td:first-child,
table.table-first-elements-beautify tr > th {
  white-space: nowrap;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  table.mf-table-two-beautify thead {
    display: none;
  }
  table.mf-table-two-beautify tr > * {
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
  }
  table.mf-table-two-beautify tr td:first-child {
    color: var(--color-gray-s-50);
    padding-bottom: 0;
    margin-bottom: -0.375rem;
  }
  table.mf-table-two-beautify tr,
  table.mf-table-two-beautify td {
    display: block;
    width: 100%;
  }
  table.mf-table-two-beautify tr > *:not(:last-child) {
    border-width: 0;
  }
}
table.big {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
table.big thead {
  position: sticky;
  top: 0;
  z-index: 2;
}
table.big thead tr th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  border-right: 0.0625rem solid var(--color-border);
}
table.big thead th {
  background: var(--color-gray-t-70);
  text-align: left;
}
table.big tbody tr {
  vertical-align: baseline;
}
table.big tbody tr:nth-child(even) {
  background-color: var(--color-gray-t-80);
}
table.big tbody tr:nth-child(odd) {
  background-color: #fff;
}
table.big tbody tr td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background: #fff;
  border-right: 0.0625rem solid var(--color-border);
}
table.big tbody tr:nth-child(even) td:first-child {
  background: var(--color-gray-t-80);
}
table.big tbody tr:hover td {
  background-color: var(--color-gray-t-10) !important;
}
table.without-border td,
table.without-border th {
  border: none !important;
}
table.with-collapse:not(.show) tr:nth-child(n+11) {
  display: none;
}
table.with-collapse.show + .show-all {
  display: none;
}

blockquote {
  margin: 1.5rem 0;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  border-left: solid 0.375rem var(--color-base);
  font-size: 1.125rem;
  line-height: 1.35;
  color: var(--color-text);
  background: var(--color-gray-t-70);
}
blockquote cite {
  display: block;
  font-weight: bold;
  color: var(--color-base);
  margin-top: 2rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}

.w-100 {
  width: 100% !important;
}

.mf-group-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.article-small {
  background-color: var(--color-gray-s-70);
  border-radius: var(--b-r-3);
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  transition: var(--transition-ease);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.article-small .heading {
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #fff;
}
.article-small .heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-small .attributes {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 0.75rem;
  padding-top: 0.75rem;
  color: var(--color-gray-s-30);
  margin-top: auto;
}
.article-small:hover {
  background-color: var(--color-gray-s-60);
}

.bg-green {
  background-color: var(--color-approve);
}

.bg-red {
  background-color: var(--color-decline);
}

.mf-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  white-space: nowrap;
}
.mf-cloud > * {
  padding: 0.25rem 0.75rem;
  border-radius: 10rem;
  order: var(--order);
}
.mf-cloud .bg-green,
.mf-cloud .bg-red {
  color: #fff;
}

.mf-tabs-control {
  display: flex;
  white-space: nowrap;
  overflow: auto;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.mf-tabs-control .tab {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0.375rem 1rem;
  transition: var(--transition-ease);
  position: relative;
  font-size: 1rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin: 0;
  border-radius: 10rem;
}
.mf-tabs-control .active_tab {
  position: relative;
  background: var(--color-gray-t-70);
}
.mf-tabs-control::-webkit-scrollbar {
  height: 0;
}
.mf-tabs-control.white .tab, .mf-tabs-control.white .active_tab {
  background: #fff;
  margin-right: 1rem;
}
.mf-tabs-control.white .tab:hover, .mf-tabs-control.white .active_tab:hover {
  box-shadow: var(--box-shadow-2);
}

.mf-tabs-content .tab-content:not(.active_tab) {
  display: none;
}

.param-value {
  padding: 1rem 0;
  border-bottom: solid 0.0625rem var(--color-border);
  position: relative;
  height: 100%;
}
.param-value .param {
  padding-bottom: 0.25rem;
}
.param-value .value {
  color: var(--color-gray-s-40);
}
.param-value.param-value-icon > * {
  padding-left: 2rem;
}
.param-value.param-value-icon .param::before {
  position: absolute;
  left: 0;
  top: 1rem;
  font-size: 1.5rem;
  color: var(--color-gray-s-60);
}

.special-label {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 0.1875rem #fff;
  color: #fff;
}
.special-label.recommended {
  background-color: var(--color-base);
}
.special-label.without-percent {
  background-color: #747efb;
}
.special-label.popular {
  background-color: var(--color-decline);
}
.special-label.new {
  background-color: var(--color-approve);
}

.mf-modal .user-sets-modal {
  font-size: 0.875rem;
}

.user-sets-modal .content,
.user-sets-modal .table-wrapper {
  height: 100%;
  margin: 0;
}
.user-sets-modal table {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.user-sets-modal table tr > * {
  padding: 0.5rem 1rem;
  vertical-align: middle;
}
.user-sets-modal table .mf-button {
  height: 2.25rem;
  padding: 0 1rem;
}
.user-sets-modal .remove-product {
  color: var(--color-decline);
  cursor: pointer;
  font-size: 1.5rem;
  display: inline-block;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
}
.user-sets-modal .remove-product + .name {
  margin-left: 1.5rem;
}

.collapsed-content {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.collapsed-content.active {
  display: block;
}
.collapsed-content.active + .show-all {
  display: none;
}
@media (min-width: 768px) {
  .collapsed-content {
    -webkit-line-clamp: 2;
  }
}

.mf-float-button {
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  background: var(--color-base);
  color: #fff;
  border-radius: 0.75rem;
  font-size: 1.125rem;
  padding: 0.75rem 1rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.02), 0 0 1rem rgba(0, 0, 0, 0.01);
  overflow: hidden;
  z-index: 10;
}
.mf-float-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  filter: blur(5px);
  transform: translateX(-4em) skewX(-45deg);
  animation-name: move-light;
  animation-duration: 8s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes move-light {
  0% {
    transform: translateX(-4rem) skewX(-45deg);
  }
  20% {
    transform: translateX(15rem) skewX(-45deg);
  }
  100% {
    transform: translateX(15rem) skewX(-45deg);
  }
}
.mf-float-subheader {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  background: #fff;
  padding: 0.75rem 0;
}
.mf-float-subheader > * {
  border-radius: var(--b-r-3);
  transition: var(--transition-ease);
  background: #fff;
  box-shadow: 0 0 0 0.0625rem var(--color-border);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-1 {
  padding-top: 0.5rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-1 {
  padding-bottom: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 0.5rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mfo-advantages {
  margin-bottom: 1rem;
}
.mfo-advantages .single-wrapper {
  margin-bottom: 1rem;
}
.mfo-advantages .single {
  box-shadow: var(--box-shadow-2);
  padding: 0.875rem 1rem;
  background-color: #fff;
  height: 100%;
  border-radius: var(--b-r-3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: right;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
.mfo-advantages .single img {
  height: 3rem;
  width: 3rem;
  opacity: 0.8;
  margin-left: -0.25rem;
}
.mfo-advantages .single .name {
  position: relative;
}
.mfo-advantages .single.approve {
  font-size: 1rem;
}
.mfo-advantages .single.approve .name {
  margin: auto;
}
.mfo-advantages .single.rating .number {
  font-weight: 600;
  color: var(--color-accent);
}
.mfo-advantages .single.rating .sub {
  color: var(--color-gray-s-50);
  font-size: 0.75rem;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .mfo-advantages .single {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .mfo-advantages {
    background-color: #fff;
    border-radius: var(--b-r-4);
    padding: 1.5rem 1rem 0.5rem;
    margin-bottom: 2rem;
  }
  .mfo-advantages .single {
    box-shadow: none;
    background: var(--color-gray-t-70);
    cursor: pointer;
    transition: var(--transition);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .mfo-advantages .single:hover {
    background: var(--color-gray-t-30);
  }
}

.mfo-float-bar {
  position: fixed;
  width: calc(100% - 2rem);
  height: 5rem;
  background-color: var(--color-base-s-70);
  color: #fff;
  border-radius: var(--b-r-4);
  overflow: hidden;
  bottom: -10rem;
  left: 1rem;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  align-items: center;
  z-index: 10;
  transition: all 0.3s;
}
.mfo-float-bar .image {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: var(--b-r-2);
  overflow: hidden;
  background: #fff;
  padding: 0.25rem;
}
.mfo-float-bar .image img {
  height: 100%;
}
@media (min-width: 1024px) {
  .mfo-float-bar {
    left: calc((100% - var(--container-width)) / 2 + var(--container-width) * 0.6 + 0.75rem);
    left: calc(60% + 0.75rem);
    width: calc(30% - 1.75rem);
    max-width: calc(var(--container-width) * 0.3 - 1.75rem);
    bottom: auto !important;
    top: -10rem;
  }
  .mfo-float-bar .sum {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mfo-float-bar {
    left: calc((100% - var(--container-width)) / 2 + var(--container-width) * 0.6 + 0.75rem);
  }
  .mfo-float-bar .sum {
    display: block;
  }
}

.mf_scroll_active .mfo-float-bar {
  bottom: 1rem;
}
@media (min-width: 1024px) {
  .mf_scroll_active .mfo-float-bar {
    top: 1rem;
  }
  .mf_scroll_active.mf_scroll_top .mfo-float-bar {
    top: 5rem;
  }
}

.values-capitalize {
  text-transform: lowercase;
}

.values-capitalize::first-letter {
  text-transform: capitalize;
}

[id] {
  scroll-margin-top: 5rem;
}

@media (min-width: 768px) {
  .page-sidebar .sidebar-wrapper {
    position: sticky;
    transition: all 0.3s;
    top: 0;
  }
  .mf_scroll_active.mf_scroll_bottom .page-sidebar .sidebar-wrapper {
    top: 3rem;
  }
  .mf_scroll_active.mf_scroll_top .page-sidebar .sidebar-wrapper {
    top: 7rem;
  }
}
@media (min-width: 1024px) {
  .mf_scroll_active.mf_scroll_bottom .page-sidebar .sidebar-wrapper {
    top: 7rem;
  }
  .mf_scroll_active.mf_scroll_top .page-sidebar .sidebar-wrapper {
    top: 11rem;
  }
}
.docs-list a {
  display: flex;
  width: 100%;
}
.docs-list a::before {
  margin-right: 0.75rem;
  display: inline-block;
  transform: translateY(0.0625rem);
  font-size: 1.125rem;
  min-width: 1.25rem;
}

.dynamic-user-sets-block .modal-title {
  display: none;
}

main {
  min-height: calc(100dvh - 25rem);
}

.article-poster {
  filter: brightness(0.97);
  border-radius: var(--b-r-4);
  overflow: hidden;
  display: flex;
  margin-bottom: 1rem;
}
.article-poster img {
  height: 50vw;
  max-height: 25rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .article-poster img {
    height: 30vw;
  }
}

.article-card-small {
  border-left: 0.25rem solid var(--color-gray);
  padding-left: 1rem;
  position: relative;
}
.article-card-small .category {
  font-size: 0.875rem;
  color: var(--color-gray-s-50);
  margin-bottom: 0.25rem;
}
.article-card-small .category > * {
  display: inline-flex;
  color: #fff;
  padding: 0.125rem 0.5rem;
  border-radius: 5rem;
  font-size: 0.8125rem;
  margin-left: 0.25rem;
}
.article-card-small .category > *.active {
  background-color: var(--color-approve);
}
.article-card-small .category > *.ended {
  background-color: var(--color-decline);
}
.article-card-small .active {
  display: inline-flex;
  background-color: var(--color-approve);
  color: #fff;
  padding: 0.125rem 0.5rem;
  border-radius: 5rem;
  font-size: 0.8125rem;
  margin-left: 0.25rem;
}
.article-card-small .heading {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1;
  color: var(--color-text);
}
.article-card-small .heading::after {
  inset: 0;
  display: block;
  content: "";
  position: absolute;
}
.article-card-small .heading:hover {
  color: var(--color-base-t-20);
}
.article-card-small .description {
  color: var(--color-gray-s-50);
  margin-top: 0.5rem;
}
.article-card-small.active {
  border-color: var(--color-approve);
}
.article-card-small.ended {
  border-color: var(--color-decline);
}
.article-card-small + .article-card-small {
  margin-top: 1.5rem;
}

.article-card {
  padding-bottom: 1.5rem;
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: var(--b-r-3);
  transition: var(--transition-ease);
}
.article-card img {
  filter: brightness(0.97);
  display: flex;
  border-radius: var(--b-r-3);
  transition: var(--transition-ease);
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-card .status {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.875rem;
  background-color: var(--color-gray-s-30);
  color: #fff;
  border-radius: 0 var(--b-r-3) 0 var(--b-r-3);
  padding: 0.375rem 0.5rem 0.375rem 0.75rem;
  box-shadow: var(--box-shadow);
  transition: var(--transition-ease);
}
.article-card .status.active {
  background-color: var(--color-approve-t-20);
}
.article-card .status.ended {
  background-color: var(--color-decline-t-20);
}
.article-card .category {
  font-size: 0.875rem;
  color: var(--color-gray-s-60);
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
  margin-top: 0.625rem;
}
.article-card .heading {
  color: var(--color-text);
  font-weight: 600;
}
.article-card .heading::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  inset: 0;
}
.article-card .description {
  font-size: 0.875rem;
  margin-top: 0.75rem;
  color: var(--color-gray-s-60);
  line-height: 1.2;
}
.article-card:hover {
  filter: brightness(0.97);
}
.article-card:hover img {
  transform: translateY(0.25rem);
}
.article-card:hover .status {
  transform: translateY(0.25rem);
}
.article-card:hover .heading {
  color: var(--color-base-t-20);
}

.rating-comment {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.rating-comment > span {
  text-transform: uppercase;
  font-size: 0.75rem;
}

.rating-comment-choose {
  font-size: 1.5rem;
  display: flex;
  color: var(--color-accent-t-20);
  margin-left: 0.5rem;
}
@media (min-width: 1024px) {
  .rating-comment-choose {
    font-size: 1.25rem;
  }
}
.rating-comment-choose .single-star {
  position: relative;
  cursor: pointer;
}
.rating-comment-choose .single-star * {
  height: 100%;
  display: inline-block;
}
.rating-comment-choose .single-star .filled {
  position: absolute;
  inset: 0;
}
.rating-comment-choose:hover .single-star:hover ~ .single-star .filled {
  opacity: 0;
}
.rating-comment-choose:not(:hover) .single-star.active ~ .single-star .filled {
  opacity: 0;
}

.comment-list .comment {
  padding-bottom: 2rem;
}
.comment-list .comment .author {
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.comment-list .comment .rating {
  margin-left: 0.5rem;
  font-size: 1rem;
  color: var(--color-accent-t-20);
  margin-top: 0.125rem;
  line-height: 1;
}
.comment-list .comment .date {
  font-size: 0.75rem;
  margin-top: 0.125rem;
}
.comment-list .comment .content {
  margin-top: 0.5rem;
}
.comment-list .comment .content p {
  margin: 0;
}
.comment-list .comment .reply {
  font-size: 0.875rem;
  color: var(--color-text);
  margin-top: 0.5rem;
}
.comment-list .comment.comment-with-target {
  padding-bottom: 3rem;
}
.comment-list .comment.comment-with-target .comment-target {
  display: flex;
  margin-bottom: 0.75rem;
}
.comment-list .comment.comment-with-target .comment-target .img {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.875rem;
  border-radius: var(--b-r-2);
  background-color: var(--color-gray-t-70);
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-list .comment.comment-with-target .comment-target .img img {
  height: 1.75rem;
  max-width: 2.125rem;
}
.comment-list .comment.comment-with-target .comment-target .info a {
  display: block;
  font-weight: 600;
  font-size: 1.125rem;
}
.comment-list .comment.comment-with-target .comment-target .info .rating {
  margin: 0;
}
.comment-list .comment.comment-with-target .date {
  margin: 0.125rem 0.5rem 0;
}

.comment-reply-title {
  margin-bottom: 0.5rem;
}

#commentform #submit {
  font-size: 1rem;
}

.d-none {
  display: none !important;
}

.pagination {
  text-align: center;
  padding-left: 0.5rem;
}
.pagination .page-numbers {
  border-radius: var(--b-r-2);
  border: solid 0.0625rem var(--color-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
.pagination .page-numbers.current {
  border-color: var(--color-base-t-50);
  color: var(--color-base);
}
.pagination .page-numbers:is(a):hover {
  background: var(--color-base);
  color: #fff;
  border-color: var(--color-base);
}

.prefooter-category-relinks .group li {
  margin-bottom: 0.375rem;
}/*# sourceMappingURL=base.css.map */