.content {width: 100%;padding-bottom: 100px;}.tech-discussion-container {padding: 15px;border-top: 6px solid #F6F6F6;display: flex;flex-direction: column;gap: 15px;}.tech-discussion-other {display: flex;align-items: center;flex-direction: row;gap: 20px;justify-content: space-between}.post-author {display: flex;flex-direction: row;align-items: center;gap: 15px}.post-author img {width: 56px;height: 56px;border-radius: 100px;object-fit: cover;}.post-author-name {flex-grow: 1;}.author-fame {display: flex;flex-direction: row;align-items: center;padding-top: 15px;gap: 5px;justify-content: flex-end}.gray-background {background: #F6F6F6;}.post-content {padding: 20px 15px;}.post-content img{max-width:100%;}.post-comment {margin: 20px 15px;border-top: 1px solid #D9D9D9;}.post-comment-reply {margin: 20px 15px 20px 40px;border-top: 1px solid #D9D9D9;}.post-commeter {align-items: center;gap: 15px;padding: 15px 0;}.post-commeter img {width: 56px;height: 56px;border-radius: 100px;object-fit: cover;}.post-commenter-details {display: flex;flex-direction: column;flex-grow: 1;gap: 10px;}.post-comment-functions {display: flex;gap: 15px;justify-content: flex-end;margin: 10px;}.at-person {color: #129417;font-family: 'Noto Sans TC', sans-serif;font-size: 13px;font-weight: 400;margin-right: 5px;}.post-comment-input {background: #ffffff;position: fixed;bottom: 0;left: 50%;transform: translateX(-50%);width: 100%;max-width: 500px;padding: 20px 15px;padding-bottom: 35px;border-top: 1px solid #D9D9D9;box-sizing: border-box;display: flex;flex-direction: row;gap: 15PX;}.commentInput {flex-grow: 1;display: flex;align-items: center;justify-content: flex-start;border-radius: 20px;background: #EFEFEF;height: 45px;padding: 5px 15px;box-sizing: border-box;border: 0;}.commentInput input {background: #EFEFEF;border: 0;flex-grow: 1;}.modal {display: none;position: fixed;z-index: 1000;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgba(0, 0, 0, 0.5);}.modal-content {position: relative;background-color: #fefefe;margin: 10% auto;padding: 20px;border: 1px solid #888;width: 80%;max-width: 600px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}.close {position: absolute;right: 20px;top: 20px;color: #aaa;font-size: 28px;font-weight: bold;cursor: pointer;}.close:hover, .close:focus {color: black;text-decoration: none;cursor: pointer;}iframe {width: 100%;height: 500px;border: none;}@media screen and (max-width: 768px) {.tech-discussion-container {overflow-x: hidden;max-width: 100vw;box-sizing: border-box;}.post-content {overflow-x: hidden;word-wrap: break-word;max-width: 100%;}.post-content img,.post-content video,.post-content iframe {max-width: 100% !important;height: auto !important;}}