/* Styles extraits de admin_cms.php */
.hover-bg-dark:hover {
    background-color: rgba(255, 255, 255, 0.05) !important;
}

.preview-3d-box {
    width: 100%;
    height: 250px;
    background: #0a0a2a;
    border-radius: 12px;
    border: 1px solid rgba(255,170,0,0.3);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.multipage-field-box {
    background: rgba(0,0,0,0.2);
    border-radius: 8px;
}

.cursor-pointer { cursor: pointer; }
.max-w-300 { max-width: 300px; }
.max-w-800 { max-width: 800px; }
.project-hero-img { height: 400px; object-fit: cover; object-position: center; }

