/* How to Play (Agent) page styles */
.agent {
    padding: 36px 42px 44px;
}
.agent-title {
    margin: 2px 0 30px;
    color: #ffe892;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.05;
    text-align: center;
    letter-spacing: 0.6px;
    text-shadow: 0 2px 2px #000;
}
.rules {
    max-width: 900px;
    margin: 0 auto 34px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.28;
    text-shadow: 0 2px 2px #000;
}
.rules li {
    position: relative;
    margin-bottom: 28px;
    padding-left: 34px;
}
.rules b {
    position: absolute;
    left: 0;
    top: 0;
    color: #ffe892;
}
.cashback {
    padding: 0;
    min-height: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}
.cashback-panel {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
    min-height: 720px;
    border-radius: 17px;
    background: transparent url("../images/page-agent/Rectangle.webp") top center/100% 100% no-repeat;
}
.cashback h2 {
    margin: 0 0 12px;
    color: #ffe892;
    font-size: 47px;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.15px;
    text-shadow: 0 2px 2px #000;
}
.cashback-sub {
    margin: 0 0 28px;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    text-shadow: 0 2px 2px #000;
}
.earning {
    margin: 0 0 22px;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.18;
    text-shadow: 0 2px 2px #000;
}
.earning strong {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 48px;
    line-height: 0.98;
}
.earning strong span {
    color: #ffe892;
    font-size: 40px;
}
.cashback-table {
    width: calc(100% - 8px);
    margin: 0 auto 26px;
    padding: 0;
    background: transparent url("../images/page-agent/box on rectangle.webp") top center/100% 100% no-repeat;
}
.cashback table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    overflow: hidden;
    background: transparent;
}
.cashback th {
    padding: 15px 0 14px;
    color: #ffe892;
}
.cashback thead th:first-child,
.cashback tbody td:first-child {
    width: 43%;
    padding-left: 28px;
    padding-right: 12px;
}
.cashback thead th:last-child,
.cashback tbody td:last-child {
    width: 57%;
    padding-left: 28px;
    padding-right: 28px;
}
.cashback td {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.05;
}
.agent-map {
    width: 100%;
    max-width: 835px;
    margin: 18px auto 10px;
}

@media (max-width: 767px) {
    .agent { padding: 16px 18px 18px; }
    .agent-title { margin: 2px 0 21px; font-size: 35px; line-height: 1.08; }
    .rules { max-width: none; margin: 0 0 24px; font-size: 14px; line-height: 1.26; }
    .rules li { margin-bottom: 18px; padding-left: 19px; }
    .cashback-panel { max-width: none; padding: 20px; min-height: 362px; }
    .cashback h2 { margin: 0 0 5px; font-size: 20px; }
    .cashback-sub { margin: 0 0 18px; font-size: 11.5px; }
    .earning { margin: 0 0 12px; font-size: 14px; }
    .earning strong { margin-top: 4px; font-size: 22px; }
    .earning strong span { font-size: 14px; }
    .cashback-table { width: calc(100% - 8px); margin: 0 auto 18px; }
    .cashback table { font-size: 10px; }
    .cashback th { padding: 7px 0 6px; border-bottom-width: 1px; }
    .cashback thead th:first-child,
    .cashback tbody td:first-child { padding-left: 14px; padding-right: 6px; }
    .cashback thead th:last-child,
    .cashback tbody td:last-child { padding-left: 14px; padding-right: 14px; }
    .cashback td { padding-top: 2px; padding-bottom: 2px; line-height: 1.02; }
    .agent-map { max-width: none; margin: 10px auto 10px; }
    .agent .rules,
    .agent .earning,
    .agent .cashback-sub,
    .agent .cashback td,
    .agent .cashback th { font-size: 14px !important }
    .agent-title,
    .cashback h2 { font-size: 15px !important }
}

@media (max-width: 360px) {
    .agent { padding-left: 15px; padding-right: 15px; }
    .agent-title { font-size: 29px; }
    .rules { font-size: 14px; }
    .cashback h2 { font-size: 17px; }
    .cashback-sub { font-size: 10.5px; }
}
