.column-right {
    width: 250px;
    height: fit-content;
    background-color: #000000;
    color: white;
    font-size: 14px;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0, 153, 255, 0.6), inset 0 0 1px rgba(0, 153, 255, 0.4);
    border-image: linear-gradient(45deg, #99CCFF, #3399FF) 1;
}

.column-right-information {
    padding-bottom: 10px;
}

.column-right-information-detailed {
    line-height: 1.2rem;
    background-color: rgba(0, 153, 255, 0.1);
    color: white;
    padding: 15px;
    font-size: 14px;
    border-radius: 0;
    border: 1px solid transparent;
    border-image: linear-gradient(45deg, #336699, #006699) 1;
    transition: all 0.3s ease;
    word-wrap: anywhere;
    text-align: justify;
}

.column-right-information-detailed.no-border-bottom {
    border-bottom: 0;
}

.column-right-information-detailed.margin-top {
    margin: 10px 0 0 0;
}

.column-right-information-detailed.hidden {
    display: none;
}

.column-right-actions-header {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.column-right-actions-header.no-margin-top {
    margin-top: 0;
}

.column-right-actions-header.no-margin-bottom{
    margin-bottom: 0;
}

.column-right-actions-header.inactive {
    display: none;
}

.column-right-subheader {
    text-align: left;
    margin: 10px 0;
}

.column-right-slave {
    padding: 15px;
}

.arrow {
    text-align: center;
    font-size: 10px;
    color: #0099FF;
    text-shadow:
            0 0 5px #99CCFF,
            0 0 10px #3399FF,
            0 0 15px #0099FF,
            0 0 20px #6699CC,
            0 0 25px #336699,
            0 0 30px #006699;
}

summary {
    text-align: center;
    cursor: pointer;
    margin: 10px 0;
}

@media (max-width: 1000px) {
    .column-right {
        width: 100%;
    }
}
