
body {
    font-family: 'Rubik', sans-serif;
}

.ow-orange-bg {
    background-color: #ED6516;
}

#portrait-border {
    width: 180px;
    height: 180px; 
    background-color: rgba(0, 0, 0, 0.3);
}

.type-link:not(.bg-orange-600) {
    background-color: rgba(255, 255, 255, 0.1);
}

::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}
::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1); 
}
::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3); 
    border-radius: 4px;
}

.excluded::after {
    content: "✖";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    color: #ef4444;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    z-index: 20;
    cursor: pointer;
}