.author-section{position:fixed;bottom:15px;right:25px;z-index:1000;width:250px;transition:all 0.3s ease;overflow:hidden;border-radius:15px;box-shadow:0 0 15px rgba(0,0,0,0.1);background-color:#ffffff;border:1px solid #e0e0e0}.author-section.collapsed{height:40px;background-color:#ffb341;box-shadow:0-2px 15px rgba(0,0,0,0.1);border-radius:30px;cursor:pointer;text-align:center;display:flex;align-items:center;justify-content:center;padding:0 15px}.author-section.collapsed::before{content:"Reference Information";font-family:'Times New Roman',serif;font-size:14px;color:#fff;letter-spacing:0.5px;padding:0}.author-section.collapsed:hover{background-color:#ffa733;box-shadow:0-4px 20px rgba(0,0,0,0.2);transform:translateY(-2px)}.author-section.expanded{height:auto;padding:20px;background-color:#ffffff;box-shadow:0 0 20px rgba(0,0,0,0.1);border-radius:10px;width:450px;bottom:15px;right:25px;overflow-y:auto}.author-section.collapsed blockquote{display:none}.author-section.expanded blockquote{display:block}.author-section blockquote{font-family:'Times New Roman',serif;font-size:16px;line-height:1.75;margin:0;border-left:4px solid #ffb341;background-color:#f9f9f9;padding:20px 15px;border-radius:10px;box-shadow:inset 0 0 10px rgba(0,0,0,0.05);letter-spacing:0.5px}.author-section.author{font-weight:bold;font-size:17px;margin-bottom:10px;color:#333}.author-section.publication-year{font-size:16px;color:#555;margin-bottom:10px}.author-section.doi-link a{font-size:16px;color:#007bff;text-decoration:none;transition:color 0.3s;margin-bottom:30px}.author-section.doi-link a:hover{color:#0056b3;text-decoration:underline}.author-section button#downloadCitation{margin-top:15px;padding:10px 20px;font-size:14px;background-color:#ffb341;color:#ffffff;border:none;border-radius:14px;cursor:pointer;transition:background-color 0.3s ease,transform 0.2s ease;box-shadow:0 2px 5px rgba(0,0,0,0.1)}.author-section button#downloadCitation:hover{background-color:#e6952f;transform:translateY(-2px)}
@media(max-width:768px){.author-section{width:90%;bottom:10px;left:5%;right:unset}.author-section.collapsed{width:90%;left:5%;bottom:10px}.author-section.expanded{width:90%;left:5%;bottom:10px;right:unset}}