.bestof-table .gun_no.h5 {
    font-size: 1.5rem;
    font-weight:800;
    margin-left:1rem;
    width: 100%;
    max-width: fit-content;
    margin-top: 0;
}

.bestof-table img {
    max-width:240px;
}

.bestof-table tr td h4 {
    margin:0;
    padding:0;
    color: #b02836;
    display: inline-block;
}

.bestof-table {
    text-align:left;
}

.bestof-table tbody a.wp-block-button__link {
    color:#fff!important;
}

.bestof-table tr {
    margin-top: 1rem;
    padding-bottom: 2rem;
    padding-right: 1rem;
    border-bottom: 1px solid #ccc;
    display: table;
    width: 100%;
}

.bestof-table table {
    border: 1px solid #ccc;
    table-layout: fixed;
}

.bestof-table tr:last-of-type {
    border-bottom: none;
}

.bestof-table tr td ul {
    margin-bottom:0;
    padding-bottom:0;
}

.bestof-table p, .bestof-table li {
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.bestof-table td.t-product {
    width:35%
}

.bestof-table td.t-description {
    width:40%;
}

.bestof-table td.t-action {
    width:25%;
    text-align: right;
}

.bestof-table td.t-info {
    width:100%;
    display: table-caption;
}

.bestof-table td.t-info a {
    line-height: 0;
    vertical-align: text-bottom;
}

@media screen and (max-width:769px) {
    .bestof-table td {
        display:table-row;
        width:100%;
    }

    .bestof-table tbody a.wp-block-button__link {
        width:100%;
        margin-top:1rem;
    }

    .bestof-table tr {
        padding: 2rem 1rem 1rem 1rem
    }

    .bestof-table img {
        max-width:100%;
    }

    .bestof-table td.t-info > div {
        flex-direction: column;
        text-align: left;
        align-items:flex-start!important;
        width:fit-content!
    }
    .bestof-table tr td h4 {
        padding: 0 1rem;
    }
}

@media screen and (min-width: 770px) {
    .bestof-table td.t-product {
        padding-top:1rem;
        padding-left:1rem;
    }
    .t-info .nolabel a {
        margin-left:1rem;
    }
    .bestof-table .t-product {
        text-align:center;
    }
}