﻿.my-component {
    background-color: lightblue;
    padding: 1em;
}

.custom-modal {
    width: 700px;
    max-width: 80%;
    height: auto;
}
