/* CSS for Network Tools */

.calc-tool .result-group {
    margin-top: 24px;
    padding: 16px 20px;
    background-color: #e8f5e9;
    border: 1px solid #a5d6a7;
    border-left: 4px solid #2e7d32;
    border-radius: 4px;
}
.calc-tool .result-group label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    color: #2e7d32;
}
.calc-tool .result-group .val {
    font-family: Consolas, Monaco, monospace;
    font-size: 14px;
    color: #1b5e20;
    word-break: break-all;
    background: #fff;
    padding: 8px;
    border: 1px solid #a5d6a7;
    border-radius: 3px;
    margin-bottom: 10px;
}

.calc-tool .pre-val {
    font-family: Consolas, Monaco, monospace;
    font-size: 13px;
    background: #fff;
    color: #1b5e20;
    padding: 10px;
    border: 1px solid #a5d6a7;
    border-left: 4px solid #2e7d32;
    white-space: pre-wrap;
}

/* 
   Note: .btn-calc and .btn-calc-reset have been intentionally removed from this file.
   They will now gracefully inherit from the Calculator.com global 'custom.css' 
   which already defines .calc-tool .btn-calc with the #2e7d32 brand color.
*/
