/*
Theme Name: My Blank Theme
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: 極限までシンプルなブランクテーマ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-blank-theme
*/

.remote-posts-list {
  list-style: none;
  display: flex;
  column-gap: 20px;
}

.remote-post-item {
  max-width: 180px;
  max-height: 400px;
  background-color: #fffafa;
  border-radius: 7px;
  box-shadow: 2px 2px 3px 3px rgba(248,248,255,0.99);
}

.remote-post-thumb img {
  width: 180px;
  height: 135px;
  object-fit: cover;
}

.remote-post-body {
  padding-top: 1.2rem;
  padding-right: 8px;
  padding-bottom: 1.2rem;
  padding-left: 8px;
}

