.f433-stories-container{width:100%;margin-bottom:2rem;position:relative;font-family:'Inter',Roboto,sans-serif;padding:0 16px;box-sizing:border-box;max-width:1050px;margin-left:auto;margin-right:auto}.f433-stories-header{margin-bottom:1rem;margin-top:1.5rem;display:flex;justify-content:space-between;align-items:center}.f433-stories-title{font-size:1.25rem;font-weight:700;color:var(--color-text,#ffffff);margin:0}.f433-stories-list.view-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:1rem;scrollbar-width:none;-ms-overflow-style:none}.f433-stories-list.view-carousel::-webkit-scrollbar{display:none}.f433-story-item{flex:0 0 auto;width:140px;aspect-ratio:3/4;position:relative;box-sizing:border-box;border-radius:12px;overflow:hidden;scroll-snap-align:start;background:linear-gradient(90deg,#FC466B 0%,#3F5EFB 100%) border-box;border:2px solid #fff0;box-shadow:none;transform:none;transition:none}@media (min-width:768px){.f433-story-item{width:180px;border-radius:16px}}@media (hover:hover){.f433-story-item:hover{transform:none;box-shadow:none;filter:brightness(1.1);transition:filter 0.2s ease}}.f433-stories-list.view-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (min-width:640px){.f433-stories-list.view-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.f433-stories-list.view-grid{grid-template-columns:repeat(5,1fr)}}.f433-story-link{display:block;width:100%;height:100%;position:relative;text-decoration:none;border-radius:inherit}.f433-story-image,.f433-story-image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}.f433-story-image{background:#1a1a1a}.f433-story-badge{position:absolute;top:10px;right:10px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .25);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:50%;border:1px solid rgb(255 255 255 / .3);z-index:2}.f433-story-badge svg{width:14px;height:14px;color:#fff;fill:currentColor}.f433-story-content{position:absolute;bottom:0;left:0;width:100%;padding:20px 12px 12px;background:linear-gradient(to top,rgb(0 0 0 / .9) 0%,rgb(0 0 0 / .6) 1%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;box-sizing:border-box;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.f433-story-title-text{color:#fff;font-size:.9rem;font-weight:600;line-height:1.3;margin:0;text-shadow:0 1px 2px rgb(0 0 0 / .5);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.f433-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}