@charset "UTF-8";
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 /* For width smaller than 400px: */

.text-bg-primary {
  color: #fff !important;
  background-color: #f38001 !important;
}




        /* Stylowanie modalu */
        .modal-content {
            display: flex;
            max-width: 800px;
            margin: auto;
        }
        .modal-body {
            display: flex;
        }
        .map-container {
            width: 50%;
            height: 300px;
            border: 1px solid #ddd;
        }
        .text-container {
            width: 50%;
            padding: 20px;
        }
