.f-sitemps-page{background:var(--background);color:var(--foreground)}.f-sitemps-page .ant-card{box-shadow:unset;border-radius:0;border:none;align-items:flex-start;border:1px solid var(--card-border)}.f-sitemps-page .ant-card,.f-sitemps-page .ant-card .ant-card-body{display:flex;flex-direction:column;background:var(--card-background)}.f-sitemps-page .ant-card .ant-card-body{width:100%;padding:24px 16px;overflow:hidden;color:var(--foreground)}.f-sitemps-page .ant-card .ant-card-body h1{font-size:20px;color:var(--text-primary)}.f-blocks-container{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px;background:var(--background)}.f-blocks-container .f-block{flex:1;min-width:250px;max-width:45%;background:var(--card-background);border:1px solid var(--card-border);border-radius:8px;padding:16px;box-shadow:0 2px 4px var(--shadow-light)}.f-list-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;list-style:none;padding:0;background:var(--background)}.f-list-wrapper .f-list-item{width:100%;padding:10px;background:var(--card-background)}.f-list-wrapper .f-list-item .f-list-item-link{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;text-overflow:ellipsis}.f-list-wrapper .f-list-item .f-list-item-link a{color:var(--link-color);font-weight:500;font-size:14px;border-bottom:1px solid var(--border-medium);text-transform:capitalize;text-decoration:none}.f-list-wrapper .f-list-item .f-list-item-link a:hover{color:var(--link-hover);border-bottom-color:var(--link-hover)}