.ap-actor-poster {
    text-align: center;
    margin: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.ap-actor-poster img {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto 10px;
    border-radius: 5px;
}

.ap-actor-poster h3 {
    margin: 10px 0 5px;
    font-size: 1.2em;
}

.ap-actor-poster p {
    margin: 5px 0;
    color: #555;
}
/* Пример стилей для подсказок Tippy.js */
.tippy-box[data-theme~='light'] .tippy-content {
    max-width: 200px;
}

.tippy-box[data-theme~='light'] img {
    border-radius: 5px;
}

.tippy-box[data-theme~='light'] p {
    margin-top: 5px;
    font-weight: bold;
}
/* Стили для описания актера */
.ap-actor-description {
    font-size: 14px;
    color: #555;
    margin-left: 5px;
}
