.c2c-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  font-family: Arial, sans-serif;
}

.c2c_paso1,
.c2c_paso2 {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 360px;
}

.c2c_paso1 {
  cursor: pointer;
}

.c2c_left1,
.c2c_left2 {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  color: #1f2937;
  font-size: 14px;
  line-height: 1.3;
  padding: 14px;
  position: relative;
}

.c2c_left2 {
  min-width: 255px;
}

.c2c_icono {
  flex: 0 0 auto;
}

.c2c_avatar {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.c2c_left2 .c2c_close {
  position: absolute;
  right: -14px;
  top: -14px;
  width: 32px !important;
  height: 32px !important;
  border: 2px solid #e11d48 !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #e11d48 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.c2c_form {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.c2c_form_left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.c2c_form_left input {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 13px;
  padding: 9px 10px;
}

.c2c_form_right {
  display: flex;
  align-items: flex-end;
}

#sbmt_c2c {
  background: #2563eb;
  border: 0;
  color: #ffffff;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 14px;
}

#sbmt_c2c:hover {
  background: #1d4ed8;
}

@media (max-width: 480px) {
  .c2c-widget {
    right: 12px;
    left: 12px;
    bottom: 12px;
  }

  .c2c_paso1,
  .c2c_paso2 {
    width: 100%;
    max-width: none;
    justify-content: flex-end;
  }

  .c2c_left2 {
    width: calc(100% - 76px);
    min-width: 0;
  }
}
