.tabs-folder .text-center img { max-width: 100%; height: auto; border: 2px solid #ccc; border-radius: 12px; padding: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; } .tabs-folder .text-center img:hover { border-color: #999; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); transform: translateY(-2px); } .tabs-folder .text-center a { text-decoration: none; display: inline-block; } #modal-2 { z-index: 1050; }
