.entry-title {
    text-align: center;
    font-size: 80%;
}

#send_photos {
flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-content: center;
}
#send_photos > * {
    align-self: center;
}
#send_photos > .wp-block-material-cards-collection,
#progress-wrap {
    width: calc(100% - 4rem);
}
#progress-wrap {
    display: none;
    height: 24px;
    text-align: center;
}
#progress {
    width: 100%;
}
#addImages {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.mdc-card__actions {
    justify-content: space-between;
    margin-top: 12px !important;
}
.mdc-button__label {
color: #000;
}
/*
#uploadImagesList {
list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}
#uploadImagesList .item {
    margin: 0;
    position: relative;
}
#uploadImagesList .item .img-wrap {
    width: inherit;
    display: block;
    height: 250px;
}
#uploadImagesList .item .img-wrap img{
    width: auto;
    height: inherit;
}
#uploadImagesList .item .delete-link {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 36px;
    color: #c00;
}
*/
td.like {
    background-color: green;
}
td.dislike {
    background-color: red;
}
.material-design-card__media {
    padding: 0 !important;
}
.mdc-card__media img {
    height: max-content !important;
    position: relative !important;
    top: 0;
}
.mdc-card__action-buttons .mdc-card__action.green:active, .mdc-card__action-buttons .mdc-card__action.green:focus, .mdc-card__action-buttons .mdc-card__action.green:hover   {
    background-color: green !important;
}
.mdc-card__action-buttons .mdc-card__action.red:active, .mdc-card__action-buttons .mdc-card__action.red:focus, .mdc-card__action-buttons .mdc-card__action.red:hover   {
    background-color: red !important;
}
.mdc-card__media-content {
bottom: auto !important;
}
