.proficiency-cycle-button, .status-cycle-button{
    width: 25px;
    height: 25px;
    margin-right: 3px;
    cursor: pointer;
    font-weight: bold;
    background-color: #ddd;
    color: black;

    border: none;
    
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}
    .condition-button{
        margin-right: 5px;
    }
    .proficiency-button, .skill-input {
        display: inline-block;
        margin: 0 0 0 0;
    }
    .proficiency-cycle-button{
        margin-top: -10px;
    }
.save-label {
    font-weight: bold;
    color: #4da6ff;
    margin-top: -15px;
    margin-bottom: -20px;
    font-size: 22px;
    display: flex;
    align-items: center;
}
    .save-label p{
        margin-left: 3px;
        margin-right: 3px;
        font-size: clamp(12px, 1.5vw, 15px);
    }

.stat-box, .save-box {
    flex: 1;
    min-width: 100px;
    border: 1px solid #ff5722;;
    padding: 0px 5px 0px 5px;
    border-radius: 4px;
    text-align: center;
    max-width: fit-content;
}

.stat-box p{
    margin-top: -5px;
    margin-bottom: -5px;
    font-size: 22px;
    color: #a7a7a7;
}

.crSectionTitle {
    margin-bottom: 0px;
    margin-top: 5px;
    color: #444;
    justify-content: center;
    display: flex;
    font-size: 1.3em;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
    text-decoration: underline;
    color: #ff5722;
}