.reshuffle-custom-notice {
    border-left-color: #2271b1;
    background: linear-gradient(to right, #f0f6fc, #ffffff);
    padding: 10px 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.reshuffle-custom-notice h3 {
    color: #1d2327;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
}

.reshuffle-custom-notice p {
    font-size: 15px;
    margin-bottom: 12px;
    line-height: 1.5;
}

.reshuffle-custom-notice span {
    color: #2271b1;
    font-weight: 500;
}