﻿.custom-dashed-box {
    border: 2px dashed #6c757d;
    border-radius: 4px;
    height: 250px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.2s;
}

    /* 選填：滑鼠滑入時的視覺回饋 */
    .custom-dashed-box:hover {
        background-color: #f8f9fa;
        border-color: #495057;
    }
.home-function-title {
    font-size: 1.1rem;
    color: #333;
}

