@charset "UTF-8";
/* Original file: modules/board/skins/alice/assets/css/article/article-extra-value.scss */
.al-extra-value {
  width: 100%;
  font-size: 14px;
  margin-bottom: 48px;
  background-color: #f1f3f5;
  border-radius: 8px;
  border-collapse: collapse;
}
.al-extra-value, .al-extra-value * {
  box-sizing: border-box;
  border: none;
}
@media (max-width: 768px) {
  .al-extra-value {
    font-size: 0.75rem;
  }
}
.al-extra-value tr {
  border-bottom: 1px solid #dee2e6;
}
.al-extra-value tr:last-child {
  border-bottom: none;
}
.al-extra-value tr th, .al-extra-value tr td {
  padding: 0.75rem 1rem;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .al-extra-value tr th, .al-extra-value tr td {
    display: block;
  }
}
.al-extra-value tr th {
  min-width: 3.75rem;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .al-extra-value tr th {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}
.al-extra-value tr td {
  width: 100%;
}
@media (min-width: 768px) {
  .al-extra-value tr td {
    padding-left: 0;
  }
}

