@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 家賃・種別バッジ */
.p-postList__thumb {
  position: relative;
}
.prop-badges {
  position: absolute;
  bottom: 8px;
  left: 8px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  z-index: 2;
}
.prop-badge {
  display: inline-block;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.prop-badge--type {
  background: #e53935; /* 種別 = 赤 */
}
.prop-badge--rent {
  background: #000; /* 賃料 = 黒 */
}