.container-cp {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 0px 15px 15px;
}

@media (min-width: 768px) {
    .container-cp {
        padding: 0px 30px 30px;
    }
}

.container-cp h1, .container-cp h2, .container-cp h3 {
    margin-bottom: 10px;
    font-weight: lighter;
}

.container-cp h1 {
    margin-bottom: 20px;
}

.container-cp p {
    text-align: left;
    line-height: 2;
}

.container-cp ul {
    text-align: left;
    margin-bottom:0px
}

.container-cp li {
    line-height: 2;
}

.type-cp-table {
    border-spacing: unset;
    border-collapse: collapse;
}

.type-cp-table p {
    padding-left: 4px;
    line-height: unset;
}

#type-cp-header {
    background-color: var(--black-back-icons);
    color: white;
}

#type-cp-header p {
    text-align: center;
}

.container-cp td {
    border: 1px solid var(--black-back-icons);
}

.empty-spaces-cp {
    line-height: unset!important;
}

.item-non-maker {
    list-style: none;
}

#ref_cookie_modal {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
    background: none;
    border: none;
    font: inherit;
    padding: 0;
    margin: 0;
}