/**
 * Copyright (C) 2019 thirty bees
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@thirtybees.com so we can send you a copy immediately.
 *
 * @author    thirty bees <modules@thirtybees.com>
 * @copyright 2019 thirty bees
 * @license   Academic Free License (AFL 3.0)
 */

.beesblog-results {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: right;
}
.beesblog-read-more-link {
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.beesblog-post-list-item {
	margin-bottom: 20px;
}
.beesblog-post-list-bottom {
	margin-bottom: 10px;
}
.beesblog-post-info span {
    display: inline-block;
}
