File size: 631 Bytes
34886ef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
body {
    background-color: #f4f6f9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.sidebar {
    background: white;
    border-right: 1px solid #dee2e6;
    height: 100vh;
    overflow-y: auto;
}

.result-card {
    border: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border-radius: 12px;
    margin-bottom: 20px;
}

.affinity-score {
    font-size: 3rem;
    font-weight: bold;
    color: #4e73df;
}

.mol-container {
    width: 100%;
    height: 600px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ddd;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}