.chai-pages-edit-container {
    position: relative;
}

.chai-pages-edit-icon {
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
    border: 1px solid white;
    background-color: #ccc;
    border-radius: 10rem;
    padding: 0.5rem;
    display: inline-block;
    opacity: 0.5;
}

.chai-pages-edit-icon:hover {
    background-color: #eee;
    opacity: 1;
}

.tingle-modal-box__footer {
    text-align: right;
}

.chai-pages-dialog-content-container {
    display: flex;
    flex-direction: column;
}

.chai-pages-dialog-title {
    font-size: 2rem;
    font-weight: bold;
}
