.wp-block-fanza-actress-info {
margin: 1em 0;
}
.actress-info {
display: flex;
gap: 1rem;
padding: 1rem;
border-radius: 8px;
box-shadow: 0px 0 2px 0px #8989896e;
margin: 1em auto 1.3em;
}
.actress-info.compact {
flex-direction: column;
gap: 0.5rem;
}
.actress-info .actress-image {
flex-shrink: 0;
width: 120px;
height: 120px;
overflow: hidden;
border-radius: 120px;
border: 3px solid #e4e4e4;
}
.actress-info .actress-image img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 120px;
border: 3px solid #ffffff;
}
.actress-info .actress-content {
flex: 1;
}
.actress-info .actress-name {
font-size: 1.2em;
font-weight: bold;
margin-bottom: 0.5rem;
color: #333;
}
.actress-info .actress-profile {
margin-bottom: 1rem;
}
.actress-info .profile-item {
display: flex;
margin-bottom: 0.25rem;
font-size: 0.9em;
}
.actress-info .profile-label {
font-weight: bold;
min-width: 80px;
color: #666;
}
.actress-info .profile-value {
color: #333;
}
.actress-info .actress-links {
margin-top: 1rem;
}
.actress-info .actress-links a {
display: inline-block;
padding: 0.5rem 1rem;
text-decoration: none;
border-radius: 4px;
font-size: 0.9em;
border: 1px solid #525252;
box-shadow: 0px 4px 3px -3px rgb(82 82 82 / 80%);
}
.actress-info .actress-links a:hover {
background: #38454c;
color: #fff!important;
opacity: 1!important;
} @media (max-width: 768px) {
.actress-info {
flex-direction: column;
}
.actress-info .actress-image {
width: 100%;
height: 200px;
}
}