﻿/* Header/Admin styles */
.DnnModule-Blog [id$="_pnlManagement"] {
    margin-bottom: 40px;
}
.DnnModule-Blog [id$="_pnlManagement"] a {
    text-decoration: none;
}

/* List */
.blog-list__post {
    margin-bottom: 70px;
}
.blog-list__title {
    margin-bottom: 10px;
}
.blog-list__title a {
    text-decoration: none;
}
.blog-list__title a:hover {
    text-decoration: underline;
}
.blog-list__banner {
    margin-bottom: 16px;
}
.blog-list__banner a {
    display: block;
}
.blog-list__banner img {
    display: block;
    width: 100%;
    height: auto;
}
.blog-list__metadata {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #747474;
}
.blog-list__metadata > div,
.blog-list__view-count,
.blog-list__comment-count {
    display: flex;
    align-items: center;
}
.blog-list__author,
.blog-list__pubdate,
.blog-list__view-count {
    margin-right: 15px;
}
.blog-list__view-count i,
.blog-list__comment-count i {
    margin-right: 5px;
}
.blog-list__pagination {
    background-color: azure;
}

/* Details */
.blog-post__back-link {
    margin: 20px 0;
}
.blog-post__article {
    margin-bottom: 30px;
}
.blog-post__metadata {
    display: flex;
    width: 100%;
    font-size: 13px;
    color: #747474;
    margin: 10px 0;
}
.post-details__banner {
    margin-bottom: 20px;
}
.post-details__banner img {
    display: block;
    width: 100%;
    height: auto;
}

/* Comments */
.blog-post__comments {
    background-color: #fff;
    padding: 15px;
    color: #747474;
    border: 1px solid #ccc;
}
.blog-post__comments-header {
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, .11);
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.blog-post__comments-header .totals {
    text-align: right;
    font-size: 13px;
    color: #747474;
    font-weight: 400;
}
.blog-post__comments .comment {
    margin-top: 12px;
}
.blog-post__comments .comment.approvedFalse {
    background-color: rgba(255, 0, 0, .05);
}
.blog-post__comments .not-approved {
    color: red;
    font-weight: 700;
    padding: 3px;
}
.blog-post__comments .comment .author {
    font-weight: 700;
    color: #636363;
}
.blog-post__comments .comment .content {
    margin: 0;
}
.blog-post__comments .actions {
    font-size: 12px;
    color: #979797;
}
.blog-post__comments .subcomments {
    margin: 8px 0 0 20px;
}
.blog-post__comments .commands {
    margin-top: 25px;
}