@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.hidden {
  display: none !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  /* Firefox */
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #333;
  font-size: 17px;
  line-height: 1.3em;
}

body * {
  box-sizing: border-box;
}

a {
  color: #333;
}

h1 {
  font-size: 2.2rem;
  line-height: 1.3em;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
}

h2 {
  font-size: 1.8rem;
  line-height: 1.3em;
  margin-bottom: 0px;
}

h3 {
  font-size: 1.3rem;
  line-height: 1.3em;
}

a:hover {
  text-decoration: none;
}

main {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  padding: 0px 10px;
}

.name_subname {
  display: inline;
  font-size: 1rem;
  font-weight: normal;
  color: #888;
  margin-left: 0.5em;
}

.description {
  font-size: 1.1rem;
  line-height: 1.3em;
}

.notification {
  border: 1px solid #ccc;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 10px 0px;
}

.back {
  padding: 20px 0px 0px 0px;
  font-size: 0.9rem;
  line-height: 1.3em;
  display: block;
}

.isdifferent {
  background-color: yellow;
}

.back::before {
  content: "← ";
}

header {
  display: grid;
  gap: 10px;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  grid-template-columns: 1fr 680px 1fr;
  align-items: center;
}

a.header_name {
  font-weight: bold;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 1.5rem;
  line-height: 1.5em;
  border: 1px solid transparent;
}

a.header_name:hover {
  background-color: #fafafa;
}

a.header_name:active {
  background-color: #eee;
}

