.webcrema-info-box {
  display: flex;
  justify-content: center;
  position: relative;
  text-decoration: none;
  background: #fff;
  border: 1px solid #d8d2c8;
  padding: 0px;
  transition: all 0.3s ease;
  height: 100%;
}

.webcrema-info-box__inner {
  display: flex;
  flex-direction: column;
  gap: 0px !important;
  height: 100%;
  padding: 2.5rem;
}

.webcrema-info-box__inner p {
  padding: 0 !important;
}

.no-padding {
  padding: 0 !important;
}
.padding-big {
  padding: 3.75rem !important;
}
.padding-medium {
  padding: 2.5rem !important;
}
.padding-small {
  padding: 1.25rem !important;
}
.padding-extra-small {
  padding: 1rem !important;
}

.webcrema-info-box__icon img {
  width: var(--webcrema-info-box-icon-size, 42px);
  height: var(--webcrema-info-box-icon-size, 42px);
  object-fit: contain;
  display: block;
}

.webcrema-info-box__icon {
  box-sizing: border-box;
  padding: var(--webcrema-info-box-icon-padding, 0);
  color: hsl(var(--gold));
  transition: color 0.3s ease;
}

.webcrema-info-box__header {
  display: flex;
  flex-direction: column;
  align-items: inherit;
  gap: 12px;
}

.webcrema-info-box__icon svg,
.webcrema-info-box__svg {
  width: var(--webcrema-info-box-icon-size, 42px);
  height: var(--webcrema-info-box-icon-size, 42px);
  color: hsl(var(--gold));
}

.webcrema-info-box__svg [stroke]:not([stroke="none"]) {
  stroke: currentColor !important;
}

.webcrema-info-box__svg [fill]:not([fill="none"]) {
  fill: currentColor !important;
}

.webcrema-info-box__title {
  display: block;
  margin: 0;
  font-weight: 400 !important;
  color: #1f2f4a;
  transition: color 0.3s ease;
  padding-bottom: 0;
}

.style-02 .webcrema-info-box__title {
  margin-bottom: 0 !important;
  line-height: 1 !important;
}

.row .col .webcrema-info-box__title {
  /* margin-bottom: 0.75rem; */
}

.webcrema-info-box__text {
  margin: 0;
  line-height: 1.7;
  color: #5b6980;
}

.webcrema-info-box__text > :first-child,
.webcrema-info-box__text-02 > :first-child {
  margin-top: 0;
}

.webcrema-info-box__text > :last-child,
.webcrema-info-box__text-02 > :last-child {
  margin-bottom: 0;
}

.webcrema-info-box__text a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.webcrema-info-box__text a,
.webcrema-info-box__text-02 a,
.webcrema-info-box__meta-title a,
.webcrema-info-box__meta-date a {
  color: #000 !important;
  text-decoration: underline;
}

