
/*
Theme Name: cms-rent
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: cms-rentのためのカスタムテーマ
Version: 2026.05.15
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: heya-cloud
Domain Path: /languages
Template: astra
*/
.more-link-wrap {
    text-align: right;
    margin-top: 8px;
    margin-bottom: 16px;
}

.more-link {
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid #333;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.2s, color 0.2s;
}

.more-link:hover {
    background-color: #333;
    color: #fff;
}
.youtube-latest-wrap {
    margin: 24px 0;
}

/* 16:9レスポンシブ対応 */
.youtube-iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube-iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-latest-title {
    font-weight: bold;
    margin-top: 8px;
}

.youtube-latest-date {
    color: #888;
    font-size: smaller;
}