.occrp-research {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #fff;
    max-width: 300px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    border-radius: 4px;
    flex-direction: column;
    /*align-items: center;*/
    font-family: "Open Sans", sans-serif;
    padding: 20px;
    gap: 10px;
    display: none;
}

.occrp-research__title {
    font-weight: bold;
}

.occrp-research__text {
    font-size: .8rem;
}

.occrp-research__button {
    text-decoration: none;
    background-color: #982022;
    color: #fff !important;
    padding: 10px;
    display: inline-block;
    text-align: center;
    font-size: .8rem;
    font-weight: bold;
    height: 36px;
    box-sizing: border-box;
}

.occrp-research__close {
    border: none;
    appearance: none;
    text-decoration: none;
    background-color: #AFAFAF;
    color: #fff !important;
    padding: 10px;
    display: inline-block;
    text-align: center;
    font-size: .8rem;
    font-weight: bold;
    cursor: pointer;
    height: 36px;
    box-sizing: border-box;
}