.ems-all-equipment,
.ems-all-equipment * { box-sizing: border-box; }
.ems-all-equipment { width: 100%; color: #111; background: #fff; }
.ems-all-equipment-page main .entry-content > .ems-all-equipment,
.ems-all-equipment-page main > .ems-all-equipment {
	width: 100vw !important;
	max-width: none !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}
.ems-all-equipment-page .hostinger-ai-page-title.wp-block-post-title { display: none !important; }
.ems-all-equipment__hero { width: 100%; padding: 58px 20px 48px; background: #111; color: #fff; }
.ems-all-equipment__hero > * { width: min(1320px, 100%); margin-inline: auto; text-align: center; }
.ems-all-equipment__hero h1 { margin: 0; color: #fff; font-size: clamp(38px, 5vw, 64px); font-weight: 900; line-height: 1; }
.ems-all-equipment__body { width: min(1320px, calc(100% - 40px)); margin: 0 auto; padding: 54px 0 90px; }
.ems-all-equipment__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; align-items: start; }
.ems-all-equipment__card { min-width: 0; overflow: hidden; border: 1px solid #e6e6e6; border-radius: 8px; background: #fff; }
.ems-all-equipment__card-link { display: block; color: inherit; text-decoration: none; }
.ems-all-equipment__card-link:focus-visible { outline: 3px solid #005fcc; outline-offset: 3px; }
.ems-all-equipment__card-media { display: block; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; background: #f2f2f2; }
.ems-all-equipment__card-media img { display: block !important; width: 100% !important; height: 100% !important; max-width: none !important; object-fit: cover !important; background: #f2f2f2; }
.ems-all-equipment__card-content { display: flex; min-height: 78px; padding: 16px 16px 13px; flex-direction: column; justify-content: center; }
.ems-all-equipment__card-name { color: #111; font-size: 18px; font-weight: 850; line-height: 1.25; }
.ems-all-equipment__card-count { margin-top: 6px; color: #777; font-size: 13px; line-height: 1.35; }
.ems-all-equipment__empty { margin: 0; padding: 30px; border: 1px solid #e6e6e6; color: #555; }
@media (max-width: 1200px) { .ems-all-equipment__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; } }
@media (max-width: 820px) { .ems-all-equipment__hero { padding: 46px 20px 38px; } .ems-all-equipment__body { padding: 38px 0 64px; } .ems-all-equipment__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; } .ems-all-equipment__card-name { font-size: 16px; } }
@media (max-width: 520px) { .ems-all-equipment__body { width: min(100% - 28px, 440px); } .ems-all-equipment__grid { grid-template-columns: 1fr; gap: 16px; } .ems-all-equipment__hero h1 { font-size: 40px; } .ems-all-equipment__card-content { min-height: 70px; } }
