/*
 Theme Name:   Child Theme of Topic
 Author:       CHITOSEKA
 Template:     sho
 Version:      1.0.1
*/
/*-- 新規タグを追加 を非表示 --*/
#post_tag-adder, .row-actions>.hide-if-no-js {
    display: none;
}
.pc .u-text-nowrap {
    white-space: nowrap;
}

.pc .u-text-overflow {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

.mobile .p-breadcrumb {
    overflow: hidden;
    height: 26px;
}

.mobile .breadcrumb {
    overflow-x: scroll;
    line-height: 24px;
    padding: 0px 0 50px;
}

/*
  overwrite
*/
.entry-content h3 {
    background: none;
    color: #f6a932;
    padding: 0;
    border: none;
    border-radius: unset;
    position: initial;
    font-size: 24px;
    font-weight: 700;
}
.entry-content h3:after {
    display: none;
}

.entry-content h4 {
    font-size: 22px;
}