
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

html, body { margin: 0px; padding: 0px; font-family: Inter,sans-serif; background: #fff;}

table.ctop { margin:0px;background: #fff; background-image:url('/images/retour_bg-52.gif');background-repeat:repeat-x;height:52; }
td.ctop { padding: 0px; font-size: 20px; }

td.ccopy { padding:5px;font-size:11px;color:white;background:#333;height:24px;text-align:right; }

h4 {color: #fff; text-align: center; font-weight:500;margin: 0;}

  .container {
    text-align: center;
    background: #fafaea;
    padding: 25px 30px;
border: 1px solid #ccc;
    border-radius: 14px;
//    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    max-width: 700px;
//    width: 100%;
  }

  .input-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .input-group {
    flex: 1;
    min-width: 150px;
  }

  .input-group label {
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
  }

  .input-group select,
  .input-group input {
    min-width: 100px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 15px;
  }

  table.conv {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
  }

  th.conv {
    background: #ffb347;
    color: white;
    padding: 12px;
    font-size: 16px;
  }

  td.conv {
    padding: 10px;
    border-bottom: 1px solid #eee;
  }

  tr.conv:nth-child(even) {
    background: #fdf2e9;
  }

  tr.conv:nth-child(odd) {
    background: #fff;
  }

  .preset-box {
    margin-top: 15px;
    padding: 12px;
    background: #fff7e6;
    border: 1px solid #ffd28a;
    border-radius: 8px;
  }
