.spw-box-right {
    flex: 3 1 0%;
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 120px;
}
.spw-label {
    position: absolute;
    left: 28px;
    top: -16px;
    z-index: 2;
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 4px;
    color: white;
}
.spw-title {
    height: 60px;
    overflow-y: auto;
    font-size: 18px;
    margin-bottom: 4px;
}
.spw-detail {
    font-size: 14px;
    margin-bottom: 4px;
    height: 45px;
    overflow-y: auto;
}
@keyframes blink-slow {
    0%   { opacity: 1; }
    50%  { opacity: 0.75; }
    100% { opacity: 1; }
}

.blink-btn {
    animation: blink-slow 2.5s ease-in-out infinite;
}
