/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/*施設カスタムタクソノミーラベル*/
.facility-taxonomy-label {
    display: inline-block;
    color: #fff;
    padding: 0.4em 0.9em;
    margin: 0 0.4em 0.4em 0;
    border-radius: 0.5em;
    font-size: 0.85em;
    text-decoration: none;
    transition: opacity 0.3s ease;
}
.facility-taxonomy-label:hover {
    opacity: 0.85;
}

/*VK投稿へ施設カスタムタクソノミーラベル反映*/
.vk_postList_itemImage {
    position: relative;
}

.custom-labels {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    display: flex;
    flex-direction: column;
    gap: 0.3em;
    z-index: 10;
}

.custom-label {
    display: inline-block;
    font-size: 0.75em;
    padding: 0.2em 0.6em;
    border-radius: 1em;
    text-decoration: none;
    background-color: #999;
    color: white;
    white-space: nowrap;
}

vk_post_imgOuter_singleTermLabel {
	font-size: 0.75em;
	line-height: 1.4;
}
