/*
Theme Name: Pollywood Talks Theme
Theme URI: #
Template: news-brick-kit
Author: PollywoodTalks
Author URI: #
Description: News Brick Kit is a elementor based complete news template for News Kit Elementor Addons.
Tags: blog,news,entertainment,custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1768672212
Updated: 2026-01-17 17:50:12

*/



/* ---------------- Sidebar Wrapper ---------------- */
.actor-sidebar {
    background-color: #f9f9f9;       /* light grey background */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    position: sticky;
    top: 20px;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

/* ---------------- Actor Name ---------------- */
.actor-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
    text-align: center;
}

/* ---------------- Featured Image ---------------- */
.actor-featured-image img {
    width: 100%;
    max-width: 250px;       /* fixed width for sidebar */
    height: auto;
    border-radius: 10px;
    margin: 0 auto 20px auto;
    display: block;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* ---------------- Basic Info Table ---------------- */
.actor-basic-info {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #ddd;
}

.actor-basic-info p {
    margin: 8px 0;
}

.actor-basic-info strong {
    color: #555;
    display: inline-block;
    width: 110px; /* align labels */
}

/* ---------------- Links Styling ---------------- */
.actor-basic-info a {
    color: #0073aa;
    text-decoration: none;
}

.actor-basic-info a:hover {
    text-decoration: underline;
}

/* ---------------- Mobile Responsive ---------------- */
@media only screen and (max-width:768px) {
    .actor-sidebar {
        position: relative !important;
        top: auto;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .actor-featured-image img {
        max-width: 100%;
    }

    .actor-basic-info strong {
        width: auto; /* allow full width on mobile */
    }
}