:root {
    --thm-font: "Inter", sans-serif;
    --signup: #1652f0;
    --text1: #262626;
    --text2: #86868e;
    --background-color: #ffffff;
    --search: #f4f4f4;
}

* {
    box-sizing: border-box;
}

* {
    margin: 0;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-family: var(--thm-font);
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

#root,
#__next {
    isolation: isolate;
}

.affiliate-cont{
    width: 100%;
    height: 100vh;
    padding: 150px 40px 50px;
    overflow: auto;
}

.affiliate-program {
    padding: 30px 50px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: auto;
    
}

h1 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #007bff;
}

h1 .highlight {
    color: #0056b3;
}

h2 {
    font-size: 22px;
    margin-top: 30px;
    color: #007bff;
}

ul.rewards, ol.benefits {
    margin: 15px 0;
    padding-left: 20px;
}

ul.rewards li, ol.benefits li {
    margin-bottom: 12px;
    line-height: 1.6;
    font-size: 16px;
}

.template {
    background-color: #f1f3f5;
    border-left: 4px solid #007bff;
    padding: 15px 20px;
    border-radius: 5px;
    margin-top: 15px;
}

.template p {
    margin-bottom: 10px;
}

a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}