.monitor-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 5px;
}

.monitor-bezel {
    width: 180px;
    height: 140px;
    background-color: var(--win-gray);
    border-top: 2px solid var(--win-gray-light);
    border-left: 2px solid var(--win-gray-light);
    border-right: 2px solid var(--win-gray-dark);
    border-bottom: 2px solid var(--win-gray-dark); 
    border-radius: 15px 15px 5px 5px;
    padding: 10px;
    position: relative;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.monitor-screen {
    width: 100%;
    height: 100px;
    background-color: var(--win-black);
    border: 2px solid var(--win-gray-dark);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.preview-content {
    width: 100%;
    height: 100%;
    background-color: var(--win-desktop);
    background-size: cover;
    background-position: center;
}

.monitor-logo {
    font-size: 8px;
    color: #666;
    text-align: center;
    margin-top: 2px;
    font-family: monospace;
    font-weight: bold;
}

.monitor-stand {
    width: 60px;
    height: 15px;
    background-color: var(--win-gray); 
    border-left: 1px solid var(--win-white);
    border-right: 1px solid var(--win-gray-dark); 
}

.monitor-base {
    width: 100px;
    height: 10px;
    background-color: var(--win-gray);
    border-top: 1px solid var(--win-white); 
    border-left: 1px solid var(--win-white); 
    border-right: 2px solid var(--win-gray-dark);
    border-bottom: 2px solid var(--win-gray-dark);
    border-radius: 4px 4px 0 0;
}

fieldset {
    border: 1px solid var(--border-dark); 
    padding: 8px;
    font-size: 11px;
    font-family: var(--system-font);
}

legend {
    padding: 0 4px;
}

.wp-selection-row {
    display: flex;
}

.wp-list {
    flex: 1;
    height: 80px;
    background: var(--win-white);
    border: 2px solid;
    border-color: var(--border-dark) var(--win-gray-light) var(--win-gray-light) var(--border-dark);
    overflow-y: scroll;
    list-style: none;
    padding: 2px;
}

.wp-list li {
    padding: 2px 4px;
    cursor: pointer;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.wp-list li:hover {
    background-color: var(--task-active);
}

.wp-list li.selected {
    background-color: var(--win-blue);
    color: var(--text-inverted);
}

.wp-list li::before {
    content: '📺';
    font-size: 10px;
}

.win-btn {
font-family: var(--system-font);
    font-size: 11px;
    color: #000;
    background-color: var(--win-gray-light);
    
    min-width: 75px;
    height: 23px;
    padding: 0 12px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    outline: none;

    border-top: 1px solid var(--win-white);
    border-left: 1px solid var(--win-white);
    border-right: 1px solid var(--win-black);
    border-bottom: 1px solid var(--win-black);
    
    box-shadow: inset -1px -1px 0 #808080, inset 1px 1px 0 #dfdfdf;
}

.win-btn:active {
    border-top: 1px solid var(--win-black);
    border-left: 1px solid var(--win-black);
    border-right: 1px solid var(--win-white);
    border-bottom: 1px solid var(--win-white);
    
    box-shadow: none;
    
    padding-top: 2px; 
    padding-left: 2px;
}

.win-btn:focus {
    outline: 1px dotted #000000;
    outline-offset: -4px;
}

#monitor-effect-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    border-radius: 0;
    background-color: var(--win-white);
    
    border-top: 2px solid var(--border-dark);
    border-left: 2px solid var(--border-dark);
    border-right: 2px solid var(--border-light);
    border-bottom: 2px solid var(--border-light);
    
    height: 22px;
    width: 100%;
    font-family: var(--system-font);
    font-size: 11px;
    padding: 2px 4px;
    outline: none;
    cursor: pointer;

    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 8px auto;
}

#monitor-effect-select:active {
    background-color: #f0f0f0;
}

.wp-list::-webkit-scrollbar {
    width: 16px;
    height: 16px;
    background: var(--win-gray);
}

.wp-list::-webkit-scrollbar-corner {
    background: var(--win-gray);
}

.wp-list::-webkit-scrollbar-track {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='2' height='2' viewBox='0 0 2 2' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23c0c0c0'/%3E%3Crect x='1' y='1' width='1' height='1' fill='%23c0c0c0'/%3E%3C/svg%3E");
}

.wp-list::-webkit-scrollbar-thumb {
    background-color: var(--win-gray);
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    box-shadow: inset -1px -1px 0 #808080, inset 1px 1px 0 #dfdfdf;
}

.wp-list::-webkit-scrollbar-thumb:active {
    background-color: var(--win-gray);
}

.wp-list::-webkit-scrollbar-button {
    display: block;
    height: 16px;
    width: 16px;
    background-color: var(--win-gray);
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    box-shadow: inset -1px -1px 0 #808080, inset 1px 1px 0 #dfdfdf;
    background-position: center;
    background-repeat: no-repeat;
}

.wp-list::-webkit-scrollbar-button:active {
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    box-shadow: none;
    background-position: calc(50% + 1px) calc(50% + 1px);
}

.wp-list::-webkit-scrollbar-button:vertical:decrement {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 5 L5 8 L11 8 Z' fill='black'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}

.wp-list::-webkit-scrollbar-button:vertical:increment {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11 L5 8 L11 8 Z' fill='black'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}

.wp-list::-webkit-scrollbar-button:vertical:decrement:end,
.wp-list::-webkit-scrollbar-button:vertical:increment:start {
    display: none;
}