.wp-block-custom-styled-quote {
    max-width: 600px;
    margin: 2rem auto;
    padding: 15px 15px 15px 15px;
    border-left: 2px solid #e0e0e0;
    position: relative;
    font-family: Alata, sans-serif;
    color: #333;
    background-color: #f3fff4;
	border-radius: 10px;
	box-shadow: 5px 5px 0 rgba(19, 64, 79, .1);
}

.wp-block-custom-styled-quote .quote-mark {
    position: absolute;
    top: -10px;
    left: -20px;
    font-size: 2rem;
    color: #2ecc71;
    font-weight: bold;
}

.wp-block-custom-styled-quote blockquote {
	border-inline-start: 4px solid #03a803;
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 0 0 10px;
    font-style: normal;
}

.wp-block-custom-styled-quote .author-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.wp-block-custom-styled-quote .author-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.wp-block-custom-styled-quote cite {
    font-weight: 600;
    color: #333;
    font-size: 0.9rem;
    text-transform: inherit;
    letter-spacing: 0.5px;
    margin: 0;
}
