body {
    background-color: #ffffff !important;
    overflow-x: hidden;
}

#app {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

.create-record {
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.label-font {
    font-weight: bold !important;
}

/* SHARED DROPDOWN STYLES */
.assignment-record-wrapper .custom-dropdown,
.check-addition-logrecords-wrapper .custom-dropdown,
.facilities-service-logrecords-wrapper .custom-dropdown,
.step-form-container .custom-dropdown,
.step-form-container .form-dropdown {
    width: 100% !important;
}

.assignment-record-wrapper .custom-dropdown .btn-group,
.check-addition-logrecords-wrapper .custom-dropdown .btn-group,
.facilities-service-logrecords-wrapper .custom-dropdown .btn-group,
.step-form-container .custom-dropdown .btn-group,
.step-form-container .form-dropdown .btn-group {
    width: 100% !important;
}

.assignment-record-wrapper .custom-dropdown .btn.dropdown-toggle,
.check-addition-logrecords-wrapper .custom-dropdown .btn.dropdown-toggle,
.facilities-service-logrecords-wrapper .custom-dropdown .btn.dropdown-toggle,
.step-form-container .custom-dropdown .btn.dropdown-toggle,
.step-form-container .form-dropdown .btn.dropdown-toggle {
    width: 100% !important;
    text-align: left !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    color: #495057 !important;
    padding: 0.375rem 0.75rem !important;
    border-radius: 0.375rem !important;
}

.assignment-record-wrapper .custom-dropdown .btn.dropdown-toggle::after,
.check-addition-logrecords-wrapper .custom-dropdown .btn.dropdown-toggle::after,
.facilities-service-logrecords-wrapper .custom-dropdown .btn.dropdown-toggle::after,
.step-form-container .custom-dropdown .btn.dropdown-toggle::after,
.step-form-container .form-dropdown .btn.dropdown-toggle::after {
    float: right !important;
    margin-top: 0.5rem !important;
}

.assignment-record-wrapper .custom-dropdown .dropdown-menu,
.check-addition-logrecords-wrapper .custom-dropdown .dropdown-menu,
.facilities-service-logrecords-wrapper .custom-dropdown .dropdown-menu,
.step-form-container .custom-dropdown .dropdown-menu,
.step-form-container .form-dropdown .dropdown-menu {
    max-height: 350px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    width: 100% !important;
}

.check-addition-logrecords-wrapper .custom-dropdown .dropdown-menu {
    max-height: 250px !important;
}

.assignment-record-wrapper .custom-dropdown .dropdown-item,
.check-addition-logrecords-wrapper .custom-dropdown .dropdown-item,
.facilities-service-logrecords-wrapper .custom-dropdown .dropdown-item,
.step-form-container .custom-dropdown .dropdown-item,
.step-form-container .form-dropdown .dropdown-item {
    color: #333 !important;
    padding: 0.5rem 1rem !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-height: 40px !important;
    line-height: 1.5 !important;
}

.assignment-record-wrapper .custom-dropdown .dropdown-item:hover,
.check-addition-logrecords-wrapper .custom-dropdown .dropdown-item:hover,
.facilities-service-logrecords-wrapper .custom-dropdown .dropdown-item:hover,
.step-form-container .custom-dropdown .dropdown-item:hover,
.step-form-container .form-dropdown .dropdown-item:hover {
    background-color: #f8f9fa !important;
    color: #333 !important;
}

.assignment-record-wrapper .custom-dropdown .dropdown-item:focus,
.assignment-record-wrapper .custom-dropdown .dropdown-item:active,
.check-addition-logrecords-wrapper .custom-dropdown .dropdown-item:focus,
.check-addition-logrecords-wrapper .custom-dropdown .dropdown-item:active,
.facilities-service-logrecords-wrapper .custom-dropdown .dropdown-item:focus,
.facilities-service-logrecords-wrapper .custom-dropdown .dropdown-item:active,
.step-form-container .custom-dropdown .dropdown-item:focus,
.step-form-container .custom-dropdown .dropdown-item:active,
.step-form-container .form-dropdown .dropdown-item:focus,
.step-form-container .form-dropdown .dropdown-item:active {
    background-color: #e9ecef !important;
    color: #333 !important;
}

.assignment-record-wrapper .custom-dropdown .dropdown-item:disabled,
.assignment-record-wrapper .custom-dropdown .dropdown-item.disabled,
.check-addition-logrecords-wrapper .custom-dropdown .dropdown-item:disabled,
.check-addition-logrecords-wrapper .custom-dropdown .dropdown-item.disabled,
.facilities-service-logrecords-wrapper .custom-dropdown .dropdown-item:disabled,
.facilities-service-logrecords-wrapper .custom-dropdown .dropdown-item.disabled,
.step-form-container .custom-dropdown .dropdown-item:disabled,
.step-form-container .custom-dropdown .dropdown-item.disabled,
.step-form-container .form-dropdown .dropdown-item:disabled,
.step-form-container .form-dropdown .dropdown-item.disabled {
    color: #6c757d !important;
    background-color: transparent !important;
    font-weight: bold !important;
    text-align: center !important;
}

.assignment-record-wrapper .custom-dropdown .dropdown-menu::-webkit-scrollbar,
.check-addition-logrecords-wrapper .custom-dropdown .dropdown-menu::-webkit-scrollbar,
.facilities-service-logrecords-wrapper .custom-dropdown .dropdown-menu::-webkit-scrollbar,
.step-form-container .custom-dropdown .dropdown-menu::-webkit-scrollbar,
.step-form-container .form-dropdown .dropdown-menu::-webkit-scrollbar {
    width: 8px;
}

.assignment-record-wrapper .custom-dropdown .dropdown-menu::-webkit-scrollbar-track,
.check-addition-logrecords-wrapper .custom-dropdown .dropdown-menu::-webkit-scrollbar-track,
.facilities-service-logrecords-wrapper .custom-dropdown .dropdown-menu::-webkit-scrollbar-track,
.step-form-container .custom-dropdown .dropdown-menu::-webkit-scrollbar-track,
.step-form-container .form-dropdown .dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.assignment-record-wrapper .custom-dropdown .dropdown-menu::-webkit-scrollbar-thumb,
.check-addition-logrecords-wrapper .custom-dropdown .dropdown-menu::-webkit-scrollbar-thumb,
.facilities-service-logrecords-wrapper .custom-dropdown .dropdown-menu::-webkit-scrollbar-thumb,
.step-form-container .custom-dropdown .dropdown-menu::-webkit-scrollbar-thumb,
.step-form-container .form-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.assignment-record-wrapper .custom-dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover,
.check-addition-logrecords-wrapper .custom-dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover,
.facilities-service-logrecords-wrapper .custom-dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover,
.step-form-container .custom-dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover,
.step-form-container .form-dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* SKELETON LOADERS */
@keyframes wave {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: 200px 0;
    }
}

