/**
* All of the CSS for your admin-specific functionality should be
* included in this file.
*/

.get-blog-posts-settings-div .get-blog-posts {
    padding: 1rem;
}

.custom-button {
    background: #fff;
    border-radius: 6px;
    display: inline-block;
    padding: 10px;
    text-align: center;
    max-width: 150px;
    text-decoration: none;
}
  
.custom-button figure {
    margin: 0 0 15px;
}
  
.custom-button figure img {
    border-radius: 100%;
}
  
.custom-button .text {
    font-weight: bold;
    text-transform: uppercase;
    color: #1d368a;
    margin: 0 0 15px;
    font-size: 16px;
}