.etpb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    padding: 0;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: #b2b2b2 !important;
    color: #fff !important;
    opacity: 0.75;
    transition: opacity 0.2s ease;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
    font-family: Georgia, serif;
    line-height: 1;
}

.etpb-btn:hover {
    opacity: 1;
}
