@charset "utf-8";
@import url('common.css');
@import url('layout.css');

.shadow-preview-track {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    border: 1px solid #e4e7ed;
}

.shadow-preview-box {
    width: 120px;
    height: 120px;
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
    transition: box-shadow 0.2s ease;
}
