/*
Theme Name: tang
Theme URI: http://thus.in/
Author: thus
Author URI: http://thus.in/
Description: Description
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: tang, thus
Text Domain: thus

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.detail-content img {
  max-width: 100%;
  height: auto;
}

.style-detial-content {
  padding-left: 0;
  padding-right: 0;
}
.style-detial-content img {
  max-width: 100%;
  height: auto;
}

/**
 * partials/pagination
 */
.pagination {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 3rem; }
.pagination .page-numbers {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 3px;
  line-height: 34px;
  font-size: 1.4px;
  color: #b81c21;
  border-width: 1px;
  border-color: #b81c21;
  border-style: solid;
  box-sizing: border-box;
  text-align: center; }
.pagination .prev {
  color: #b81c21; }
.pagination .next {
  color: #b81c21; }
.pagination .current {
  color: #fff;
  background: #b81c21;
  border-color: #b81c21; }
@media screen and (min-width: 768px) {
  .pagination {
    margin: 3rem 0 7rem; }
    .pagination .page-numbers {
      margin: 0 5px;
      font-size: 16px; } }