.files-container { padding: 40px 24px; margin: 0 auto; max-width: 600px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); } .files-title { font-size: 1.75rem; font-weight: 600; margin-bottom: 0.75rem; color: #1a1a1a; } .files-description { font-size: 1rem; color: #666; margin-bottom: 1.5rem; } .files-upload { background-color: #f8f9fa; border: 1px solid #dee2e6; border-radius: 6px; padding: 1.5rem; text-align: center; margin-bottom: 1rem; } .files-upload .wp-block-file__button { background-color: #2563eb; color: white; padding: 10px 20px; border-radius: 4px; font-weight: 500; text-decoration: none; transition: all 0.2s ease; border: none; cursor: pointer; } .files-upload .wp-block-file__button:hover { background-color: #1d4ed8; } .files-upload .wp-block-file__content-wrapper { display: flex; align-items: center; justify-content: center; gap: 0.75rem; margin-bottom: 0.75rem; } .files-upload .wp-block-file__textlink { color: #2563eb; text-decoration: none; font-weight: 500; } .files-upload .wp-block-file__textlink:hover { text-decoration: underline; } .files-info { font-size: 0.9rem; color: #666; margin-top: 0.75rem; } /* Responsive Styles */ @media (max-width: 768px) { .files-container { padding: 30px 16px; } .files-title { font-size: 1.5rem; } .files-description { font-size: 0.95rem; } .files-upload { padding: 1.25rem; } } /* File Preview Styles */ .files-upload .wp-block-file__preview { margin-top: 0.75rem; padding: 0.75rem; background-color: white; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); } .files-upload .wp-block-file__preview img { max-width: 100%; height: auto; border-radius: 4px; }