.loading-overlay.loading::after {
    content: '\f110';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: #007bff;
    z-index: 11;
    animation: fa-spin 1s infinite linear;
}

/* New styles for image upload section */
.image-upload-section {
    background-color: #f8f9fa; /* Light gray background */
    border: 1px solid #e9ecef; /* Light border */
    border-radius: 0.5rem; /* Rounded corners */
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); /* Subtle shadow */
    text-align: center; /* Center content within this section */
}

.sm-inline-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.sm-summary-pill {
    background: #eef6ff;
    border: 1px solid #cfe3ff;
    border-radius: 999px;
    padding: 0.55rem 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.sm-summary-label {
    color: #4a5f7a;
    font-size: 0.85rem;
}
