/* Upload-target labels — hidden on front-end */
.caast-upload-target-label {
    display: none !important;
}

.caast-slot-image--placeholder {
    opacity: 0.92;
}

/* Mapped Author / Book single — match Edge Magazine Vibe article title (reference singles) */
.edgtf-blog-holder.edgtf-blog-single article .edgtf-post-title-area .entry-title.edgtf-post-title,
.edgtf-blog-holder.edgtf-blog-single article .edgtf-post-title-area h2.edgtf-post-title {
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: 0;
    text-transform: none;
}

.edgtf-blog-holder.edgtf-blog-single article .edgtf-post-title-area .edgtf-post-excerpt {
    font-size: 14px;
    line-height: 1.6em;
    margin: 0 0 12px;
    color: #777;
}

/* Author single — title + photo row (Mr. Cheung mapping: text left, photo right, meta below) */
.caast-mapped-single--caast-author-profile .edgtf-post-title-area .caast-author-title-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    margin: 0 0 12px;
    clear: both;
}

.caast-mapped-single--caast-author-profile .edgtf-post-title-area .caast-title-area-text {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 160px);
    order: 1;
    float: none !important;
    width: auto !important;
}

.caast-mapped-single--caast-author-profile .edgtf-post-title-area .caast-author-photo-slot {
    flex: 0 0 140px;
    width: 140px !important;
    max-width: 140px !important;
    order: 2;
    float: none !important;
    margin: 0 !important;
    padding: 0;
    align-self: flex-start;
    text-align: center;
}

.caast-mapped-single--caast-author-profile .edgtf-post-title-area .caast-author-photo-slot img,
.caast-mapped-single--caast-author-profile .edgtf-post-title-area .caast-author-photo-slot .caast-author-photo-img {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 !important;
    float: none !important;
}

.caast-mapped-single--caast-author-profile .edgtf-post-title-area .edgtf-post-info {
    clear: both;
    margin-top: 8px;
}

.caast-title-area-with-photo {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 8px;
}

.caast-title-area-text {
    flex: 1 1 auto;
    min-width: 0;
    order: 1;
}

.caast-author-photo-slot {
    flex: 0 0 120px;
    width: 120px;
    order: 2;
    float: none;
    margin: 0;
    text-align: center;
}

.caast-author-photo-slot .caast-author-photo-img {
    width: 100%;
    height: auto;
    display: block;
}

.caast-author-display-name {
    font-size: 14px;
    font-weight: 600;
    margin: 4px 0 0;
    color: #333;
}

.caast-author-display-name--placeholder {
    color: #999;
    font-style: italic;
    font-weight: 400;
}

.caast-banner-wrap {
    margin: 16px 0;
}

.caast-authors-books-widget {
    margin-bottom: 24px;
}

.caast-authors-books-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.caast-authors-books-list li {
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}

.caast-authors-books-empty {
    font-size: 12px;
    color: #888;
    margin: 0;
}

/* Author Home / Book Home — HOME_LEFT_S1 list (thumbnail left, text right) */
.caast-home-block-wrap {
    margin-top: 8px;
    margin-bottom: 30px;
}

.caast-home-grid .edgtf-block-five-non-featured > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.caast-home-grid .edgtf-block-five-non-featured > ul > li {
    margin: 0 0 4px;
    padding: 0;
}

/* Books page placement slots */
.caast-placement-slot {
    margin-bottom: 24px;
}

.caast-placement-slot--books_right_list1 .edgtf-peit-item,
.caast-placement-slot--books_right_list2 .edgtf-peit-item {
    margin-bottom: 12px;
}

.caast-home-empty {
    padding: 12px 0;
}