@keyframes pulse-bg {
    0% {
      background-color: #ddd;
    }
    50% {
      background-color: #d0d0d0;
    }
    100% {
      background-color: #ddd;
    }
}

.pt-skeleton-loader-wave {
    background: linear-gradient(90deg, #dbdbdb 25%, #cacaca 50%, #dbdbdb 75%);
    background-size: 200% 100%;
    animation: wave 1.5s ease-in-out infinite;
}

.pt-skeleton-loader-pulse {
    animation: pulse-bg 1.5s ease-in-out infinite;
}

/* SHARED FORM ELEMENTS */
.form-outline i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.leaflet-control-layers-expanded{
    min-width: 5vw !important;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.leaflet-control-layers-base label{
    text-align: left !important;
}

.street-view-map-button{
    width: 48px !important;
    height: 48px !important;
}

/* STEP FORM CONTAINER */

.step-form-body {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 2rem;
}

.step-container {
    background: transparent;
    border-radius: 15px;
    color: white;
    box-shadow: none;
    position: static;
    width: 100%;
    max-width: none;
    min-height: 80vh;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
}

.step-header {
    background: linear-gradient(135deg, #021738 0%, #0b3c75 50%, #1d7ec2 100%);
    border-radius: 12px 12px 0 0;
    padding: 1.5rem;
}

.step-content {
    background: white;
    color: #333;
    margin: 0;
    border-radius: 0;
    padding: 2rem;
    box-shadow: none;
    flex: 1;
}

.step-footer {
    padding: 1.5rem 2rem 2rem 2rem;
    border-radius: 0;
    background: white;
}

.step-navigation {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 1.5rem 0;
}

.step-number-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
}

.step-number-btn:hover {
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.5);
    transform: scale(1.1);
}

.step-number-btn.active {
    background: rgba(255,255,255,0.9);
    color: #021738;
    border-color: white;
}

.step-number-btn .tooltip-text {
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0,0,0,0.8);
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -30px;
    font-size: 12px;
    transition: opacity 0.3s;
    white-space: nowrap;
}