.webcrema-info-box:hover {
  border-color: var(--nectar-accent-color);
  box-shadow:
    0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.webcrema-info-box.webcrema-info-box--hover-style-02 {
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.webcrema-info-box.webcrema-info-box--hover-style-02:hover {
  transform: translateY(-6px);
}

.webcrema-info-box:hover .webcrema-info-box__title,
.webcrema-info-box:hover .webcrema-info-box__button {
  color: var(--nectar-accent-color);
}

.webcrema-info-box:hover .webcrema-info-box__icon,
.webcrema-info-box:hover .webcrema-info-box__svg {
  color: hsl(var(--gold));
}

.webcrema-info-box__button {
  color: hsl(var(--foreground));
  margin-top: auto;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
  padding-bottom: 2px;
  border-bottom: 2px solid var(--nectar-accent-color);
  border-bottom-width: 2px;
  text-decoration: none;
  width: auto;
}

.webcrema-info-box__button:hover {
  color: var(--nectar-accent-color);
}

.webcrema-info-box__button.style-01 {
  justify-content: center;
  gap: 10px;
  font-weight: 400;
  min-width: 200px;
  min-height: 52px;
  padding: 0 32px;
  background: hsl(var(--gold));
  color: #fff;
  border: 1px solid hsl(var(--gold));
  text-decoration: none !important;
}

.webcrema-info-box:hover .webcrema-info-box__button.style-01,
.webcrema-info-box__button.style-01:hover {
  color: #fff;
  opacity: 0.9;
}

.webcrema-info-box__button i {
  flex: 0 0 auto;
}

.webcrema-info-box__arrow {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
  position: absolute;
  right: 16px;
  top: 16px;
  color: var(--nectar-accent-color);
  opacity: 0;
  transform: translateX(-4px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  pointer-events: none;
  z-index: 2;
}

.webcrema-info-box__arrow-label {
  color: currentColor;
  font-size: var(--text-sm-font-size);
  line-height: 1.2;
  white-space: nowrap;
}

.webcrema-info-box__arrow--link {
  pointer-events: auto;
  text-decoration: none;
}

.webcrema-info-box .webcrema-info-box__arrow--link,
.webcrema-info-box__arrow--link:hover,
.webcrema-info-box__arrow--link:focus,
.webcrema-info-box__arrow--link:focus-visible {
  color: var(--nectar-accent-color) !important;
}

.webcrema-info-box__arrow svg {
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
}

.webcrema-info-box:hover .webcrema-info-box__arrow--hover {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.webcrema-info-box__text-02 {
  margin: 0;
  line-height: 1.7;
  color: #5b6980;
}

.webcrema-info-box__arrow--always {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.webcrema-info-box__arrow--hover {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-4px);
}

.webcrema-info-box.style-02 {
  background: #fff;
  border: 1px solid #d8d2c8;
  text-decoration: none;
}

.webcrema-info-box.style-02 .webcrema-info-box__inner {
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  width: 100%;
  height: 100%;
}

.webcrema-info-box.style-02 .webcrema-info-box__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  align-items: flex-start;
}

.webcrema-info-box.style-02 .webcrema-info-box__meta-title {
  color: hsl(var(--gold));
  font-weight: 600;
  line-height: 1.4;
}

.webcrema-info-box.style-02 .webcrema-info-box__meta-date {
  color: #5b6980;
  font-size: 14px;
  line-height: 1.4;
}

.webcrema-info-box.style-02 .webcrema-info-box__main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.webcrema-info-box.style-02 .webcrema-info-box__main--no-button {
  grid-template-columns: auto minmax(0, 1fr);
}

.webcrema-info-box.style-02 .webcrema-info-box__title {
  display: block;
  min-width: 0;
  color: #1f2f4a;
  font-size: 20px;
  line-height: 1.3;
}

.webcrema-info-box.style-02 .webcrema-info-box__icon,
.webcrema-info-box.style-02 .webcrema-info-box__title {
  margin: 0;
}

.webcrema-info-box.style-02 .webcrema-info-box__arrow {
  position: static;
  align-self: center;
  justify-self: end;
  color: #5b6980;
}

.webcrema-info-box.style-02 .webcrema-info-box__arrow--link,
.webcrema-info-box.style-02 .webcrema-info-box__arrow--link:hover,
.webcrema-info-box.style-02 .webcrema-info-box__arrow--link:focus,
.webcrema-info-box.style-02 .webcrema-info-box__arrow--link:focus-visible {
  color: #5b6980 !important;
}

.webcrema-info-box.style-02 .webcrema-info-box__arrow svg {
  width: 18px;
  height: 18px;
}

.webcrema-info-box.style-02:hover {
  border-color: var(--nectar-accent-color);
  box-shadow:
    0 10px 15px -3px rgb(0 0 0 / 0.08),
    0 4px 6px -4px rgb(0 0 0 / 0.08);
}

.webcrema-info-box.style-02:hover .webcrema-info-box__title,
.webcrema-info-box.style-02:hover .webcrema-info-box__arrow {
  color: var(--nectar-accent-color);
}

.webcrema-info-box.style-02:hover .webcrema-info-box__arrow--link,
.webcrema-info-box.style-02:hover .webcrema-info-box__arrow--link:hover,
.webcrema-info-box.style-02:hover .webcrema-info-box__arrow--link:focus,
.webcrema-info-box.style-02:hover
  .webcrema-info-box__arrow--link:focus-visible {
  color: var(--nectar-accent-color) !important;
}

.webcrema-info-box.style-02:hover .webcrema-info-box__arrow--hover,
.webcrema-info-box.style-02 .webcrema-info-box__arrow--always {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.webcrema-info-box__button--hover {
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    color 0.3s ease;
}

.webcrema-info-box:hover .webcrema-info-box__button--hover {
  opacity: 1;
  transform: translateY(0);
}

.webcrema-info-box__button.style-02 {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  justify-self: end;
  font-size: var(--text-xs-font-size);
  color: var(--nectar-accent-color);
  border: none;
  border-bottom-color: var(--nectar-accent-color);
  position: static;
  bottom: auto;
}

.webcrema-info-box__button.style-02 i {
  margin-left: 0;
}

.webcrema-info-box__icon.style-02 {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 50%;
  background: hsl(var(--gold) / 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.webcrema-info-box__icon.style-02 img,
.webcrema-info-box__icon.style-02 svg {
  width: var(--webcrema-info-box-icon-size, 22px);
  height: var(--webcrema-info-box-icon-size, 22px);
  object-fit: contain;
  margin-bottom: 0;
  color: hsl(var(--gold));
}

@media (max-width: 425px) {
  .webcrema-info-box__inner {
    padding: 1.5rem;
  }
}

@media (max-width: 767px) {
  .webcrema-info-box__header {
    flex-direction: row;
    align-items: center;
  }

  .webcrema-info-box__header .webcrema-info-box__icon {
    flex: 0 0 auto;
    margin-bottom: 0 !important;
  }

  .webcrema-info-box__header .webcrema-info-box__title {
    min-width: 0;
  }
}

@media (max-width: 999px) {
  .webcrema-info-box.style-02 .webcrema-info-box__inner {
    grid-template-columns: 1fr;
  }

  .webcrema-info-box.style-02 .webcrema-info-box__main {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .webcrema-info-box.style-02 .webcrema-info-box__button.style-02,
  .webcrema-info-box.style-02 .webcrema-info-box__arrow {
    justify-self: start;
  }
}
