@charset "utf-8";

.tweet-card a { border: none !important; }

.tweet-card svg { width: 24px !important; height: 24px !important; }

.tweet-card { font-family: Inter, sans-serif !important; width: 100% !important; background-color: rgb(255, 255, 255) !important; border-radius: 12px !important; box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px !important; padding: 16px !important; border: 1px solid rgb(224, 224, 224) !important; }

.profile-pic { width: 48px !important; height: 48px !important; border-radius: 9999px !important; object-fit: cover !important; }

.tweet-actions button { display: flex !important; align-items: center !important; padding: 8px !important; border-radius: 9999px !important; transition: background-color 0.2s ease-in-out !important; }

.tweet-actions button:hover { background-color: rgb(224, 242, 254) !important; }

.tweet-actions button i { margin-right: 4px !important; color: rgb(101, 119, 134) !important; }

.tweet-actions button span { font-size: 0.875rem !important; color: rgb(101, 119, 134) !important; }

.tweet-card a.tweet-footer-link { color: rgb(0, 111, 214) !important; font-weight: 700 !important; font-size: 14px !important; display: flex !important; align-items: center !important; justify-content: center !important; width: 100% !important; padding: 5px !important; border-radius: 25px !important; border: 1px solid gray !important; }

.tweet-footer-link:hover { text-decoration: underline !important; color: rgb(0, 111, 214) !important; }

.close-button { background: none !important; border: none !important; font-size: 1.5rem !important; color: rgb(101, 119, 134) !important; cursor: pointer !important; padding: 4px !important; border-radius: 9999px !important; transition: background-color 0.2s ease-in-out !important; }

.close-button:hover { background-color: rgb(224, 242, 254) !important; }
