/*
Theme Name:        Read
Text Domain:       read
Version:           4.6.4
Description:       Minimalist WordPress Blog Theme
Requires at least: 6.0
Requires PHP:      7.0
Tags:              blog
Author:            Pixelwars
Author URI:        https://themeforest.net/user/pixelwars
Theme URI:         https://themeforest.net/user/pixelwars/portfolio
License:           ThemeForest License
License URI:       https://themeforest.net/licenses
Domain Path:       /languages
*/


/*
    Do not remove any of the commented text above as it is used by the theme for proper function!
*/


/* WordPress Core -------------------------------------------------------------- */

.alignnone {
    margin: .4em 0 1.4em 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 1.8em auto;
}

.alignright {
    float: right;
    margin: .3em 0 2em 2em;
}

.alignleft {
    float: left;
    margin: .3em 2em 2em 0;
}

.aligncenter {
    display: block;
    margin: 1.8em auto;
	clear: both;
}

a img.alignright {
    float: right;
    margin: .3em 0 2em 2em;
}

a img.alignnone {
    margin: 1em 0;
}

a img.alignleft {
    float: left;
    margin: .3em 2em 2em 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
	color: #777777;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 1.4em 0;
}

.wp-caption.alignleft {
    margin: .3em 1.6em 1em 0;
}

.wp-caption.alignright {
    margin: .3em 0 1em 1.5em;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: .80em;
    margin: 0;
    padding: .2em .4em;
}

.sticky {

}

.gallery-caption {
    line-height: 1.4;
    color: #666;
}

.bypostauthor {

}

.alignleft:first-child,
.alignright:first-child {
	margin-top:1.2em;
}

.sort-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 8px;
  padding: 0;
  border: none;
  background: none;
}

.sort-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 12px 0;
}


.sort-form label {
  font-size: 14px;
  margin-right: 6px;
  font-weight: normal;
}

.site-description {
  font-size: 16px;
}

.post-category a {
  color: #0099FF; /* bạn có thể thay bằng màu khác */
  font-weight: normal;
  text-decoration: none;
}

.post-category a:hover {
  color: #FF6600; /* Màu khi rê chuột vào */
  text-decoration: underline;
}