.fqb-b45a625f-container {
    max-width: 500px;
    margin: 0 auto;
    font-family: inherit;
}

.fqb-b45a625f-box {
    position: relative;
    background-color: #f7f9fc;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.fqb-b45a625f-icon {
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 48px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.08);
    font-family: serif;
    pointer-events: none;
}

.fqb-b45a625f-quote {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    margin: 0;
    font-style: italic;
    position: relative;
    z-index: 1;
}

/* Layout Specific styles */
.fqb-b45a625f-box.layout-bubble {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.fqb-b45a625f-box.layout-bubble::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 40px;
    border-width: 12px 12px 0;
    border-style: solid;
    border-color: #f7f9fc transparent;
    display: block;
    width: 0;
}

.fqb-b45a625f-box.layout-playful {
    border-left: 6px solid #6c5ce7;
    background: #fdfcff;
    border-radius: 0 12px 12px 0;
}

.fqb-b45a625f-box.layout-minimal {
    border: 1px solid #e1e8ed;
    background: transparent;
    border-radius: 8px;
}

/* Meta / Author details */
.fqb-b45a625f-meta {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.fqb-b45a625f-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.fqb-b45a625f-details {
    display: flex;
    flex-direction: column;
}

.fqb-b45a625f-name {
    font-size: 15px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 2px 0;
}

.fqb-b45a625f-title {
    font-size: 12px;
    color: #7f8c8d;
}
