/* 컬럼 너비 */
/*
@media screen and (min-width: 631px) { .column { flex-grow: 1; } }
.wide .columns-area:not(.columns-area--mobile) .column { max-width: 100%; }
*/

/* 커스텀 에모지 */
.status__content .custom-emoji { transition: transform 0.5s; }
.status__content .custom-emoji:hover { transform: scale(2); }
.status__content .emojione, .detailed-status .status__content .emojione { width: 33px; height: 33px; }
section.emoji-mart { width: 300px !important; }
.emoji-mart-category-list button img {
  height: 33px !important;
  width: 33px !important;
  margin: 1px;
}

/* 코드 블럭 */
.status__content__text pre:has(> code) {
  background: #181818;
  color: #efefef;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 14px;
}