.header_right {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.header_item {
  display: flex;
  align-items: center;
}

.header_member_image {
  background-color: #eee;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  width: 30px;
  margin-right: 10px;
  aspect-ratio: 1;
  display: inline-block;
  border-radius: 100px;
  border: 2px solid white;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1200px) {
  header {
    grid-template-columns: 1fr calc(100vw - 500px) 1fr;
  }
}
@media (max-width: 800px) {
  header {
    grid-template-columns: auto auto auto;
  }
}
@media (max-width: 600px) {
  header {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    padding: 10px;
  }
  .search {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .header_right {
    font-size: 0.9rem;
    margin-right: 10px;
  }
}
footer {
  padding: 10px 20px;
  text-align: center;
  border-top: 1px solid #eee;
  font-size: 0.8rem;
  line-height: 1.3em;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer_items {
  display: flex;
  gap: 10px;
}

.footer_copyright {
  flex-grow: 10000;
  text-align: right;
}

.footer_referrals {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 700px) {
  footer {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
  }
}
.form {
  border: 0px solid #eee;
  padding: 0px 0px;
  border-radius: 10px;
  margin: 10px auto 10px 0px;
  max-width: 500px;
}

.form_label {
  display: flex;
  padding: 5px 0px;
  position: relative;
  margin: 5px 0px;
  align-items: flex-start;
}

.form_label:has(input[type=hidden]) {
  margin: 0;
  padding: 0;
}

.form_label_right {
  flex-grow: 1000;
}

.form_label_name {
  margin-bottom: 0.2rem;
}

.form_label_description {
  font-size: 0.8rem;
  line-height: 1.3em;
  margin-bottom: 0.2rem;
}

.form_input {
  border: 1px solid #ccc;
  font-size: 1.1rem;
  line-height: 1.5em;
  padding: 0.3rem 0.5rem;
  border-radius: 5px;
  display: block;
  width: 100%;
}

.form_input-checkbox {
  margin: 5px 10px 0px 0px;
  padding: 0px;
}

.form_date {
  display: flex;
  gap: 5px;
}

.form_date_day {
  width: 80px;
}

.form_date_year {
  text-align: right;
  width: 80px;
}

.btn {
  border: 1px solid #444;
  background-color: #444;
  color: white;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.3em;
  display: block;
  padding: 0.5rem 2rem;
  cursor: pointer;
  margin: 10px 0px;
}

.btn:hover {
  background-color: #333;
}

.btn:active {
  background-color: #222;
}

.form_errors_error {
  text-align: center;
  padding: 5px;
  border: 1px solid #ff0033;
  color: #ff0033;
  border-radius: 5px;
}

.form_item_error_error {
  color: #ff0033;
  font-size: 0.8rem;
  line-height: 1.5em;
}

.loader {
  border: 6px solid #eee;
  border-top: 6px solid #333;
  border-radius: 50%;
  width: 30px;
  aspect-ratio: 1;
  animation: spinLoader 1s ease-in-out infinite;
  opacity: 0;
}

@keyframes spinLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-loading .loader {
  opacity: 1;
}

.signpost {
  margin: 10px 0px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.signpost_item {
  padding: 5px 0px;
}

.list {
  margin-bottom: 10px;
}

.list_items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin: 0px -5px;
}

.list_item_left {
  background-size: cover;
  background-position: center;
}

.list_name {
  display: flex;
}

.list_name_text {
  flex-grow: 100;
}

.list_actions {
  display: flex;
}

.list_action {
  display: flex;
}

.list_action:hover {
  opacity: 0.8;
}

.list_action_icon {
  width: 20px;
  aspect-ratio: 1;
}

.list_item {
  display: flex;
  line-height: 1.5em;
  gap: 10px;
  padding: 5px;
  text-decoration: none;
  border-radius: 5px;
}

.list_item:hover {
  background-color: #fafafa;
}

.list_item:active {
  background-color: #eee;
}

.list_item_left {
  border: 1px solid #eee;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #fafafa;
  flex-shrink: 0;
}

.list_item_right {
  flex-grow: 1000;
}

.list_item_name {
  font-weight: 500;
  line-height: 1.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* start showing ellipsis when 3rd line is reached */
  white-space: pre-wrap;
}

.list_item_prename, .list_item_postname {
  font-size: 0.9rem;
  line-height: 1.3em;
  color: #888;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* start showing ellipsis when 3rd line is reached */
  white-space: pre-wrap;
}

.list_item_rating {
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  font-size: 0.7rem;
  line-height: 1.3em;
  align-items: center;
  width: 60px;
  align-self: top;
  padding: 3px;
  align-self: flex-start;
}

.list_item_rating_icon {
  width: 15px;
  aspect-ratio: 1;
}

.list_item_rating_count {
  font-size: 0.7rem;
  line-height: 1.3em;
  color: #888;
}

.list_inline {
  border: 0px solid red;
  display: flex;
  flex-direction: column;
}

.list_inline_item {
  display: flex;
  text-decoration: none;
  font-size: 1rem;
  line-height: 2em;
  gap: 5px;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  padding: 0px 10px;
}

.list_inline_item:hover {
  background-color: #fafafa;
}

.list_inline_item:active {
  background-color: #eee;
}

.list_inline_item_icon {
  width: 20px;
  aspect-ratio: 1;
}

.list_inline_item_description {
  font-size: 0.8rem;
  flex-grow: 100;
  color: #888;
}

.list_more {
  padding: 10px 0px;
  text-align: center;
  display: none;
  position: relative;
}

.list_more_btn {
  display: inline-block;
  margin: 0 auto;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 100px;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #ccc;
}

.list-loading .list_more_btn {
  opacity: 0;
}

.list_more_loader {
  position: absolute;
  left: calc(50% - 15px);
  display: none;
  opacity: 1;
}

.list-loading .list_more_loader {
  display: inline-block;
}

.list_more_btn:hover {
  background-color: #fafafa;
}

.list_more_btn:active {
  background-color: #eee;
}

.list-more .list_more {
  display: block;
}

.list_empty {
  display: none;
  font-size: 1rem;
  line-height: 2em;
  text-align: center;
  font-style: italic;
  color: #888;
}

.list-empty .list_empty {
  display: block;
}

.list_tags {
  border: 0px solid red;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  padding: 5px 0px;
}

.list_tag {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px 15px;
  font-size: 0.9rem;
  line-height: 1.3em;
  cursor: pointer;
}

.list_tag:hover {
  background-color: #fafafa;
}

.list_tag:active {
  background-color: #eee;
}

.list_tag-selected {
  border-color: #333;
  background-color: #333 !important;
  color: white;
}

.table {
  font-size: 0.8rem;
  line-height: 1.3em;
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0px;
}

.table td, .table th {
  padding: 2px 3px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.credits {
  line-height: 2em;
  margin-bottom: -10px;
}

.credits_item {
  margin-right: 1em;
}

.credits_item-support {
  font-size: 0.8rem;
}

.tracklist {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #eee;
  margin-top: 10px;
}

.tracklist_track {
  border-top: 1px solid #eee;
  display: flex;
  text-decoration: none;
  padding: 5px 5px;
}

.tracklist_track:hover {
  background-color: #fafafa;
}

.tracklist_track:active {
  background-color: #eee;
}

.tracklist_track_order {
  flex-shrink: 0;
  width: 30px;
  text-align: right;
  padding-right: 5px;
}

.tracklist_track_name {
  flex-grow: 10;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  align-items: center;
  gap: 5px;
}

.tracklist_track_icon {
  height: 20px;
  aspect-ratio: 1;
  border: 0px solid red;
}

.tracklist_track_length {
  font-family: monospace ui-monospace;
}

.search {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  font-size: 1.2rem;
  line-height: 2em;
}

.search_input {
  background: none;
  border: none;
  padding: 5px 10px;
  outline: none;
  flex-grow: 100;
  flex-shrink: 100;
  width: 100%;
}

.search_input:focus {
  border: none;
}

.search_btn {
  background: none;
  border: none;
  border-radius: 0px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search_btn_image {
  aspect-ratio: 1;
  width: 20px;
}

.search_btn:hover {
  opacity: 0.8;
}

.search_btn:active {
  opacity: 0.6;
}

.rate {
  display: flex;
  overflow: hidden;
  margin: 10px 0px;
  gap: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px;
}

.rate_item {
  flex-grow: 1000;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 0px;
  border-radius: 10px;
  gap: 0px;
  border: 1px solid transparent;
}

.rate_item:hover {
  background-color: #eee;
  border-color: #ccc;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.rate_item-selected, .rate_item-selected:hover {
  background-color: #333;
  color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.rate_item_icon {
  width: 30px;
  aspect-ratio: 1;
}

.rate_item-selected .rate_item_icon {
  filter: invert(1);
}

.rate_item_name {
  font-size: 0.9rem;
  line-height: 1.3em;
}

.relation_suggest {
  margin-bottom: 10px;
  position: relative;
}

.relation_suggest_preview {
  display: flex;
  align-items: flex-start;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.relation_suggest_preview_content {
  flex-grow: 100;
}

.relation_suggest_preview_delete {
  width: 20px;
  width: 20px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  background-color: black;
  color: white;
  border-radius: 10px;
  margin: 5px;
  cursor: pointer;
}

.relation_suggest_preview_delete::after {
  content: "⛌";
}

.relation_suggest_preview_delete:hover {
  opacity: 0.8;
}

.relation_suggest_suggestions {
  position: absolute;
  top: 38px;
  left: 5px;
  right: 5px;
  z-index: 1000;
  display: none;
}

.relation_suggest:focus-within .relation_suggest_suggestions {
  display: block;
}

.suggest {
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  overflow: hidden;
  background: white;
  border-top: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.suggest:empty {
  border: none;
}

.suggest_item {
  text-decoration: none;
  padding: 5px 10px;
  display: flex;
  gap: 10px;
}

.suggest_item_image {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
  flex-shrink: 0;
  margin-top: 5px;
  background-color: #fafafa;
  background-size: cover;
  background-position: center;
}

.suggest_item_right {
  flex-grow: 100;
}

.suggest_item_description {
  font-size: 0.8rem;
  line-height: 1.3em;
  color: #888;
}

.suggest_item:hover {
  background-color: #fafafa;
}

.suggest_item:active {
  background-color: #eee;
}

.suggest_action {
  border-top: 1px solid #ccc;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 5px 10px;
}

.suggest_action:hover {
  background-color: #fafafa;
}

.suggest_action:active {
  background-color: #eee;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.gallery_image {
  text-decoration: none;
  display: block;
  border-radius: 10px;
  margin: 5px 0px;
  padding: 10px;
  font-size: 0.8rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.gallery_image:hover {
  background-color: #fafafa;
}

.gallery_image:active {
  background-color: #eee;
}

.gallery_image_img {
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
}

.gallery_image_description {
  text-align: center;
  margin-top: 10px;
}

.image_large {
  display: block;
  padding: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 10px;
  margin: 20px 0px;
}

.image_large:hover {
  background-color: #fafafa;
}

.image_large_img {
  display: block;
  width: 100%;
}

.image_top {
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 200px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  margin: 20px 0px;
  border-radius: 5px;
}

.videos_video {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  background-color: #fafafa;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  margin-bottom: 10px;
}

.videos_video_iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.videos_video_description {
  font-size: 0.9rem;
}

.video_large {
  width: 100%;
  aspect-ratio: 16/9;
}

.video_top {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 10px 0px;
  background-color: #888;
}

.comments_add_form {
  display: none;
}

.comments-extended .comments_add_form {
  display: block;
}

.comments-extended .comments_add_btn {
  display: none;
}

.comments_add_btn {
  margin: 0 auto;
}

.comments_add_text {
  aspect-ratio: 16/9;
}

.comment {
  border-bottom: 1px solid #eee;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 10px;
  margin: 20px 0px;
  overflow: hidden;
}

.comment_header {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
  align-items: center;
}

.comment_header_date {
  flex-grow: 100;
  text-align: right;
  font-size: 0.9rem;
  color: #888;
}

.comment_header_rating {
  width: 25px;
  height: 25px;
}

.comment_header_item {
  display: flex;
  gap: 5px;
  align-items: center;
}

.comment_header_item_image {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  border-radius: 3px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.comment_text {
  padding: 10px 15px 15px 15px;
  color: #888;
}

.comment_text_paragraph:first-child {
  margin-top: 0px;
}

.comment_text_paragraph:last-child {
  margin-bottom: 0px;
}
