html,
body,
#root,
#root > * {
  height: 100%;
  scrollbar-width: thin;
}
body {
  margin: 0;
  font-size: 14px;
}
a {
  text-decoration: underline;
  cursor: pointer;
}
#searchForm > .ant-row > .ant-row.ant-form-item {
  width: 100%;
  text-align: right;
  padding-right: 12px;
}
#searchForm > .ant-row > .ant-row.ant-form-item .ant-col {
  flex: 1;
  max-width: 100%;
  width: 100%;
}
#searchForm > .ant-row > .ant-row.ant-form-item .ant-col .ant-btn:first-child {
  margin-right: 10px;
}
.app-loading-wrapper.ant-spin-spinning {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}
.table-filter-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.fixed-columns-table table {
  table-layout: fixed !important;
}
.page-button-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.ant-list-item {
  padding: 12px 12px !important;
}
.ant-table-cell .ant-btn.ant-btn-link {
  padding: 0 4px !important;
}
.ant-table {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 108, 183, 0.1);
}
.ant-table-thead > tr > th {
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: background-color 0.3s;
}
.ant-table-tbody > tr:hover > td {
  transition: background-color 0.3s ease;
}
.ant-pagination-options-quick-jumper input {
  border: 1px solid #1D4ED8 !important;
}
.ant-pagination {
  /* page size changer */
}
.ant-pagination .ant-pagination-item {
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-weight: 500;
  min-width: 32px;
  height: 32px;
}
.ant-pagination .ant-pagination-item:hover {
  border-color: #1D4ED8;
  color: #1D4ED8;
}
.ant-pagination .ant-pagination-item-active {
  border-color: #1D4ED8;
  background-color: #e6f0ff;
  color: #1D4ED8;
  font-weight: 600;
}
.ant-pagination .ant-pagination-item-active:hover {
  background-color: #d0e0ff;
  border-color: #1D4ED8;
  color: #1D4ED8;
}
.ant-pagination .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination .ant-pagination-next .ant-pagination-item-link {
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  color: #444;
  transition: all 0.3s;
  min-width: 32px;
  height: 32px;
}
.ant-pagination .ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination .ant-pagination-next:hover .ant-pagination-item-link {
  border-color: #1D4ED8;
  color: #1D4ED8;
}
.ant-pagination .ant-pagination-disabled .ant-pagination-item-link {
  color: #ccc;
  border-color: #f0f0f0;
}
.ant-pagination .ant-pagination-options .ant-select-selector {
  border-radius: 6px;
  border: 1px solid #1D4ED8 !important;
  box-shadow: none;
  transition: all 0.3s;
  height: 32px;
  display: flex;
  align-items: center;
}
.ant-pagination .ant-pagination-options .ant-select-open .ant-select-selector,
.ant-pagination .ant-pagination-options .ant-select-focused .ant-select-selector {
  border-color: #1D4ED8 !important;
  box-shadow: 0 0 0 2px rgba(29, 78, 216, 0.2);
  /* primary 20% */
}
.ant-pagination .ant-pagination-options .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: #e6f0ff;
  color: #1D4ED8;
}
.ant-pagination .ant-pagination-options .ant-select-arrow {
  color: #1D4ED8;
  font-size: 12px;
}
.ant-drawer-header {
  background: #1D4ED8;
  color: #fff;
  border-bottom: none;
  padding: 16px 24px;
}
.ant-drawer-header .ant-drawer-title {
  color: #fff;
  font-weight: bold;
}
.ant-drawer-header .ant-drawer-close {
  color: #fff;
}
.ant-drawer-header .ant-drawer-close:hover {
  background: #163ab6;
  color: #e6f7ff;
}
.ant-table-filter-dropdown > ul {
  scrollbar-width: thin;
}
[data-theme="light"] {
  background-color: #fff !important;
}
[data-theme="light"] .bg-1,
[data-theme="light"] .bg-2 {
  background-color: #fff !important;
}
[data-theme="light"] .ant-layout-sider {
  background-color: #fff !important;
}
[data-theme="light"] .text-1 {
  color: #000;
}
[data-theme="light"] .text-2 {
  color: rgba(0, 0, 0, 0.85);
}
[data-theme="dark"] .bg-1 {
  background-color: #000 !important;
}
[data-theme="dark"] .bg-2 {
  background-color: #1f1f1f !important;
}
[data-theme="dark"] .text-1 {
  color: #fff;
}
[data-theme="dark"] .text-2 {
  color: rgba(255, 255, 255, 0.65);
}
/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
.layout-page {
  height: 100%;
  overflow: auto;
}
.layout-page-header {
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
}
.layout-page-header svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.layout-page-header-main {
  padding: 0 15px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layout-page-header .logo {
  height: 64px;
  width: 200px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.layout-page-header .logo img {
  width: 185px;
  height: 55px;
}
.layout-page-sider {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.layout-page-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.layout-page-content > :nth-child(1) .ant-tabs-bar {
  padding: 6px 0 0;
}
.layout-page-content > :nth-child(2) {
  flex: auto;
  overflow: auto;
  padding: 6px;
  box-sizing: border-box;
}
.layout-page-content > :nth-child(2) .innerText {
  padding: 24px;
  border-radius: 2px;
  display: block;
  line-height: 32px;
  font-size: 16px;
}
.layout-page-footer {
  text-align: center;
  padding: 14px 20px;
  font-size: 12px;
}
.layout-page .actions {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.layout-page .actions > * {
  height: 100%;
  display: flex;
  align-items: center;
}
.layout-page .actions > * .notice {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.layout-page .user-action {
  cursor: pointer;
}
.layout-page .user-avator {
  margin-right: 8px;
  width: 40px;
  height: 40px;
}
.desktop-menu-break.ant-menu-horizontal {
  border-bottom: none;
  box-shadow: none;
}
.desktop-menu-break-dark.ant-menu-horizontal {
  border-bottom: none;
  box-shadow: none;
  background-color: #001529;
}
.layout-page-content {
  padding: 16px 24px;
  scrollbar-width: thin;
}
.ant-table-content {
  scrollbar-width: thin;
}
.layout-page-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
}
.layout-page-menu-header .logo {
  margin-left: 12px;
  margin-top: 5px;
  margin-right: 5px;
}
.layout-page-menu-header .logo img {
  width: 185px;
  height: 55px;
}
body[theme-mode='dark'] .layout-page-header {
  box-shadow: none;
}
body[theme-mode='dark'] .layout-page-content {
  background-color: #001529;
  color: #f0f0f0;
}
.layout-page-sider-menu {
  border-right: none !important;
}
.ant-menu-inline-collapsed {
  width: 79px !important;
}
.notice-description {
  font-size: 12px;
}
.notice-description-datetime {
  margin-top: 4px;
  line-height: 1.5;
}
.notice-title {
  display: flex;
  justify-content: space-between;
}
.tagsView-extra {
  height: 100%;
  width: 50px;
  cursor: pointer;
  display: block;
  line-height: 40px;
  text-align: center;
}
.themeSwitch {
  position: fixed;
  right: 32px;
  bottom: 102px;
  cursor: pointer;
}
.themeSwitch > span {
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 22px;
  z-index: 10001;
}
.theme-color-content {
  display: flex;
}
.theme-color-content .theme-color-block {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
}
.theme-color-content .theme-color-block:last-child {
  margin-right: 0;
}
.ant-menu-inline .ant-menu-item {
  white-space: normal;
  height: auto;
}
.header-action-link {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .mobile-menu-break {
    display: none;
  }
}
@media (max-width: 992px) {
  .desktop-menu-break {
    display: none;
  }
  .desktop-menu-break-dark {
    display: none;
  }
  .layout-page .logo {
    height: 32px !important;
    width: 100px;
  }
  .layout-page .logo img {
    width: 100%;
    height: 100%;
  }
  .layout-page-header-main .actions {
    gap: 10px !important;
  }
}
/* layout chung */
.layout-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
/* Content chiếm phần còn lại, rất quan trọng: min-height:0 để con flex co được */
.layout-page-content {
  flex: 1;
  /* chiếm toàn bộ khoảng trống */
  min-height: auto;
  /* bỏ min-height: 0 */
  padding: 24px;
  box-sizing: border-box;
  overflow: visible;
  /* không scroll riêng */
}
/* Responsive */
@media (max-width: 768px) {
  .footer-container .footer-section {
    padding: 32px 12px;
  }
  .footer-container .footer-bottom span {
    display: block;
    margin-bottom: 8px;
  }
  .footer-container-dark .footer-section {
    padding: 32px 12px;
  }
  .footer-container-dark .footer-bottom span {
    display: block;
    margin-bottom: 8px;
  }
}
.layout-page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  z-index: 1000;
  /* đảm bảo nổi trên mọi thành phần khác */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
/* Đẩy phần content xuống dưới header */
.layout-page-content {
  margin-top: 64px;
  /* bằng đúng chiều cao header */
}
.footer-container {
  background: white;
  /* nền sáng */
  color: #333;
}
.footer-container .footer-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 16px;
}
.footer-container .footer-section h4 {
  color: #1d4ed8;
  /* màu chủ đạo */
  font-weight: 600;
}
.footer-container .footer-section .ant-card {
  border-radius: 12px;
  transition: all 0.3s ease;
  background: #fff;
  color: #333;
  border: 1px solid #eee;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.footer-container .footer-section .ant-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  border-color: #1d4ed8;
}
.footer-container .footer-section .ant-card .ant-card-body {
  color: #555;
}
.footer-container .partners-carousel .ant-carousel .slick-slide > div {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  min-height: 160px;
}
.footer-container .partners-carousel .partner-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-container .partners-carousel .partner-card {
  position: relative;
  width: 100%;
  max-width: 220px;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 10px rgba(29, 78, 216, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s ease;
  cursor: pointer;
  z-index: 1;
}
.footer-container .partners-carousel .partner-card img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  transition: transform 0.35s ease;
}
.footer-container .partners-carousel .partner-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 8px rgba(29, 78, 216, 0.35), 0 0 16px rgba(29, 78, 216, 0.25), 0 0 24px rgba(29, 78, 216, 0.2);
  z-index: 10;
}
.footer-container .partners-carousel .partner-card:hover img {
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .footer-container .partners-carousel .ant-carousel .slick-slide > div {
    padding: 16px 8px;
    min-height: 140px;
  }
  .footer-container .partners-carousel .partner-card {
    max-width: 200px;
    height: 110px;
  }
}
@media (max-width: 992px) {
  .footer-container .partners-carousel .ant-carousel .slick-slide > div {
    padding: 14px 6px;
    min-height: 130px;
  }
  .footer-container .partners-carousel .partner-card {
    max-width: 180px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .footer-container .partners-carousel .ant-carousel .slick-slide > div {
    padding: 12px 4px;
    min-height: 120px;
  }
}
@media (max-width: 576px) {
  .footer-container .partners-carousel .ant-carousel .slick-slide > div {
    padding: 10px 2px;
    min-height: 100px;
  }
  .footer-container .partners-carousel .partner-card {
    max-width: 140px;
    height: 80px;
  }
}
.footer-container .branches .ant-card {
  background: #fff;
  border: 1px solid #eee;
}
.footer-container .branches .ant-card .ant-typography {
  color: #555;
}
.footer-container .branches .ant-card strong {
  color: #1d4ed8;
  /* nổi bật chi nhánh */
}
.footer-container .footer-bottom {
  border-top: 1px solid #e6e6e6;
  padding: 16px;
  text-align: center;
  background: #fff;
}
.footer-container .footer-bottom span {
  color: #666;
}
.footer-container .footer-bottom .social-icons {
  margin-top: 12px;
}
.footer-container .footer-bottom .social-icons a {
  color: #666;
  font-size: 22px;
  transition: all 0.3s ease;
}
.footer-container .footer-bottom .social-icons a:hover {
  color: #1d4ed8;
  /* hover đồng bộ */
  transform: scale(1.15);
}
.footer-container-dark {
  background: #001529;
  color: #fff;
}
.footer-container-dark .footer-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 16px;
}
.footer-container-dark .footer-section h4,
.footer-container-dark .footer-section .ant-typography {
  color: #fff;
}
.footer-container-dark .footer-section .ant-card {
  border-radius: 8px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.footer-container-dark .footer-section .ant-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.footer-container-dark .footer-section .ant-card .ant-card-body {
  color: #ccc;
}
.footer-container-dark .partners-carousel .ant-carousel .slick-slide > div {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  min-height: 160px;
}
.footer-container-dark .partners-carousel .partner-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-container-dark .partners-carousel .partner-card {
  position: relative;
  width: 100%;
  max-width: 220px;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 10px rgba(29, 78, 216, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s ease;
  cursor: pointer;
  z-index: 1;
}
.footer-container-dark .partners-carousel .partner-card img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  transition: transform 0.35s ease;
}
.footer-container-dark .partners-carousel .partner-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 8px rgba(29, 78, 216, 0.35), 0 0 16px rgba(29, 78, 216, 0.25), 0 0 24px rgba(29, 78, 216, 0.2);
  z-index: 10;
}
.footer-container-dark .partners-carousel .partner-card:hover img {
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .footer-container-dark .partners-carousel .ant-carousel .slick-slide > div {
    padding: 16px 8px;
    min-height: 140px;
  }
  .footer-container-dark .partners-carousel .partner-card {
    max-width: 200px;
    height: 110px;
  }
}
@media (max-width: 992px) {
  .footer-container-dark .partners-carousel .ant-carousel .slick-slide > div {
    padding: 14px 6px;
    min-height: 130px;
  }
  .footer-container-dark .partners-carousel .partner-card {
    max-width: 180px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .footer-container-dark .partners-carousel .ant-carousel .slick-slide > div {
    padding: 12px 4px;
    min-height: 120px;
  }
}
@media (max-width: 576px) {
  .footer-container-dark .partners-carousel .ant-carousel .slick-slide > div {
    padding: 10px 2px;
    min-height: 100px;
  }
  .footer-container-dark .partners-carousel .partner-card {
    max-width: 140px;
    height: 80px;
  }
}
.footer-container-dark .branches .ant-card {
  background: rgba(255, 255, 255, 0.05);
  border: none;
}
.footer-container-dark .branches .ant-card .ant-typography {
  color: #ccc;
}
.footer-container-dark .branches .ant-card strong {
  color: #fff;
}
.footer-container-dark .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px;
  text-align: center;
}
.footer-container-dark .footer-bottom span {
  color: #fff;
}
.footer-container-dark .footer-bottom .social-icons {
  margin-top: 12px;
}
.footer-container-dark .footer-bottom .social-icons a {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
}
.footer-container-dark .footer-bottom .social-icons a:hover {
  color: #1890ff;
  transform: scale(1.2);
}
/* giới hạn chiều ngang cho card/form */
.page-card-wrapper {
  width: 100%;
  max-width: 720px;
}
/* đảm bảo footer không cố tình fixed/absolute */
.footer-container {
  position: relative;
  /* chắc chắn không fixed */
  box-sizing: border-box;
}
.product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-card .ant-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  padding: 16px;
}
.product-card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-card-text {
  display: block;
  min-height: 60px;
  margin-top: 8px;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
}
.partner-card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.partner-card {
  width: 100%;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.partner-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
