.woocommerce-marketplace-links {
    margin-top: 10px;
}

.woocommerce-marketplace-links h5 {
    margin-bottom: 10px;
}

.wml-wrapper {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wml-marketplace-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #f3f4f6; */
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    padding: 10px;
}

.wml-marketplace-btn img {
    height: 30px;
    object-fit: contain;
    object-position: center;
}