/*
Theme Name: bjork-child
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: bjork
Text Domain: bjork-child
Tags: 
*/

/* SNSシェアボタンのスタイル */
.custom-sns-share {
    display: flex;
    gap: 12px;
    margin: 2em 0;
    width: 100%;
}
.custom-sns-share .share-btn {
    flex: 1;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 6px;
    transition: opacity 0.2s;
}
.custom-sns-share .share-btn:hover {
    opacity: 0.8;
}
.custom-sns-share .btn-x {
    background-color: #000000; /* Xの黒 */
}
.custom-sns-share .btn-line {
    background-color: #06C755; /* LINEの緑 */
}

/* 読了目安時間のスタイル */
.reading-time {
    display: inline-block;
    font-size: 8px;
    color: #555;
    background-color: #f5f5f5;
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 1.5em;
}
