.boldizart-pf-widget {
    padding-bottom: 1rem;
}

.boldizart-pf-widget a {
    text-decoration: none;
    color: #6d6d6d;
}

.boldizart-pf-widget a:focus,
.boldizart-pf-widget a:hover {
    color: #222;
    box-shadow: none;
}

.boldizart-pf-widget .list {
    padding: 6px;
    color: #6d6d6d;
}

.boldizart-pf-widget .list i {
    color: #ff460b;
    font-weight: bold;
    margin-right: 4px;
}

.boldizart-pf-widget .actions {
    margin-top: 24px;
}

.boldizart-pf-widget .cta {
    padding: 10px 20px;
    background: #ff6331;
    color: #fff;
    border-radius: 4px;
    transition: background-color ease-in-out 280ms;
}

.boldizart-pf-widget .cta:focus,
.boldizart-pf-widget .cta:hover {
    background: #ff460b;
    box-shadow: none;
    color: #fff;
}
