.postWrapper{min-width:100%;display:flex;flex-direction:column;padding:30px;border-radius:10px;border:1px solid #e0e0eb;margin-bottom:30px;background-color:#fff}.postWrapper .actionButtons{display:flex;justify-content:flex-end;gap:10px}.postWrapper .actionButtons button{padding:0;width:123px;height:34px;font-size:12px;cursor:pointer;border-radius:5px;border:1px solid #e3e8e7;transition:background .3s ease,color .3s ease}.postWrapper .actionButtons button.edit{width:103px;color:#fff}.postWrapper .actionButtons button.delete{width:103px;color:#434343;background-color:#fff}.postWrapper .actionButtons button.delete:hover{color:#fff;background-color:var(--brand-color)}.postWrapper .actionButtons button.declineWithFeedback{width:156px;color:#434343;background-color:#fff}.postWrapper .feedbackSection{display:flex;flex-direction:column;justify-content:flex-start;border-top:1px solid #e0e0eb}.postWrapper .feedbackSection .feedbackTitle{padding:15px 0;font-size:16px}.postWrapper .feedbackSection .feedbackMessage{min-height:84px;margin-bottom:15px;background-color:#f5f5f5;border:1px solid #e3e8e7;border-radius:4px;padding:8px 16px}.postWrapper .feedbackSection .edit{max-width:150px;color:#fff;border-radius:5px;font-size:12px}@media screen and (max-width:1150px){.postWrapper{padding:30px 45px}}.myContentWrapper{width:calc(100% - 280px);height:calc(100vh - 90px);background-color:#f0f0f5;display:flex;flex-direction:column;align-items:center;overflow-x:hidden;overflow-y:auto!important;border-left:5px solid #f0f0f5}.myContentWrapper .myContentHeader{width:100%;display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:15px 25px;margin-bottom:20px}.myContentWrapper .myContentHeader .myContentTitle{font-size:24px;font-weight:700;margin-bottom:16px;align-self:flex-start}.myContentWrapper .myContentHeader .myContentText{font-size:15px;color:#606060}.myContentWrapper .myContentHeader .myContentText a{padding:7px;transition:background .3s ease}.myContentWrapper .myContentHeader .myContentText a:hover{background:#e4e4e4;border-radius:5px}.myContentWrapper .myContentSelectStatus{font-size:16px}.myContentWrapper .myContentSelectStatus select{width:100%;padding:8px 50px;border:1px solid #eee;border-radius:5px;transition:background .3s ease}.myContentWrapper .myContentSelectStatus select:hover{background:#e4e4e4;cursor:pointer}.myContentWrapper .myContentSelectStatus select:focus{outline:none}.myContentPost{max-width:80%;display:flex;flex-direction:column;justify-content:center;padding-bottom:30px}@media screen and (min-width:1080px){.myContentPost{min-width:650px}}@media screen and (max-width:1080px){.myContentPost{width:100%}}@media screen and (max-width:768px){.myContentWrapper{width:100%;height:calc(100dvh - 54px)}.myContentWrapper .myContentHeader{flex-direction:column}.myContentWrapper .myContentHeader .myContentSelectStatus{margin-top:10px}}