.clickbox_firstline {
    background-color: #eff6ff; /* bg-blue-50 */
    border: 1px solid #dbeafe; /* border-blue-100 */
    border-radius: 0.75rem;     /* rounded-xl */
    padding: 1rem;             /* p-4 */
    margin-bottom: 1.5rem;     /* mb-6 */
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* shadow-sm */
}

.clickbox_label {
    font-size: 0.875rem;       /* text-sm */
    color: #1f2937;           /* text-gray-800 */
    font-weight: 700;         /* font-bold */
    margin-top: 0.5rem;       /* mt-2 */
}

.clickbox_header:hover {
    color: #2563eb;            /* hover:text-blue-600 */
} 

.first_line {
    font-size: 11px;           /* text-[11px] */
    color: #4b5563;          /* text-gray-700 */
    font-weight: 700;          /* font-bold */
    overflow: hidden;          /* truncate */
    white-space: nowrap;       /* truncate */
    text-overflow: ellipsis;   /* truncate */
    font-style: italic;        /* italic */
}

.clickbox_row {
    display: flex;             /* flex */
    align-items: center;       /* items-center */
    gap: 0.5rem;               /* gap-2 */
    margin-bottom: 0.5rem;     /* mb-2 */
    overflow: hidden;          /* overflow-hidden */
}

/* "text-[10px] font-black text-blue-500 uppercase tracking-widest whitespace-nowrap" */
.clickbox_header {
    font-size: 10px;           /* text-[10px] */
    font-weight: 900;          /* font-black */
    color: #60a5fa;            /* text-blue-400 */
    text-transform: uppercase; /* uppercase */
    letter-spacing: 0.1em;     /* tracking-widest */
    white-space: nowrap;       /* whitespace-nowrap */
    transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1); /* transition-colors */
    cursor: pointer;
}

.clickbox_symbol {
    color: #3b82f6;          /* text-blue-500 */
    font-weight: 900;          /* font-black */
    font-size: 10px;           /* text-[10px] */
}
