@import url('https://cdn.sqp.ir/Plugins/fonts/fonts.css');

*,*::before,*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

[data-show='false'] {
    display: none;
}

body {
  direction: rtl;
  text-align: start;
  font-family: "iran-sans", system-ui;
}

img,video {
    display: block;
    max-width: 100%;
    object-fit: contain;
    border-radius: 0.5rem;
}

figure {
    margin: 0;
}

figure .avatar {
    display: inline-block;
    border-radius: 50%;
    padding: 0.75rem;
    aspect-ratio: 1;
    line-height: 0;
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    text-align: center;
}

figure.video-thumbnail {
    display: flex;
    gap: 1rem;
    align-items: center;
}

figure.video-thumbnail h3 {
    font-size: 1.1rem !important;
    word-break: break-word;
}

figure.video-thumbnail + figure {
    margin-block-start: 0.5rem;
}

figure.video-thumbnail img {
    width: 100%;
    max-width: min(200px, 50%);
    aspect-ratio: 16/9;
    object-fit: cover;
}

h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.content-description > small + small::before,
.keywords::before {
    color: var(--bs-body-color);
    content: " - ";
    padding-inline: 0.5rem;
}

.keywords > * + * {
    margin-inline-start: 1rem;
}
