.atcl-history__container {
    display: flex;
    flex-direction: column;
    width: 992px;
}

.atcl-history__header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 48px 0 48px;
    width: 100%;
    color: var(--color-text);
    font-weight: 500;
    flex-shrink: 0;
    font-family: Pretendard, sans-serif;
    font-size: 0.875rem;
}

.atcl-history__content {
    padding: 16px 24px;
    width: 100%;
    height: 410px;
    overflow: hidden;
}

.atcl-history__content-wrapper {
    border: 1px solid var(--color-border-light);
    border-radius: 10px;
    height: 100%;
    padding: 16px 24px;
    overflow-y: auto;
}
.atcl-history__content-list{
    height: 100%;
}

.atcl-history__content-list > .empty-state__container{
    height: 100%;
    max-height: none;
}

.atcl-history__content-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
}

.atcl-history__content-cell--regPsnName {
    width: 155px;
    flex-shrink: 0;
    word-break: break-all;
    font-family: Pretendard, sans-serif;
    font-size: 0.875rem;
    line-height: 140%;
    letter-spacing: -0.2px;
    text-align: center;
}

.atcl-history__content-cell--regDeptName {
    margin-left: auto;
    width: 155px;
    text-align: center;
    word-break: break-all;
}
.atcl-history__content-cell--regDt {
    margin-left: auto;
    width: 155px;
    text-align: center;
}
.atcl-history__content-cell--atclCn {
    margin-left: 12px;
    width: 465px;
    text-align: start;
    word-break: break-all;
}

.atcl-history__content-header--regPsnName {
    width: 155px;
    text-align: center;
}

.atcl-history__content-header--regDeptName {
    margin-left: auto;
    width: 155px;
    text-align: center;
}
.atcl-history__content-header--regDt {
    margin-left: auto;
    width: 155px;
    text-align: center;
}
.atcl-history__content-header--atclCn {
    margin-left: auto;
    width: 465px;
    text-align: center;
}
.atcl-history__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 24px;
}

.atcl-history__action-btn--close {
    border: 1px solid var(--color-button-border-secondary);
    background: var(--color-button-bg-secondary-fill);
    color: var(--color-text);
    font-family: Pretendard, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: -0.2px;
    border-radius: 8px;
    padding: 9px 26px;
}
