.op-tax-query-item-wrapper{width:100%}.op-tax-query-term-title{font-size:var(--op-fs-lg,18px);font-weight:600;margin-bottom:var(--op-clr-margin,.5rem);color:var(--op-clr-block-heading,#020b20)}.op-tax-query-term-title:hover{color:var(--op-clr-block-primary,#175fff)}.op-tax-query-term-title a{text-decoration:none;color:inherit}.op-tax-query-term-description{font-size:var(--op-fs-sm,14px);color:var(--op-clr-light-gray,#d7d7d7)}.op-tax-query-image,.op-tax-query-image-small{-o-object-fit:cover;object-fit:cover;border-radius:.5rem}.op-tax-query-no-image,.op-tax-query-no-image-small{background:var(--op-clr-light-gray,#e7eff2);border-radius:.5rem;display:flex;align-items:center;justify-content:center}.op-tax-query-no-image span,.op-tax-query-no-image-small span{color:var(--op-clr-gray,#d7d7d7)}.op-tax-query-no-terms{color:var(--op-clr-gray,#d7d7d7);padding:1rem}.op-tax-query-layout-one{background:var(--op-clr-block-white,#fefefe);border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:1rem;display:flex;flex-direction:column;align-items:center;text-align:var(--op-text-align-align-center,center)}.op-tax-query-layout-one .op-tax-query-image{width:100%;height:12rem;margin-bottom:1rem}.op-tax-query-layout-one .op-tax-query-term-description{color:var(--op-clr-gray,#d7d7d7)}.op-tax-query-layout-one .op-tax-query-no-image{width:100%;height:12rem;margin-bottom:1rem}.op-tax-query-layout-two{background:var(--op-clr-white,#fefefe);border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:1rem;display:flex;align-items:center;gap:1rem}.op-tax-query-layout-two .op-tax-query-term-description{color:var(--op-clr-gray,#d7d7d7)}.op-tax-query-layout-two .op-tax-query-image-small{width:6rem;height:6rem}.op-tax-query-layout-two .op-tax-query-no-image-small{width:6rem;height:6rem}.op-tax-query-layout-two .op-tax-query-text-content{flex-grow:1}.op-tax-query-layout-three{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:1rem;height:12rem;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;transition:all .3s ease}.op-tax-query-layout-three::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:1}.op-tax-query-layout-three .op-tax-query-content,.op-tax-query-layout-three .op-tax-query-term-title{position:relative;z-index:2;color:var(--op-clr-white,#fefefe)}.op-tax-query-layout-three .op-tax-query-term-title{font-size:var(--op-fs-lg,18px);font-weight:600;margin-bottom:.5rem;transition:transform .3s ease;color:var(--op-clr-white,#fefefe)}.op-tax-query-layout-three .op-tax-query-term-title:hover{color:var(--op-clr-sky-blue,#1a9cb7)}.op-tax-query-layout-three .op-tax-query-content{opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease;position:absolute}.op-tax-query-layout-three:hover .op-tax-query-content{opacity:1;transform:translateY(0);position:relative}.op-tax-query-layout-three:hover .op-tax-query-term-title{transform:translateY(-10px)}.op-tax-query-layout-three .op-tax-query-term-description{font-size:var(--op-fs-sm,14px);margin-bottom:.5rem}.op-tax-query-layout-three .op-tax-query-term-count{font-size:var(--op-fs-sm,14px);font-weight:500}.op-tax-query-layout-four{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:1rem;height:12rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:var(--op-text-align-align-center,center);overflow:hidden}.op-tax-query-layout-four::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1}.op-tax-query-layout-four .op-tax-query-content{position:relative;z-index:2;color:var(--op-clr-white,#fefefe)}.op-tax-query-layout-four .op-tax-query-content .op-tax-query-term-title{font-size:var(--op-fs-2xl,24px);font-weight:700;margin-bottom:.25rem;text-transform:uppercase;color:var(--op-clr-white,#fefefe)}.op-tax-query-layout-four .op-tax-query-content .op-tax-query-term-title:hover{color:var(--op-clr-sky-blue,#1a9cb7)}.op-tax-query-layout-four .op-tax-query-content .op-tax-query-term-description{font-size:var(--op-fs-base,16px);font-weight:400}.op-tax-query-pagination{display:flex;justify-content:center;margin-top:1.5rem;gap:1rem;align-items:center}.op-tax-query-pagination.layout-one .op-tax-query-next-button,.op-tax-query-pagination.layout-one .op-tax-query-prev-button{padding:.5rem 1rem;background:var(--op-clr-block-primary,#175fff);color:var(--op-clr-white,#fefefe);border-radius:.25rem;text-decoration:none;transition:background .2s}.op-tax-query-pagination.layout-one .op-tax-query-next-button:hover,.op-tax-query-pagination.layout-one .op-tax-query-prev-button:hover{background:var(--op-clr-secondary,#83b400)}.op-tax-query-pagination.layout-one .op-tax-query-next-button.disabled,.op-tax-query-pagination.layout-one .op-tax-query-prev-button.disabled{background:var(--op-clr-disable,#727070);cursor:not-allowed;pointer-events:none}.op-tax-query-pagination.layout-one .op-tax-query-prev-button{border-radius:.25rem 0 0 .25rem}.op-tax-query-pagination.layout-one .op-tax-query-next-button{border-radius:0 .25rem .25rem 0}.op-tax-query-pagination.layout-one .op-tax-query-page-info{padding:.5rem 1rem;background:var(--op-clr-light-gray,#e7eff2);color:var(--op-clr-black,#242424);border-radius:.25rem}.op-tax-query-pagination.layout-two .op-tax-query-next-button,.op-tax-query-pagination.layout-two .op-tax-query-prev-button{padding:.5rem 1rem;background:var(--op-clr-block-primary,#175fff);color:var(--op-clr-white,#fefefe);border-radius:.25rem;text-decoration:none;transition:background .2s}.op-tax-query-pagination.layout-two .op-tax-query-next-button:hover,.op-tax-query-pagination.layout-two .op-tax-query-prev-button:hover{background:var(--op-clr-secondary,#83b400)}.op-tax-query-pagination.layout-two .op-tax-query-next-button.disabled,.op-tax-query-pagination.layout-two .op-tax-query-prev-button.disabled{background:var(--op-clr-disable,#727070);cursor:not-allowed;pointer-events:none}.op-tax-query-pagination.layout-two .op-tax-query-page-numbers{display:flex;gap:.5rem}.op-tax-query-pagination.layout-two .op-tax-query-page-numbers .op-tax-query-ellipsis{padding:.5rem 1rem;color:var(--op-clr-gray,#d7d7d7)}.op-tax-query-pagination.layout-two .op-tax-query-page-number{padding:.5rem 1rem;background:var(--op-clr-light-gray,#e7eff2);color:var(--op-clr-black,#242424);border-radius:.25rem;text-decoration:none;transition:background .2s}.op-tax-query-pagination.layout-two .op-tax-query-page-number.current{background:var(--op-clr-block-primary,#175fff);color:var(--op-clr-white,#fefefe)}.op-tax-query-pagination.layout-two .op-tax-query-page-number:hover{background:var(--op-clr-secondary,#83b400);color:var(--op-clr-white,#fefefe)}.op-tax-query-pagination.layout-three .op-tax-query-load-more-button{padding:.75rem 1.5rem;background:var(--op-clr-block-primary,#175fff);color:var(--op-clr-white,#fefefe);border:none;border-radius:.25rem;cursor:pointer;transition:background .2s}.op-tax-query-pagination.layout-three .op-tax-query-load-more-button:hover{background:var(--op-clr-secondary,#83b400)}.op-tax-query-pagination.layout-three .op-tax-query-load-more-button.disabled{background:var(--op-clr-disable,#727070);cursor:not-allowed;pointer-events:none}