.amp-table-posts {
    display: grid;
    gap: 0.25rem;
    margin: 60px auto;
    max-width: 768px !important;
}

.amp-table-post {
    display: flex;
    align-items: center;
    padding: 7px 12px; 
    border-radius: 16px;
    justify-content: space-between;
}

.amp-table-post-logo {
    flex: 0 0 25%;
    align-self: center;
}

.amp-table-post-logo a {
    display: flex;
}

.amp-table-post-logo img {
    width: 100%;
    height: inherit;
    object-fit: contain;
}

.amp-table-post-ratings {
    word-wrap: break-word;
    flex: 0 0 17%;
    text-align: center;
    margin: 0 10px;
}

.amp-table-post-ratings p {
    margin: 0 auto;
    text-align: center;
}

.amp-table-post-content .amp-table-post-heading,
.amp-table-post-content .amp-table-post-subheading {
    margin: 0 auto;
    text-align: center;
    padding: 0 6px;
    display: block;
}

.amp-table-post-button a {
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-decoration: none;
}

.amp-table-posts.modern .amp-table-post-button a {
    border-radius: 5px;
}

@media only screen and (max-width: 882px) {
    .amp-table-post {
        padding: 5px 8px; 
        border-radius: 12px;
    }

    .amp-table-post-button a {
        padding: 8px 10px;
    }

    .amp-table-posts.modern .amp-table-post-button a {
    border-radius: 12px;
}
}

@media only screen and (max-width: 767px) {
    .amp_pb .ap_r_1.ap-fl .col {
        max-width: 98%;
    }
}