#custom-text-block-container {
    font-size: 14px;
    line-height: 1.42857143;
}
.custom-text-block-inner-title {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 10px;
}
.custom-text-title-pt {
    padding-top: 24px;
}
.custom-list-item {
    display: block;
    margin-left: 20px; /* Adjust for indentation like a list */
    position: relative;
    padding-left: 20px; /* Make room for the bullet */
    margin-top: 10px;
}
.custom-list-item-marker {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000; /* Bullet color */
    top: 6px; /* Adjust vertical position of the bullet */
}
.custom-list-item + .custom-list-item {
    margin-top: 5px; /* Space between list items */
}
#gpc-signal-container {
    padding-top: 10px;
}