.akachanmai-promo-large {
  margin: 32px 0;
  max-width: 700px;
}

.akachanmai-promo-large-link {
  display: block;
  border: 1px solid #e0c9a6;
  background: #fdf8f0;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.akachanmai-promo-large-link:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

.akachanmai-promo-large-imgwrap {
  position: relative;
}

.akachanmai-promo-large-img {
  width: 100%;
  height: auto;
  display: block;
}

.akachanmai-promo-large-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #d94d3a;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.akachanmai-promo-large-text {
  padding: 18px 20px;
}

.akachanmai-promo-large-lead {
  margin: 0 0 12px;
  font-size: 1em;
  line-height: 1.7;
  color: #444;
}

.akachanmai-promo-large-cta {
  display: inline-block;
  font-weight: bold;
  font-size: 1.05em;
  color: #b5651d;
}

@media (max-width: 480px) {
  .akachanmai-promo-large {
    max-width: 100%;
  }
}

.akachanmai-promo-small {
  margin: 20px 0;
  max-width: 700px;
}

.akachanmai-promo-small-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  border-radius: 8px;
  padding: 8px;
  transition: background 0.2s ease;
}

.akachanmai-promo-small-link:hover {
  background: #fdf8f0;
}

.akachanmai-promo-small-img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  object-position: left center;
  border-radius: 6px;
  flex-shrink: 0;
}

.akachanmai-promo-small-text {
  flex: 1;
  min-width: 0;
}

.akachanmai-promo-small-cat {
  display: inline-block;
  font-size: 0.75em;
  color: #b5651d;
  font-weight: bold;
  margin-bottom: 2px;
}

.akachanmai-promo-small-title {
  margin: 0 0 4px;
  font-size: 0.95em;
  font-weight: bold;
  line-height: 1.4;
}

.akachanmai-promo-small-desc {
  margin: 0;
  font-size: 0.82em;
  line-height: 1.5;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
