.poster-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.poster-avatar {
    width: 80px;
    height: 80px;
    border: solid 4px rgba(248, 250, 252, 0.35);
    border-radius: 50%;
}

.poster-name {
    margin-top: 15px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bolder;
}

.poster-job {
    font-size: 14px;
    color: #ffffff;
}

.poster-logo {
    text-align: center;
    padding: 10px 0;
    background-color: #ffffff;
}

.poster-logo img {
    width: 160px;
}

.poster-url{
    font-size: 14px;
    color: #333333;
    text-align: center;
    font-weight: lighter;
}

.poster-footer {
    background-color: rgba(164, 0, 0, 0.9);
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 14px;
}

.poster-footer-qr {
    width: 60px;
    height: 60px;
}

.poster-agent-info{
    flex: 1;
    margin-left: 10px;
    text-align: right;
    color: #ffffff;
    font-size: 12px;
}

/* Extracted inline styles */
.calculator-bg {
    background-color: #f0f5f7;
}

.legend-compact {
    line-height: 1;
}

.poster-background {
    background: url(../../images/hero-default.jpg) #fff no-repeat center / cover;
}

.poster-overlay {
    background-color: rgba(29,64,145, 0.9);
}

.poster-table {
    --bs-table-color: #fff;
    --bs-secondary-color: #fff;
    --bs-success-rgb: 0,255,137;
}
