#sec_cookie{
    & .sectionContent{
        flex-direction: column;

    }
}

#cookieContent {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  padding: 5px;
  margin-bottom: 20px;
  margin-left: 10px;
  overflow: auto;
  width: 100%;
  height:auto;
  min-height:10vh;
  max-height:50vh;
  white-space: nowrap; }

#cookieContentDel {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  border: 2px solid var(--gradient-color-1);
  border-radius: 10px;
  margin: 20px;
  cursor: pointer;
  color: #ee842a; }