/* GENERAL CSS LAYOUT */
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.poppins{
  font-family: 'Poppins';
}
.qrbox {
  display: flex;
  width: 75%;
  max-width: 350px;
}
.footer{
  text-align: center;
}

.container {
    padding: 15px;
}

.surf {
    font-family: 'Original Surfer', cursive;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}

.instructions-table {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    table-layout: auto;
    border-collapse: collapse;
}

.instructions-table td, 
.instructions-table th {
    padding: 10px;
    vertical-align: top;
}

.instructions-table img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
}

ol {
    padding-left: 20px;
}

b {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .instructions-table tr {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
    .instructions-table td {
        width: 100%;
        text-align: center;
    }
    .instructions-table img {
        margin-bottom: 15px;
    }
}

/* COMPANY SPECIFIC LAYOUT */

/* ECOWENDE */

.buscard-2c {
    display: flex;
    width: 98%;
    max-width: 700px;
    aspect-ratio: 17/11;
    padding: 2% 3%;
    gap:2cqw;
    box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.28);
    margin-bottom: 20px;
    word-break:break-word;
}
.imgL-colL{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex:40;
    text-align: center;
    word-break: normal;
}
.imgL-colR{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex:60;
}
.logocenter-2c {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.big {
    font-size: clamp(4px, 5cqw, 34px);
    font-weight: bold;
}
.mid {
    font-size: clamp(4px, 3.5cqw, 20px);
  font-weight: bold;
}
.small {
  font-size: clamp(4px, 2.5cqw, 20px);
  font-weight: normal;
  margin-top: 1%;
}
.xsmall {
  font-size: clamp(4px, 2.5cqw, 20px);
  display: flex;
  margin-top: 1%;
}
.smallWeb {
  text-align: flex;
  font-size: clamp(4px, 2cqw, 20px);
}
a {
  color: black; /* To make fonts black and not blue */
}


/* RSP */
.buscard-2r {
  display: flex;
  width: 98%;
  max-width: 700px;
  aspect-ratio: 17/11;
  padding: 2% 3%;
  gap:0.5cqw;
  box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.28);
  margin-bottom: 20px;
  word-break:break-word;
  flex-direction: column;
}
.topRlogo{
  display: flex;
  text-align: right;
}
.bottomLinfo{
  display: flex;
  flex-direction: column;
  padding-left: 1%;
  margin-top: auto;
  padding-bottom: 1%;
}
.logocenter-2r {
  width: 40%;
  padding-top: 2%;
  padding-right: 1%;
}
.address {
  font-size: clamp(4px, 2.5cqw, 20px);
  font-weight: normal;
  line-height:120%;
  margin-top: 1%;
}
.mailtel {
  font-size: clamp(4px, 2.5cqw, 20px);
  font-weight: normal;
  line-height:120%;
  margin-top: 1%;
}
.url {
  font-size: clamp(4px, 2.5cqw, 20px);
  display: flex;
  margin-top: 1%;
  font-weight: bold;
}
.xsmall-lg {
  font-size: clamp(4px, 2.5cqw, 20px);
  display: flex;
  font-weight: bold;
  color: #066635;
}
.xsmall-dg {
  font-size: clamp(4px, 2.5cqw, 20px);
  display: flex;
  font-weight: bold;
  color: #59BA47;
}