<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tools-menu {
    width: 100%;
    height: 80px;
    background: #fff;
    border-radius: 6px;
    padding: 16px;
    cursor: pointer;
    margin-bottom: 10px;
}

.tools-menu:hover p {
    color: #FA6E00;
}

.tools-menu-title {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: bold;
}

.tools-menu-desc {
    font-size: 14px;
    color: #565656;
}

.tool-con-div {
    margin-bottom: 10px;
    border-radius: 3px;
    border-bottom: 1px dashed #b6b6b6;
}

.tool-con-title {
    font-size: 17px;
    font-weight: bold;
}

.er-download-btn {
    display: inline-table;
    width: 120px;
    height: 30px;
    border-radius: 6px;
    line-height: 30px;
    border: 1px solid #FA6E00;
    transition: .3s;
    color: #FA6E00;
    cursor: pointer;
    margin-top: 12px;
}

.er-download-btn:hover {
    background: #FA6E00;
    color: #fff;
}

.video-card {
    margin-top: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}</pre></body></html>