.WithholdRoyalties {
    padding-bottom: 20px;

    &-heading {
        color: var(--gray-400);
        font-size: 12px;
        font-weight: $weight-bold;
        line-height: 1.2;
        margin-top: 0;
        padding-bottom: 5px;
        text-transform: uppercase;
    }

    &-container {
        margin-bottom: 8px;
    }

}
