.list { height: 150px; overflow: hidden; display: flex; align-items: flex-start; position: relative; z-index: 0;}.list_figure { width: 150px; height: 150px; background: #222; overflow: hidden; flex-shrink: 0;}.list_desc { padding: 16px; height: 150px; background: #ffffff; flex: 1; resize: none; font-size: 18px;}.list_desc:focus+input+div { display: none;}.list_img { width: 150px; height: 150px; object-fit: cover;}.list_desc::placeholder { font-weight: normal; color: #aaa;}.imgmeta { font-weight: normal; font-size: .7rem; position: absolute; top: 35px; right: 10px; color: #222; width: 60px; height: 62px; overflow: hidden; line-height: 1.3; white-space: nowrap; background: #efefef; padding: 6px 8px; border-radius: 6px; z-index: 0;}#preview_title { width: 70%; float: right; color: #fff; font-size: 1.3rem; text-align: center; background: none; height: 56px;}#preview_title::placeholder { color: white;}#submit_upload { width: 30%; float: left;}#submit_upload[disabled] { color: #ddd;}#preview_detail { font-size: 1rem; font-weight: normal; padding: 0 16px;}.buttons.clicked { pointer-events: none;}.buttons.clicked .i_up { color: blueviolet;}.buttons.clicked .i_down { color: #ff5722;}.buttons.clicked .vote { color: gold!important;}/*#overlay { backdrop-filter: blur(10px); z-index: 9000; pointer-events: all; position: fixed; inset: 0; width: 100vw; height: 100vh; justify-content: center; align-items: center;}#spinner_wrap { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 50px; height: 50px;}#spinner { position: absolute; width: 50px; height: 50px; margin: -5px 0 0 -5px; border-radius: 50%; border: 10px solid #2196F3; border-top: 10px solid #FF5722; border-left: 10px solid #CDDC39; border-right: 10px solid #4CAF50; animation: spin 1s cubic-bezier(.18, .89, .32, 1.28) infinite; z-index: 9999;}*/@keyframes spin { to { transform: rotate(360deg); }}@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; }}