.top-best-badge-card {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    margin: 24px 0;
}

.top-best-badge-card .badge-box {
    display: flex;
    flex-direction: column;
    max-width: 416px;
    flex: 1 1 300px;
    padding-left: 0;
}

.top-best-badge-card .badge-content-section {
    background-color: #fff;
    padding-top: 26px;
    padding-bottom: 2px;
    height: 100%;
}

.top-best-badge-card .badge-content-section-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.top-best-badge-card .badge-content-section-inner > a {
    margin: 0 auto 1rem;
}

.top-best-badge-card .badge-content-section-inner > a > img {
    max-width: 100%;
    height: auto;
}

.top-best-badge-card .aa-badge-copy-btn {
    margin: 0 26px 1rem;
    padding: 12px 16px;
    background: #0072ce;
    color: #fff;
    border: 0;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
}

.top-best-badge-card .aa-badge-copy-btn:hover {
    background: #005ea8;
}