@charset "UTF-8";

.input__word {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  /*border: 2px solid #1A1311 !important;
  border-radius: 10px;*/
  padding: 0.5em 2em 0.5em 0.5em;
  background: transparent;
  margin: 0 !important;
  background-color: rgba(0,0,0,0) !important;
  border-left: 2px #1A1311 !important;
  border-top: 2px #1A1311 !important;
  border-bottom: 2px #1A1311 !important;
  border-right: none !important;
}

.placeholder {
	opacity: 1 !important;
}

.search_input {
	position: relative;
    display: block;
    width: 20%;
    height: 100%;
    /*background: black;
    margin-left: 85%;*/
    cursor: pointer;
}

.opacity {
	cursor: pointer;
}

.card_archive__thumbnail {
	cursor: pointer;
}
.search-icon-overlay {
    border-radius: 5px;
    /*border: 1px solid red;*/
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: transparent;
    cursor: pointer;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  _::-webkit-full-page-media, _:future, :root {
    .descr{
    	line-height: 2.5;
    }
/* 	.descr ruby{ */
/* 		display: inline-block; */
/* 	} */
	.descr rt{
		transform: translateY(1px);
	}
}
