.PublishingObligationList {
    color: var(--gray-400);
    width: 100%;

    &-header {
        border-bottom: 1px solid var(--gray-400);
        border-top: 1px solid var(--gray-400);
        height: 30px;
        text-transform: uppercase;
    }
}
