/* Cookie Banner */
.tm-cookie-banner > .uk-notification-message {
   font-size: 16px;
   border-radius: 20px;
   padding: 24px;
}

.tm-cookie-banner button {
   font-size: 15px;
   padding: 0 10px;
   line-height: 39px;
   text-transform: none;
   letter-spacing: 0;
}

@media(max-width: 439px) {
   .tm-cookie-banner p.uk-margin-small-top {
       text-align: center;
       display: grid;
   }

   .tm-cookie-banner button {
       width: fit-content;
       justify-self: center;
   }

   .tm-cookie-banner button:nth-child(1) {
       margin-bottom: 15px;
   }

   .tm-cookie-banner button:nth-child(2) {
       margin-left: unset!important;
   }
}