.page-wrapper {
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.page-content-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    gap: 16px;
}

.page-content-actions {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 8px;
    flex-grow: 1;
}

.page-content-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.page-content{
    padding: 0 24px;
    padding-bottom: 24px;
}