/* Blog Post Design */

.blog-entry-inner {
    display: block;
    background-color: #00000001;
    border: 1px solid #00000077;
    padding: 10px;
    padding-bottom: 0;
    margin: 25px 0px;
    box-shadow: 2px 2px #00000077
}

.blog-entry.post .blog-entry-header .entry-title :link {
    font-weight: 700;
}

.blog-entry.post .blog-entry-header .entry-title :visited {
    font-weight: 400;
    opacity: .7;
}

.blog-post-option-container {
    display: flex;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e4e0e0;
    padding: 0 10px;
    margin-bottom: -2px;
}

.blog-post-option-name {
    min-width: 150px;
    display: inline-block;
}

.blog-post-option-text {
    font-weight: 700;
    display: inline-block;
}

.blog-post-link-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-post-link-box {
    color: white;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 10px 25px 10px 25px;
    margin: 3px;
    background-color: whitesmoke
}


/* Blog Post Design End */