.page-title {
    font-size: 1.75rem;
    font-weight: normal;
}

.page-title .highlight {
    font-size: 2.25rem;
    font-weight: bold;
}

.breadcrumb {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.85rem;
    color: #666;
}

.tag-button {
    display: inline-block;
    font-size: 1rem;
    padding: 0.5em 1.2em;
    border-radius: 9999px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    color: #444;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 1.4;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.tag-button:hover {
    background-color: #e2e2e2;
    color: #222;
}

.btn.sns-service-black{
    background-color: #4d4d4d;
    color: #fff;
}

.btn-primary {
    background: linear-gradient(to bottom, #fbb03b 0%, #f37600 100%) !important;
    border: none !important;
    border-radius: 9999px !important;
    color: #fff !important;
    font-weight: bold;
    padding: 0.8em 2.5em;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

/* ホバー時の効果 */
.btn-primary:hover {
    opacity: 0.9;
}

/* フォーカス時の青い枠を消す */
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}


body.wp-theme-muun .wpp-item > a {
    display: block;
    width: 200px;
    height: 110px;
    flex-shrink: 0;
}

body.wp-theme-muun .wpp-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.wp-theme-muun .wpp-title a {
    color: #4d4d4d;
}