.memo_preview_element_class_for_gen_purpose {
    box-sizing: border-box;
    margin:5px;
    border:1px solid lightgray;
    border-radius: 10px;
    padding:10px;
    width:95%;
    max-width:450px;
    min-width: 225px;
    box-sizing: border-box;
    background-color: var(--bg-primary);
}
.memo_content_placeholder {
    width: unset;
    max-width: unset;
    max-height:250px;
    border-radius: 7px;
    cursor: pointer;
    display: block;
    margin: auto;
}
.shimmer {
    color: grey;
    -webkit-mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
    mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
    background-repeat: no-repeat;
    animation: shimmer 2.5s infinite;
}
   
@keyframes shimmer {
    100% {-webkit-mask-position:left}
}

.memo_preview_subscription_button_section {
    display: flex;
    flex-direction: row;
    justify-content: right;

}
.memo_preview_subscription_button {
    display: inline-block;
    margin-right:10px;
    background-color: transparent;
    border:1px solid rgb(0,140,230);
    border-radius: 25px;
    padding:5px 15px;
    font-size:12px;
    text-align: center;
    color:rgb(0,140,230);
    cursor: pointer;
}
.memo_preview_subscription_button:hover{
    border-width: 2px;
    font-weight: bold;
}
.memo_placeholder {
    width: 95%;
    min-width: 200px;
    max-width:350px;
    border-radius: 7px;
    cursor: pointer;
    display: block;
    margin: auto;
}
.portrait_placeholder .memo_placeholder{
    width: unset;
    min-width: unset;
    max-width:unset;
    max-height:250px
}
.placeholder_and_caption{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    cursor: pointer;
    height: max-content;
}
.placeholder_and_caption:hover .display_section_memo_title {
    color:rgb(0,140,230) !important;
    font-weight: bold;
}
.square_file{
    flex-wrap: wrap;
    justify-content: center;
}
.portrait_file{
    flex-wrap: nowrap;
}

.portrait_file .display_section_memo_title {
    margin-left:unset !important;
    padding-left: 0 !important;
}
.landscape_file{
    flex-wrap: wrap;
    justify-content: center;

}
.landscape_file .memo_placeholder{
    max-width: 90%;
}
.memo_and_player_container{
    display:flex;
    flex-direction:column;
    /*height:250px; */
    height:max-content;
    margin-bottom: 10px;
    height: max-content;
}
.memo_placeholder:hover {
    transform: scale(1.01);
}
.memo_series_single_memo_section {
    width:max-content;
    max-height:300px;
    margin-right:10px;
    margin-bottom: 10px;
}
.memo_title_and_summary_section{
    margin: 0 0 4px 10px;
    width: 100%;
}
.display_section_memo_title {
    box-sizing: border-box;
    font-size: 14px;
    /*line-height: 2rem;*/
    overflow: hidden;
    display: block;
    max-height: 4rem;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    min-width:175px;
    max-width: 300px;
    /*margin: auto;*/
    font-weight: bold;
    padding: 10px;
    color: var(--text-primary);
    line-height: 1.6em;
    overflow: hidden;
}
.display_section_memo_title p{
    margin: unset !important;
    padding: unset !important;
    line-height: 1.6em;
    font-size: 14px;
    color: var(--text-primary);
}
.display_section_memo_title img {
    position: relative;
    top:7px;
    transform: scale(0.9);
}
.memo_content_summary_section {
    box-sizing: border-box;
    padding: 7px;
    border-radius: 5px;
    font-size: 13px;
    border:1px solid rgb(240, 240, 240);
    overflow: hidden;
    min-height: 100px;
    max-height:200px;
    line-height: 1.6em;
    margin-top:15px
}
.memo_content_summary_section p{
    margin: unset !important;
    padding: unset !important;
    line-height: 1.4em;
    font-size: 13px;
}
.memo_preview_play_icon {
    width:35px;
    display: inline-block;
    margin: auto;
    position:relative;
    bottom:135px;
    z-index: 10;
    cursor: pointer;
}
.post_header_section{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.poster_info_section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-decoration: none;
    text-decoration: none;
}
.poster_account_avatar{
    display: inline-block;
    box-sizing: border-box;
	width:35px;
	height:35px;
	border-radius:50%;
	border:1px solid rgb(226,226,226);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.poster_extra_details_section{
	display:flex;
	flex-direction:column;
}
.poster_postboard_title {
    box-sizing: border-box;
    display: inline-block;
    max-width: 175px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:14px;
    margin-left:10px;
    position:relative;
    top:10px;
    color:rgb(0, 140,230);
    text-align: left;
    font-weight:bold;
}
.poster_postboard_title p{
    padding: unset !important;
    margin: unset !important;
    display: inline-block;
    color:rgb(0, 140,230);
}
.poster_account_identifier {
    color:var(--text-secondary);
    font-size: 11px;
    margin-top: 10px;
    margin-left:10px;
    display: inline-block;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.post_series_info_section {
    font-size: 12px;
    margin-top:10px;
}
.post_series_info_section b{
    font-size: 12px;
}
.post_series_info_section a{
    color: rgb(0,140,230);
    font-size: 11px;
    display: block;
    margin-top: 5px;
    text-decoration: none;
    text-overflow: ellipsis;
    max-width:200px;
    white-space: nowrap;
    overflow:hidden;
}
.memo_content_bottom_section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    align-content: center;
    margin-top:15px;
    padding:7px;
    color:dimgray;
    font-size: 11px;
}
.memo_content_bottom_section span,.memo_content_bottom_section div{
    font-size: 11px;
    text-align: right;
    color: dimgray
}
.publication_date_and_number_of_views {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: end;
    justify-content: flex-end;
}
.publication_date_and_number_of_views span {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
}
.memo_content_bottom_section img {
    width:15px; 
    display: inline-block;
    margin-right:2px;
   
}

.memo_pinning_icon_section {
    background-color: transparent;
    border-width: 0;
    cursor: pointer;
}
.is_modified {
    margin-right: 10px;
}
.post_preview_likes_count {
    margin-left: 10px;
}
@media only screen and (max-width:1202px){
    
}

@media only screen and (max-width:802px){
    .memo_preview_element_class_for_gen_purpose {
        width:95vw;
        max-width: 400px;
        margin: auto;
        margin-bottom: 10px;
    }
    .display_section_memo_title {
        font-size: 13px;
    }
}

@media only screen and (max-width:602px){
    .memo_preview_element_class_for_gen_purpose {
        padding:10px;
    }
    .placeholder_and_caption{
        flex-wrap: wrap;
    }
    .memo_content_placeholder {
        max-width: 100%;
        max-height:unset;
    }
}

@media only screen and (max-width:402px){
    .memo_preview_element_class_for_gen_purpose {
        width: 98vw;
    }
    .memo_placeholder {
        max-width:300px;
    }
}