*{box-sizing:border-box;margin:0;padding:0}body{background:#f5f6fa;margin:0;font-family:Arial,sans-serif}.container{max-width:700px;margin:auto;padding:20px}.card{background:#fff;border-radius:8px;width:100%;margin-bottom:15px;padding:15px;box-shadow:0 2px 6px #0000001a}.card .card-header{justify-content:space-between;align-items:center;display:flex}.card .card-header>h4{font-size:1.2rem}.card .card-content{margin-block:1rem}.card .card-content>p{letter-spacing:.5px;font-size:13px}a{color:#000;text-decoration:none}input{border:1px solid #ccc;border-radius:5px;width:100%;margin-top:8px;margin-bottom:8px;padding:10px}button:not(.svg-btn){color:#fff;cursor:pointer;background:#1c63fd;border:none;border-radius:5px;padding:8px 15px}button:not(.svg-btn,.delete-btn>button):hover{background:#3b55a0}button.svg-btn{background:inherit;border:none;font-size:1.2rem}button.like-btn{align-items:center;gap:.5rem;display:flex}.comment-link{color:inherit;align-items:center;gap:.5rem;display:flex}.comments-list{flex-direction:column;gap:2rem;margin-top:2rem;display:flex}.comments-card{background-color:#f8f7f7;border:1px solid #e6e6e6;border-radius:8px;padding:1rem;box-shadow:0 2px 6px #0000001a}.comments-card .comments-card--header{justify-content:space-between;display:flex}.comments-card .comments-card--header>h4{font-size:1.1rem;font-weight:700}.comments-card>h5{color:gray;margin-bottom:20px;font-size:12px;font-weight:100}.comments-card .comments-card--header span{font-size:12px}.comments-card>p{color:#464646;font-size:15px}.delete-btn{justify-content:end;display:flex}.delete-btn>button{color:#f8dfdf;background-color:#ff3f3f;border:1px solid #c40101}.delete-btn:hover>button{background-color:#e01a1a}.auth-layout{max-width:400px;margin-inline:auto}.auth-layout>h2{margin-bottom:1rem}.auth-layout>form{flex-direction:column;align-items:end;display:flex}.auth-layout>form>button{width:fit-content;margin-top:1rem}.auth-layout>p{font-size:13px}.auth-layout>p>a{text-decoration:underline}.form-error{color:#ff3030;align-self:flex-start;font-size:13px}
