.cross7-box {
    margin-top: 15px;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fafafa;
}

.cross7-label {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
}

.cross7-pill {
    display: inline-block;
    margin: 4px 6px 4px 0;
    padding: 6px 12px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    border: 1px solid transparent;
    transition: all 0.2s ease;
    cursor: pointer;
}

.cross7-pill:hover {
    transform: translateY(-1px);
    opacity: 0.85;
}
