@media (max-width: 768px) {
    #cookie-consent {
      flex-direction: column !important;
    }

    #cookie-consent .cookie-content {
      max-height: 200px !important;
      overflow-y: auto !important;
      position: relative;
    }

    #cookie-consent .cookie-title {
      position: sticky;
      top: 0;
      background: #fff;
      z-index: 2;
      padding-bottom: 10px;
    }

    #cookie-consent .cookie-buttons {
      width: 100% !important;
      flex-direction: column !important;
    }
  }