img.pg_card_cover {
    height:auto;
    width:200px;
}
.pg_book_icon {
    position: absolute;
    width:36px;
    height:36px;
    bottom:0;
    right:0;
    z-index:5;
    mix-blend-mode: hard-light;
}
.pg_macroedition_status {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    bottom:0;
    left:0;
    z-index:5;
}

.pg_macroedition_image.wp-block-image {
    margin:0;
}
.pg_card_table td, .entry .pg_card_table td {
    padding:.5em;
    border-bottom: 1px solid rgb(102, 102, 102);
    border-right: 0;
    border-left: 0;
}
.pg_card_table td.no-padding, .entry .pg_card_table td.no-padding {
    padding:0;
}
.pg_card_table {
   white-space:nowrap;
   border-top: 1px solid rgb(102, 102, 102);
}
.pg_card_table tr:first-child > td:first-child {
   width:200px;
}
.hp-translation table.pg_card_table tr:first-child > td:nth-child(2) {
   font-weight:revert;
}
.hp-translation table.pg_card_table tr:first-child > td:nth-child(3) {
   font-weight:bold;
}
