﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.ms-fontfamily {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
  text-decoration: none;
}

h2 {
    font-size: medium;
}

h3 {
    font-size: medium;
}

h4 {
    font-size: medium;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn-link {
  text-decoration: none;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: x-large;
    -webkit-appearance: none;
    appearance: none;
}

.ml-auto {
  display: flex;
  position: absolute;
  right: 50px;
  margin-top: -5px;
}

.ml-auto-inner {
    display: flex;
    position: absolute;
    right: 60px;
    margin-top: -10px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  /* Reserve space for the scrollbar so opening overlays/dropdowns that briefly
     toggle the viewport scrollbar can't shift the whole page horizontally. */
  scrollbar-gutter: stable;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.centerdiv {
    margin-top: 15%;
}

.headerspan {
    padding-left: 10px;
}

.headerdiv {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100000;
    background-color: rgba(0,0,0,0.5);
}

.lnkalignleft {
    padding:0;
    text-align: left;
}

.rowbuttonalign {
    margin-top: -5px;
}

.rowheaderalign {
    margin-top: 5px;
}

.bottomcorner {
    position: absolute;
    bottom: 70px;
}

.fileinput {
    overflow: hidden;
    border-style: hidden !important;
    display: inline-block !important;
    width: auto !important;
    padding: 0;
}

.positive {
    color: green;
    font-weight: 700;
}

.btntextcopy {
    -webkit-user-select: text; /* Chrome all / Safari all */
    -moz-user-select: text; /* Firefox all */
    -ms-user-select: text; /* IE 10+ */
    user-select: text;
}

.bottommargin {
    margin-bottom: 10px;    
}

.antiquewhite {
    background-color: antiquewhite;
}

.content-padding {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 400px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -400px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -400px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.modal-overflow {
    overflow-y: auto;
}

.subheader {
    font-size: 14px;
}

.circle-div {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    position: fixed;
    bottom: 85px;
    right: 45px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 10%;
        left: 100%;
        margin-top: -1px;
    }

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.navbar-custom {
    background-color: #000;/*rgb(0, 120, 212);*/
    color: #ffffff;
    border-radius: 0;
}

    .navbar-custom .navbar-nav > li > a {
        background-color: transparent;
        color: #ffffff !important;
    }

    .navbar-custom .navbar-nav > li > span {
        background-color: transparent;
        color: #ffffff !important;
    }

    .navbar-custom .navbar-nav > li > button {
        background-color: transparent;
        color: #ffffff !important;
    }

    .navbar-custom .navbar-nav > li > a {
        background-color: transparent;
        color: #ffffff !important;
    }
    .navbar-custom .navbar-brand {
        color: #ffffff !important;
    }

    .navbar-custom .navbar-toggle {
        background-color: #ffffff !important;
    }

    .navbar-custom .icon-bar {
        background-color: #1b6ec2; /*rgb(0, 120, 212);*/
    }

/* Prompt Library Styles - Integrated with site theme */
.prompt-library-container {
    background: #ffffff;
    min-height: calc(100vh - 120px);
    color: #333333;
    padding: 0;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    position: relative;
}

.prompt-header {
    padding: 2rem 0 1.5rem 0;
    text-align: center;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.prompt-title {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    color: #1b6ec2;
}

.prompt-subtitle {
    font-size: 1rem;
    color: #666666;
    margin: 0 0 1.5rem 0;
}

.header-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.search-container {
    position: relative;
    max-width: 400px;
    flex: 1;
    min-width: 250px;
}

.submit-prompt-btn {
    background: #1b6ec2;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.submit-prompt-btn:hover {
    background: #1861ac;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(27, 110, 194, 0.3);
    color: #ffffff;
    text-decoration: none;
}

.filter-actions {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.filter-btn {
    background: #f8f9fa;
    color: #6c757d;
    border: 1px solid #dee2e6;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.filter-btn:hover {
    background: #e9ecef;
    color: #495057;
    border-color: #adb5bd;
}

.filter-btn.active {
    background: #1b6ec2;
    color: #ffffff;
    border-color: #1b6ec2;
}

.filter-btn.active:hover {
    background: #1861ac;
    border-color: #1861ac;
}

.search-input {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    background: #ffffff;
    color: #333333;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.search-input:focus {
    outline: none;
    border-color: #1b6ec2;
    box-shadow: 0 0 0 2px rgba(27, 110, 194, 0.1);
}

.search-input::placeholder {
    color: #9ca3af;
}

.search-icon {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 1rem;
}

.prompt-content {
    padding: 1.5rem 0;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.prompt-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.25rem;
    max-width: 1200px;
    margin: 0 auto;
}

.prompt-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0.5rem;
    padding: 1.5rem;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.prompt-card:hover {
    transform: translateY(-2px);
    border-color: #1b6ec2;
    box-shadow: 0 4px 12px rgba(27, 110, 194, 0.15);
}

.prompt-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.prompt-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1b6ec2;
    margin: 0;
    line-height: 1.4;
}

.prompt-actions {
    display: flex;
    gap: 0.5rem;
}

.action-btn {
    background: #f3f4f6;
    border: none;
    border-radius: 0.25rem;
    padding: 0.5rem;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.875rem;
}

.action-btn:hover {
    background: #e5e7eb;
    color: #374151;
}

.copy-btn:hover {
    background: #1b6ec2;
    color: #ffffff;
}

.fav-btn.favorited {
    background: #fbbf24;
    color: #92400e;
}

.prompt-card-body {
    margin-bottom: 1rem;
}

.prompt-text {
    color: #4b5563;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    overflow: hidden;
}

.prompt-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #e5e5e5;
}

.prompt-category {
    background: #1b6ec2;
    color: #ffffff;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Favorites specific styling */
.no-favorites-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.3;
    color: #9ca3af;
}

.no-prompts h3 {
    color: #374151;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.no-prompts p {
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.6;
}

.favorites-link {
    color: #1b6ec2;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

.favorites-link:hover {
    border-bottom-color: #1b6ec2;
}

/* Prompt Detail Modal */
.prompt-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 2rem;
    backdrop-filter: blur(2px);
}

.prompt-modal.show {
    display: flex;
}

.prompt-modal-content {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0.5rem;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: modalSlideIn 0.3s ease-out;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.prompt-modal-header {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.prompt-modal-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1b6ec2;
    margin: 0;
    line-height: 1.4;
    flex: 1;
}

.prompt-modal-close {
    background: #f3f4f6;
    border: none;
    border-radius: 0.25rem;
    padding: 0.5rem;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1.2rem;
    margin-left: 1rem;
}

.prompt-modal-close:hover {
    background: #e5e7eb;
    color: #374151;
}

.prompt-modal-body {
    padding: 1.5rem;
}

.prompt-detail-section {
    margin-bottom: 1.5rem;
}

.prompt-detail-section:last-child {
    margin-bottom: 0;
}

.prompt-detail-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1b6ec2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
    display: block;
}

.prompt-detail-content {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    padding: 1rem;
    color: #374151;
    line-height: 1.6;
    font-family: 'Segoe UI Mono', 'Monaco', 'Cascadia Code', monospace;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.prompt-detail-metadata {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.prompt-metadata-item {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    padding: 1rem;
}

/* Requirements field special styling */
.prompt-metadata-item.requirements {
    border-left: 3px solid #1b6ec2;
    background: linear-gradient(90deg, rgba(27, 110, 194, 0.05) 0%, #f9fafb 100%);
}

.prompt-metadata-item.requirements .prompt-metadata-label {
    color: #1b6ec2;
    font-weight: 700;
}

.prompt-metadata-item.requirements .prompt-metadata-value {
    font-weight: 600;
    color: #1861ac;
}

.prompt-metadata-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.prompt-metadata-value {
    color: #374151;
    font-weight: 500;
}

.prompt-modal-actions {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    border-top: 1px solid #e5e5e5;
}

.modal-action-btn {
    background: #1b6ec2;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.modal-action-btn:hover {
    background: #1861ac;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(27, 110, 194, 0.3);
}

.modal-action-btn.secondary {
    background: #f3f4f6;
    color: #374151;
}

.modal-action-btn.secondary:hover {
    background: #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Variable Input Interface */
.prompt-variables-section {
    margin-bottom: 1.5rem;
    display: none; /* Hidden by default */
}

.prompt-variables-section.show {
    display: block;
}

.variables-header {
    display: flex;
    align-items: center;    justify-content: flex-start;
    margin-bottom: 1rem;
}

.variables-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.variable-input-group {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    padding: 1rem;
}

.variable-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1b6ec2;
    margin-bottom: 0.5rem;
    display: block;
}

.variable-input {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 0.25rem;
    background: #ffffff;
    color: #374151;
    font-size: 0.875rem;
    transition: border-color 0.2s ease;
}

.variable-input:focus {
    outline: none;
    border-color: #1b6ec2;
    box-shadow: 0 0 0 2px rgba(27, 110, 194, 0.1);
}

.variable-input::placeholder {
    color: #9ca3af;
}

.variables-actions {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
}

.variable-action-btn {
    background: #f3f4f6;
    color: #374151;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.variable-action-btn:hover {
    background: #e5e7eb;
}

.variable-action-btn.primary {
    background: #1b6ec2;
    color: #ffffff;
}

.variable-action-btn.primary:hover {
    background: #1861ac;
}

.prompt-preview {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    padding: 1rem;
    margin-top: 1rem;
    white-space: pre-wrap;
    word-wrap: break-word;
    color: #374151;
    font-family: 'Segoe UI Mono', 'Monaco', 'Cascadia Code', monospace;
    line-height: 1.6;
}

.variable-placeholder {
    background: #fbbf24;
    color: #92400e;
    padding: 0.125rem 0.25rem;
    border-radius: 0.125rem;
    font-weight: 600;
}

/* Submit Prompt Form Styles */
.submit-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.25rem;
}

.form-input,
.form-select,
.form-textarea {
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: #1b6ec2;
    box-shadow: 0 0 0 3px rgba(27, 110, 194, 0.1);
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

.form-help {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

.variable-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.75rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    min-height: 2.5rem;
    align-items: center;
}

.variable-tag {
    background: #1b6ec2;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.no-variables {
    color: #6b7280;
    font-style: italic;
    font-size: 0.875rem;
}

/* Form validation styles */
.form-input:invalid,
.form-select:invalid,
.form-textarea:invalid {
    border-color: #dc2626;
}

.form-input:valid,
.form-select:valid,
.form-textarea:valid {
    border-color: #16a34a;
}

/* Responsive form layout */
@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .prompt-modal-content {
        margin: 1rem;
        max-height: calc(100vh - 2rem);
    }
}

/* Toast notification styles */
.toast {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 1rem 1.5rem;
    border-radius: 0.375rem;
    color: white;
    font-weight: 500;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 10000;
}

.toast.show {
    transform: translateX(0);
}

.toast-success {
    background: #16a34a;
}

.toast-error {
    background: #dc2626;
}

/* Submit Form Styles */
.submit-form {
    max-width: 100%;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    background: #ffffff;
    color: #374151;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    font-family: inherit;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: #1b6ec2;
    box-shadow: 0 0 0 2px rgba(27, 110, 194, 0.1);
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.5;
}

.form-help {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: #6b7280;
}

.variable-preview {
    padding: 0.75rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.variable-tag {
    background: #1b6ec2;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.no-variables {
    color: #6b7280;
    font-style: italic;
    font-size: 0.875rem;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .filter-actions {
        flex-direction: column;
        width: 100%;
    }
    
    .filter-btn {
        width: 100%;
        justify-content: center;
    }
    
    .header-actions {
        flex-direction: column;
        gap: 1rem;
    }
}