.eg-section-tech-docs-library .eg-tech-docs-library{overflow-x:hidden;padding-top:var(--ptp-tdl-pad-top, 4.8rem);padding-bottom:var(--ptp-tdl-pad-bottom, 4.8rem);padding-left:0;padding-right:0;background:hsl(var(--background))}.eg-section-tech-docs-library .eg-tech-docs-library details.eg-tech-library__category[id^=tech-doc-cat-],.eg-section-tech-docs-library .eg-tech-docs-library details.eg-tech-library__sub[id^=tech-doc-sub-]{scroll-margin-top:calc(var(--eg-header-height, 8rem) + 1.6rem)}.eg-section-tech-docs-library .eg-tech-browse-title{margin:0 0 .8rem;color:hsl(var(--foreground));font-family:IBMPlexSansSemiBold,sans-serif;font-size:var(--font-size-22);font-weight:600}.eg-section-tech-docs-library .eg-tech-browse-lead{margin:0 0 3.2rem;color:hsl(var(--muted-foreground));font-size:var(--font-size-14)}.eg-section-tech-docs-library .eg-tech-library{display:flex;flex-direction:column;gap:var(--space-24)}.eg-section-tech-docs-library .eg-tech-doc-grid{display:grid;grid-template-columns:repeat(var(--ptp-tdl-cols-mobile, 1),minmax(0,1fr));gap:var(--space-24)}.eg-section-tech-docs-library .eg-tech-library__row.eg-tech-doc-grid{align-items:start}.eg-section-tech-docs-library .eg-tech-doc-card{display:block;padding:var(--space-24);border:1px solid hsl(var(--border));border-radius:.8rem;background:hsl(var(--white));color:inherit;text-decoration:none;transition:box-shadow .2s ease,border-color .2s ease}.eg-section-tech-docs-library .eg-tech-doc-card:hover{border-color:hsl(var(--primary) / .3);box-shadow:0 .4rem 1.4rem #00000014}.eg-section-tech-docs-library .eg-tech-doc-card__icon-wrap{display:flex;align-items:center;justify-content:center;width:4.8rem;height:4.8rem;margin-bottom:var(--space-16);border-radius:.8rem;background:hsl(var(--muted));color:hsl(var(--muted-foreground));transition:background .2s ease,color .2s ease}.eg-section-tech-docs-library .eg-tech-doc-card:hover .eg-tech-doc-card__icon-wrap{background:hsl(var(--primary) / .1);color:hsl(var(--primary))}.eg-section-tech-docs-library .eg-tech-doc-card__title{margin:0 0 .8rem;color:hsl(var(--foreground));font-family:IBMPlexSansSemiBold,sans-serif;font-size:var(--font-size-16);font-weight:600;transition:color .2s ease}.eg-section-tech-docs-library .eg-tech-doc-card:hover .eg-tech-doc-card__title{color:hsl(var(--primary))}.eg-section-tech-docs-library .eg-tech-doc-card__meta{margin:0 0 .4rem;color:hsl(var(--muted-foreground));font-size:var(--font-size-14)}.eg-section-tech-docs-library .eg-tech-doc-card__date{margin:0;color:hsl(var(--muted-foreground));font-size:var(--font-size-12);opacity:.85}.eg-section-tech-docs-library .eg-tech-library__category{margin:0;min-width:0;border:none;border-radius:0;background:transparent;overflow:visible}.eg-section-tech-docs-library .eg-tech-library__category-summary,.eg-section-tech-docs-library .eg-tech-library__category-summary.eg-tech-doc-card{position:relative;width:100%;padding-right:var(--space-44);list-style:none;text-align:left;cursor:pointer}.eg-section-tech-docs-library .eg-tech-library__category-summary::-webkit-details-marker{display:none}.eg-section-tech-docs-library .eg-tech-library__category-summary-chevron{position:absolute;top:2.16rem;right:2rem;line-height:0}.eg-section-tech-docs-library .eg-tech-library__category-summary .eg-tech-doc-card__title{padding-right:0}.eg-section-tech-docs-library details.eg-tech-library__category[open]>.eg-tech-library__category-summary{border-color:hsl(var(--primary) / .3);box-shadow:0 .4rem 1.4rem #00000014}.eg-section-tech-docs-library details.eg-tech-library__category[open]>.eg-tech-library__category-summary .eg-tech-doc-card__icon-wrap{background:hsl(var(--primary) / .1);color:hsl(var(--primary))}.eg-section-tech-docs-library details.eg-tech-library__category[open]>.eg-tech-library__category-summary .eg-tech-doc-card__title{color:hsl(var(--primary))}.eg-section-tech-docs-library .eg-tech-library__category-panel{box-sizing:border-box;width:100%}.eg-section-tech-docs-library .eg-tech-library__category-panel-inner{box-sizing:border-box}.eg-section-tech-docs-library .eg-tech-library__category-body{width:100%;box-sizing:border-box;margin-top:var(--space-12);padding:1.6rem 1.6rem 2rem;overflow:hidden;border:1px solid hsl(var(--border));border-radius:.8rem;background:hsl(var(--white))}.eg-section-tech-docs-library .eg-tech-library__sub{margin-top:var(--space-12);border:1px solid hsl(var(--border));border-radius:.6rem;background:#f5f5f3}.eg-section-tech-docs-library .eg-tech-library__sub-summary{display:flex;align-items:center;justify-content:space-between;gap:var(--space-8);padding:1.2rem 1.6rem;list-style:none;font-family:IBMPlexSansSemiBold,sans-serif;font-size:var(--font-size-15);font-weight:600;cursor:pointer}.eg-section-tech-docs-library .eg-tech-library__sub-summary::-webkit-details-marker{display:none}.eg-section-tech-docs-library .eg-tech-library__sub-icon{display:flex;align-items:center;flex-shrink:0;color:hsl(var(--primary));opacity:.85}.eg-section-tech-docs-library .eg-tech-library__sub-icon svg{width:1.8rem;height:1.8rem}.eg-section-tech-docs-library .eg-tech-library__sub-title{flex:1;min-width:0;font-size:var(--font-size-15)}.eg-section-tech-docs-library .eg-accordion__chevron{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;line-height:0;color:inherit;transition:transform .2s ease}.eg-section-tech-docs-library .eg-accordion__chevron svg{display:block;width:2rem;height:2rem}.eg-section-tech-docs-library .eg-tech-library__sub-summary .eg-accordion__chevron{color:hsl(var(--primary))}.eg-section-tech-docs-library details.eg-tech-library__category[open]>.eg-tech-library__category-summary .eg-accordion__chevron,.eg-section-tech-docs-library details.eg-tech-library__sub[open]>.eg-tech-library__sub-summary .eg-accordion__chevron{transform:rotate(180deg)}.eg-section-tech-docs-library .eg-tech-library__category-summary:focus-visible,.eg-section-tech-docs-library .eg-tech-library__sub-summary:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px;border-radius:.8rem}.eg-section-tech-docs-library .eg-tech-library__items{display:flex;flex-direction:column;gap:var(--space-8);margin:0;padding:0;list-style:none;color:hsl(var(--foreground))}.eg-section-tech-docs-library .eg-tech-library__items--direct{margin:0 0 1.6rem}.eg-section-tech-docs-library details.eg-tech-library__category[open] .eg-tech-library__items{display:grid;grid-template-columns:repeat(var(--ptp-tdl-doc-cols-mobile, 1),minmax(0,1fr));gap:var(--space-8)}.eg-section-tech-docs-library .eg-tech-library__item{display:flex;flex-direction:column;margin:0;min-width:0}.eg-section-tech-docs-library .eg-tech-library__doc{display:flex;align-items:center;gap:1.4rem;flex:1;width:100%;box-sizing:border-box;padding:1.28rem 1.6rem;border:1px solid hsl(var(--border));border-radius:.8rem;background:hsl(var(--white));color:inherit;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.eg-section-tech-docs-library .eg-tech-library__doc:hover{border-color:hsl(var(--primary) / .35);box-shadow:0 2px 1rem #0000000f;background:hsl(var(--white))}.eg-section-tech-docs-library .eg-tech-library__doc:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}.eg-section-tech-docs-library .eg-tech-library__doc-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:4rem;height:4rem;margin-top:.08rem;border-radius:.6rem;background:hsl(var(--muted));color:hsl(var(--primary))}.eg-section-tech-docs-library .eg-tech-library__doc-icon svg{display:block;width:1.8rem;height:1.8rem}.eg-section-tech-docs-library .eg-tech-library__doc:hover .eg-tech-library__doc-icon{background:hsl(var(--primary) / .1);color:hsl(var(--primary))}.eg-section-tech-docs-library .eg-tech-library__doc-main{display:flex;flex-direction:column;flex:1;min-width:0;gap:.32rem}.eg-section-tech-docs-library .eg-tech-library__doc-path{color:hsl(var(--muted-foreground));font-size:var(--font-size-13);font-weight:500;line-height:1.35;letter-spacing:.01em}.eg-section-tech-docs-library .eg-tech-library__doc-title{color:hsl(var(--foreground));font-family:IBMPlexSansSemiBold,sans-serif;font-size:var(--font-size-15);font-weight:600;line-height:1.35;transition:color .2s ease}.eg-section-tech-docs-library .eg-tech-library__doc:hover .eg-tech-library__doc-title{color:hsl(var(--primary))}.eg-section-tech-docs-library .eg-tech-library__doc-meta{color:hsl(var(--muted-foreground));font-size:var(--font-size-13);font-weight:400;line-height:1.4}.eg-section-tech-docs-library .eg-tech-library__doc-external{display:flex;align-items:center;flex-shrink:0;margin-top:.32rem;color:hsl(var(--muted-foreground));font-size:var(--font-size-13);opacity:.75}.eg-section-tech-docs-library .eg-tech-library__doc-external svg{display:block}.eg-section-tech-docs-library .eg-tech-library__empty{padding:var(--space-24);border:1px dashed hsl(var(--border));border-radius:.8rem;background:#f5f5f3;color:hsl(var(--muted-foreground));font-size:var(--font-size-15)}.eg-section-tech-docs-library .rte p:first-child{margin-top:0}@media screen and (min-width:480px){.eg-section-tech-docs-library details.eg-tech-library__category[open] .eg-tech-library__items{grid-template-columns:repeat(var(--ptp-tdl-doc-cols-tablet, 2),minmax(0,1fr))}}@media screen and (min-width:640px){.eg-section-tech-docs-library .eg-tech-doc-grid{grid-template-columns:repeat(var(--ptp-tdl-cols-tablet, 2),minmax(0,1fr))}}@media screen and (min-width:900px){.eg-section-tech-docs-library details.eg-tech-library__category[open] .eg-tech-library__items{grid-template-columns:repeat(var(--ptp-tdl-doc-cols-desktop, 3),minmax(0,1fr))}}@media screen and (min-width:1024px){.eg-section-tech-docs-library .eg-tech-doc-grid{grid-template-columns:repeat(var(--ptp-tdl-cols-desktop, 4),minmax(0,1fr))}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/ptp-tech-docs-library.css.map */
