.pkp_block.block_custom {
    border: 3px solid #164a7a;
    border-radius: 8px;
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 25px;
}

.pkp_block.block_custom h2 {
    color: #111111;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left;
}

.pkp_block.block_custom ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pkp_block.block_custom li {
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 1.4;
    text-align: left;
}

.pkp_block.block_custom a {
    color: #164a7a;
    text-decoration: none;
}

.pkp_block.block_custom a:hover {
    color: #0b3154;
    text-decoration: underline;
}