/**
 * Our Characters page – extra styles only.
 * Theme components used: wpo-page-title, wpo-portfolio-section, section-spacing,
 * wpo-section-title, portfolio-grids, gallery-container, grid, img-holder, hover-content.
 */

/* Section title: crown decoration (wider lines, overflow visible) */
.wpo-portfolio-section .wpo-section-title .section-title-img {
    overflow: visible;
    display: inline-block;
    width: auto;
    max-width: none;
    margin: 0 auto;
}
.wpo-portfolio-section .wpo-section-title .section-title-img::before,
.wpo-portfolio-section .wpo-section-title .section-title-img::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100px;
    height: 2px;
    background-color: #FFABCE;
    transform: translateY(-50%);
}
.wpo-portfolio-section .wpo-section-title .section-title-img::before {
    left: -120px;
}
.wpo-portfolio-section .wpo-section-title .section-title-img::after {
    right: -120px;
    left: auto;
}
.wpo-portfolio-section .wpo-section-title .section-title-img img {
    vertical-align: middle;
    margin-left: 10px;
}

/* 9 items: K-Pop is last whole div — theme last-child 50% applies */
