.pdf-gen-widget {
    display: inline-block;
    clear: both;
    box-sizing: border-box;
    max-width: 100%;
    margin: 15px 0;
    padding: 12px 15px;
    border-radius: 6px;
    background: #f5f5f5;
}

.pdf-gen-widget h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.3;
}

.pdf-gen-widget a {
    display: flex;
    align-items: center;
    min-width: 0;
    color: #333;
    text-decoration: none !important;
}

.pdf-gen-widget i {
    flex-shrink: 0;
    margin-right: 12px;
    color: #d32f2f;
    font-size: 24px;
}

.pdf-gen-widget svg.fa-file-pdf {
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
}

.pdf-gen-widget .pdf-text {
    min-width: 0;
    margin: 0 0 0 5px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.pdf-gen-widget .pdf-p {
    margin: 8px 0 0;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}