.step-number-btn:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.btn-gradient {
    background: linear-gradient(90deg, #2dc4ef 0%, #4ebdcc 100%);
    border: none;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-gradient:hover {
    background: linear-gradient(90deg, #25acd9 0%, #3ea3b8 100%);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(45, 196, 239, 0.3);
}

.btn-gradient:disabled {
    background: #6c757d;
    color: #fff;
    transform: none;
    box-shadow: none;
}

.btn-secondary-custom {
    background: #6c757d;
    border: 1px solid #6c757d;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-secondary-custom:hover {
    background: #5a6268;
    color: white;
}

.btn-secondary-custom:disabled {
    background: #6c757d;
    color: rgba(255,255,255,0.5);
    border-color: #6c757d;
}

.step-number {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
}

.step-main-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.step-page-title-container h1,
.step-page-title-container h2,
.step-page-title-container h3 {
    color: #000 !important;
    text-align: center;
    margin: 0;
    font-weight: bold;
}

.form-group-3col {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    gap: 1rem;
}

.form-group-3col .form-label {
    flex: 0 0 200px;
    margin-bottom: 0;
    font-weight: 600;
    color: #495057;
}

.form-group-3col .form-dropdown {
    flex: 1;
}

.form-group-3col-with-help {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    gap: 1rem;
}

.form-group-3col-with-help .form-label {
    flex: 0 0 200px;
    margin-bottom: 0;
    font-weight: 600;
    color: #495057;
}

.form-group-3col-with-help .input-with-help {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-group-3col-with-help .form-dropdown {
    flex: 1;
}

.form-group-3col-with-help .help-icon {
    color: #6c757d;
    cursor: pointer;
    font-size: 1.1rem;
    transition: color 0.2s ease;
}

.form-group-3col-with-help .help-icon:hover {
    color: #007bff;
}

.form-group-notes {
    margin-bottom: 1.5rem;
}

.form-group-notes .form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #495057;
}

.check-addition-logrecords-wrapper .section-header,
.facilities-service-logrecords-wrapper .section-header,
.step-form-container .collapsible-section .section-header,
.section-wrapper .collapsible-section .section-header,
.section-wrapper .section-header,
.review-section-wrapper .section-header {
    cursor: pointer;
    padding: 1rem;
    background: linear-gradient(135deg, #69dbf5 0%, #2dc4ef 35%, #25acd9 70%, #1982b3 100%);
    border-radius: 8px;
    margin-bottom: 0.5rem;
    transition: box-shadow 0.3s ease;
}

.check-addition-logrecords-wrapper .section-header:hover,
.facilities-service-logrecords-wrapper .section-header:hover,
.step-form-container .collapsible-section .section-header:hover,
.section-wrapper .collapsible-section .section-header:hover,
.section-wrapper .section-header:hover,
.review-section-wrapper .section-header:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.check-addition-logrecords-wrapper .section-header h5,
.facilities-service-logrecords-wrapper .section-header h5,
.step-form-container .collapsible-section .section-title h5,
.section-wrapper .collapsible-section .section-header h5,
.section-wrapper .section-header h5,
.review-section-wrapper .section-header h5 {
    color: white;
    margin: 0;
    font-weight: 600;
}

.check-addition-logrecords-wrapper .section-header .fa-chevron-up,
.check-addition-logrecords-wrapper .section-header .fa-chevron-down,
.facilities-service-logrecords-wrapper .section-header .fa-chevron-up,
.facilities-service-logrecords-wrapper .section-header .fa-chevron-down,
.step-form-container .collapsible-section .section-header .fa-chevron-up,
.step-form-container .collapsible-section .section-header .fa-chevron-down,
.section-wrapper .section-header .fa-chevron-up,
.section-wrapper .section-header .fa-chevron-down,
.review-section-wrapper .section-header .fa-chevron-up,
.review-section-wrapper .section-header .fa-chevron-down {
    color: white;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.5rem;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.check-addition-logrecords-wrapper .section-header .fa-chevron-up:hover,
.check-addition-logrecords-wrapper .section-header .fa-chevron-down:hover,
.facilities-service-logrecords-wrapper .section-header .fa-chevron-up:hover,
.facilities-service-logrecords-wrapper .section-header .fa-chevron-down:hover,
.step-form-container .collapsible-section .section-header .fa-chevron-up:hover,
.step-form-container .collapsible-section .section-header .fa-chevron-down:hover,
.section-wrapper .section-header .fa-chevron-up:hover,
.section-wrapper .section-header .fa-chevron-down:hover,
.review-section-wrapper .section-header .fa-chevron-up:hover,
.review-section-wrapper .section-header .fa-chevron-down:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-1px);
}

.check-addition-logrecords-wrapper .section-content,
.facilities-service-logrecords-wrapper .section-content,
.step-form-container .collapsible-section .section-content,
.section-wrapper .collapsible-section .section-content,
.section-wrapper .section-content,
.review-section-wrapper .section-content {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    border: 1px solid #e9ecef;
    margin-top: 0.5rem;
}

.check-addition-logrecords-wrapper .section-wrapper,
.facilities-service-logrecords-wrapper .section-wrapper,
.step-form-container .collapsible-section .section-wrapper {
    margin-bottom: 1rem;
    position: static;
    display: block;
    width: 100%;
    flex-shrink: 0;
}

.step-form-container .collapsible-section {
    margin-bottom: 2rem;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.step-form-container .collapsible-section .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.step-form-container .collapsible-section .section-toggle-icon {
    color: white;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.check-addition-logrecords-wrapper .section-content,
.step-form-container .collapsible-section .section-content {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    border: 1px solid #e9ecef;
    margin-top: 0.5rem;
}

/* --- Global Help Dialog Styles --- */
.info-header{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    background-color: #2dc4ef !important;
    color: white !important;
    padding-top: 0;
}
.pt-help-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 18px;
  align-items: center;
}
.pt-help-icon {
  width: 38px;
  min-width: 38px;
  height: 38px;
  background: #1d7ec2;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-right: 16px;
  box-shadow: 0 2px 8px rgba(13, 60, 117, 0.08);
}
.pt-help-heading {
  color: #1F3285;
  font-weight: 600;
  font-size: 1.08rem;
  margin-bottom: 2px;
  display: block;
  text-align: left;
}
.pt-help-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 1rem;
  color: #1d7ec2;
  text-align: left;
}


@media (max-width: 768px) {
    .form-group-3col,
    .form-group-3col-with-help {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .form-group-3col .form-label,
    .form-group-3col-with-help .form-label {
        flex: none;
        width: 100%;
    }
    
    .form-group-3col .form-dropdown,
    .form-group-3col-with-help .input-with-help {
        width: 100%;
    }
    
    .check-addition-logrecords-wrapper .section-header,
    .step-form-container .collapsible-section .section-header,
    .section-wrapper .section-header {
        padding: 0.75rem 1rem;
    }
    
    .check-addition-logrecords-wrapper .section-content,
    .step-form-container .collapsible-section .section-content,
    .section-wrapper .section-content {
        padding: 1rem;
    }
}

.review-logrecords-container .section-wrapper .section-header .btn-outline-light,
.review-logrecords-container .section-wrapper .section-header .btn {
    background: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: white !important;
    margin-right: 0.75rem;
    font-weight: 600;
    padding: 0.4rem 1rem !important;
    border-radius: 6px !important;
    transition: all 0.3s ease;
    font-size: 0.85rem;
}

.review-logrecords-container .section-wrapper .section-header .btn-outline-light:hover,
.review-logrecords-container .section-wrapper .section-header .btn:hover {
    background: rgba(255, 255, 255, 0.3) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    color: white !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.review-logrecords-container .section-wrapper .section-header .badge {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: 0.5rem;
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
    font-weight: 600;
}

.review-logrecords-container .section-wrapper .section-header .subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.review-logrecords-container .section-wrapper .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-logrecords-container .section-wrapper .section-header .flex-grow-1 {
    margin-right: 1rem;
}

.review-logrecords-container .section-wrapper .section-header .d-flex:last-child {
    align-items: center;
    gap: 0.75rem;
}

/* PHOTOS */

.photos-records-container .upload-area {
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photos-records-container .upload-area:hover {
    border-color: #2dc4ef !important;
    background-color: #f8fcff;
}

.photos-records-container .upload-area.border-primary {
    border-color: #2dc4ef !important;
    background-color: #f0faff;
}

.photos-records-container .upload-content {
    pointer-events: none;
}

.photos-records-container .upload-content label {
    pointer-events: auto;
}

.photos-records-container .photo-preview-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #e9ecef;
}

.photos-records-container .photo-preview-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.photos-records-container .photo-preview-image {
    overflow: hidden;
}

.photos-records-container .photo-preview-image img {
    transition: transform 0.2s ease;
}

.photos-records-container .photo-preview-image:hover img {
    transform: scale(1.05);
}

.photos-records-container .photo-actions {
    opacity: 0;
    transition: opacity 0.2s ease;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    right: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.photos-records-container .photo-preview-card:hover .photo-actions {
    opacity: 1;
}

.photos-records-container .photo-actions .btn {
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
}

.photos-records-container .photo-actions .btn-danger {
    background-color: rgba(255, 66, 0, 0.9) !important;
    color: white !important;
}

.photos-records-container .progress {
    background-color: #f8f9fa;
    border-radius: 3px;
}

.photos-records-container .progress-bar {
    transition: width 0.3s ease;
    border-radius: 3px;
}

.photos-records-container .badge {
    font-size: 10px;
    padding: 3px 6px;
}

.photos-wrapper {
  padding: 1rem 0;
}

.photos-wrapper .alert-info {
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
  border-radius: 6px;
  padding: 1rem;
}

.photos-wrapper .alert-info h6 {
  color: #0c5460;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.photos-wrapper .alert-info ul {
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.photos-wrapper .alert-info li {
  margin-bottom: 0.25rem;
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 768px) {
    .photos-records-container .upload-area {
        min-height: 150px;
        padding: 1.5rem;
    }
    
    .photos-records-container .photo-preview-image img {
        height: 100px !important;
    }
    
    .photos-records-container .photo-actions {
        opacity: 1;
    }
    
    .photos-records-container .photo-actions .btn {
        padding: 1px 4px !important;
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .photos-records-container .row > div {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}