.glass-divider {
    height: 3px;
    width: 40px;
    background: #0d6efd;
    border-radius: 10px;
    margin-top: 8px;
}

.glass-value-static {
    background: rgba(255, 255, 255, 0.4);
    padding: 10px 15px;
    border-radius: 12px;
    color: #495057;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* 輸入框設計 */
.glass-input {
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 12px 0 0 12px !important;
    padding: 10px 15px !important;
}

.glass-input:focus {
    background: rgba(255, 255, 255, 0.8) !important;
    box-shadow: none !important;
    border-color: #0d6efd !important;
}