        /* Hinnastotaulukot */
        .hinnasto {
            margin-top: 20px;
        }
        .hinnasto h2 {
            color: #0073e6;
            margin-bottom: 10px;
        }
        .hinnasto table {
            width: auto;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            border-collapse: collapse;
            margin: 0 auto;
            margin-bottom: 20px;
        }
        .hinnasto th, .hinnasto td {
            //border: 1px solid #ddd;
            padding: 6px 8px;
            text-align: center;
            white-space: nowrap;
            min-width: 50px; /* Aseta minimileveys */
        }
        .hinnasto th {
            background-color: #f8f8f8;
            font-weight: bold; /* Lihavoitu otsake */
        }
        .hinnasto tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        .hinnasto tr:hover {
            background-color: #f1f1f1;
        }
        /* Kotikäynti hinta-arvio */
        .kotikaynti-laskuri {
            margin-top: 30px;
            padding: 20px;
            background-color: #f8f8f8;
            border-radius: 10px;
        }
        .ohjeet {
        }
        .ohjeet p {
            text-align: left;
            font-weight: bold; 
        }
        .kotikaynti-laskuri h2 {
            color: #0073e6;
            margin-bottom: 10px;
            text-align:left;
        }
        .kotikaynti-laskuri p {
            text-align:left;
        }
        .kotikaynti-laskuri input {
            width: 100%;
            padding: 10px;
            margin-bottom: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
        }
        .kotikaynti-laskuri button {
            padding: 5px 10px;
            background-color: #0073e6;
            color: #fff;
            margin-bottom: 15px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        .kotikaynti-laskuri button:hover {
            background-color: #005bb5;
        }
        .kotikaynti-tulos {
            margin-top: 10px;
            font-weight: bold;
            text-align:left;
        }
        <!--  Laskurin style -->
        body { font-family: Arial, sans-serif; max-width: 600px; margin: 20px auto; padding: 20px; }
        .section { border: 1px solid #ccc; padding: 15px; margin-bottom: 20px; }
        .section p { text-align: left; }
        button { margin: 5px; padding: 8px 15px; cursor: pointer; min-width: 35px; }
        input[type="number"] { width: 60px; padding: 5px; text-align: center; }
        #results { background-color: #f5f5f5; padding: 15px; }
        .massage-row { display: flex; align-items: center; margin: 10px 0; padding: 10px; border-bottom: 1px solid #eee; }
        .counter-controls { display: flex; align-items: center; margin-right: 20px; }
        .massage-info { flex-grow: 1; }
        table { width: 100%; border-collapse: collapse; margin: 10px 0; }
        td, th { padding: 8px; text-align: left; border-bottom: 1px solid #ddd; }
        .total-row { font-weight: bold; background-color: #f0f0f0; }
        .calculation-details { color: #666; margin-top: 15px; }
        .additional-cost { color: #888; font-size: 0.9em; }
        
        @media (max-width: 380px){
            .hinnasto th, .hinnasto td {
              //border: 1px solid #ddd;
              padding: 6px 2px;
              text-align: center;
              white-space: nowrap;
              min-width: 35px; /* Aseta minimileveys */
            }
            .section { border: 1px solid #ccc; padding: 5px; margin-bottom: 20px; }
            button { margin: 5px; padding: 6px 8px; cursor: pointer; min-width: 20px; }
            input[type="number"] { width: 50px; padding: 5px; text-align: center; }
            .massage-row { display: flex; align-items: center; margin: 10px 0; padding: 5px; border-bottom: 1px solid #eee; }
            .counter-controls { display: flex; align-items: center; margin-right: 2px; }
            td, th { padding: 1px; text-align: left; border-bottom: 1px solid #ddd; }
        }
        .main-content h1 { text-align: center; }
        .main-content h2 { text-align: center; }
        .main-content p { text-align: center; }

