.StudentStoriesTopRightSideBar {
    background: linear-gradient(135deg, #ff6f61, #e43b6f);
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    width: 300px;
    height: calc((100vh - 90px) / 2);
    padding: 15px;
    color: #fff;
    box-sizing: border-box;
    position: fixed;
    top: 70px;
    right: 10px;
    z-index: 1;
}

.StudentStoriesTopRightSidebarContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.StudentStoriesTopRightSideBar h1 {
    font-size: 20px;
    margin: 10px 0;
     font-weight: bold;
    color: #fff;
    text-align: center;
}

.StudentStoriesTopRightSideBar p {
    font-size: 16px;
    color: #f9f9f9;
    margin: -2.5px 0;
    text-align: center;
}

.StudentStoriesTopRightSideBar .button {
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
     font-weight: bold;
    color: #e43b6f;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.StudentStoriesTopRightSideBar .button:hover {
    background-color: #ff4e81;
    color: #fff;
}

.StudentStoriesTopRightSideBar .secondaryText {
    font-size: 10px;
    color: #f9f9f9;
    margin-top: 10px;
}

.StudentStoriesTopRightSidebarList {
    text-align: left;
    margin: 10px 0;
    padding: 0 20px;
    font-size: 15px;
}

.StudentStoriesTopRightSidebarList li {
    margin: 5px 0;
}
