.make-custom-right {
    position: relative;
}
.make-custom-right > .fa-classic.fa-copy {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(-10px, -50%);
    font-size: 1.1rem;
}
.popup_small-edit {
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 6px 15px;
    z-index: 20;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
}
.popup_small-edit::after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 15px;
    height: 20px;
    width: 20px;
    transform: translateY(50%) rotate(45deg);
    background: #f9f9f9;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    z-index: -1;
}
.popup_small-edit.top::after {
    bottom: auto;
    top: 100%;
    transform: translateY(-50%) rotate(-135deg);
}

.tos h2 {
    margin: 1.5rem 0 0.5rem;
}
.tos h3, .tos h4 {
    margin-top: 1rem;
}
.tos ol {
    margin: 0.5rem 0;
}
.tos a {
    color: #ce6d01;
}
.tos p {
    margin: 0.5rem 0;
}

.custom-table th {
    padding: 0 5px;
}
.custom-table td {
    padding: 5px;
    border-bottom: 1px dotted;
}