.OAPanel {
    background-color: var(--white);
    border: 1px solid var(--gray-400);
    overflow: visible;
    margin-bottom: 20px;

    &-header {
        align-items: center;
        background: var(--mouse);
        border-bottom: 1px solid var(--koala);
        display: flex;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        overflow: hidden;
        padding: 10px;
    }

    &-title {
        flex: 1;
        margin: 0;
        font-size: 18px;
        font-weight: 500 !important;
        line-height: 24px !important;
    }

    &-body {
        border-top: 0;
        margin-bottom: 4px;
        overflow: visible;
        padding: 10px 12px 6px;
    }

    &-footer {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 4px;
        padding: 4px 12px;
    }

    &-edit {
        font-size: 10px !important;
        letter-spacing: 0.5px !important;
        padding: 4px 10px !important;
    }
}
