
.dag-ap25{
    width:100%;
    max-width:300px;
    overflow:hidden;
    background:#0c0c0c;
    border:1px solid #303030;
    color:#f5f5f5;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
}
.dag-ap25-brand{
    display:flex;
    align-items:center;
    gap:9px;
    padding:9px 10px;
    background:#111;
    border-bottom:3px solid #f2b400;
}
.dag-ap25-logo{
    display:flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    border-radius:50%;
    background:#f2b400;
    color:#080808;
    font-weight:900;
    font-size:16px;
}
.dag-ap25-brand strong{
    display:block;
    color:#fff;
    font-size:17px;
    line-height:1;
}
.dag-ap25-brand small{
    display:block;
    margin-top:3px;
    color:#aaa;
    font-size:9px;
    font-weight:700;
    letter-spacing:.5px;
}
.dag-ap25-head,
.dag-ap25-row{
    display:grid;
    grid-template-columns:28px minmax(0,1fr) 43px 45px;
    align-items:center;
    gap:4px;
}
.dag-ap25-head{
    padding:6px 7px;
    background:#202020;
    color:#aaa;
    font-size:9px;
    font-weight:800;
}
.dag-ap25-list{
    list-style:none;
    margin:0;
    padding:0;
}
.dag-ap25-row{
    min-height:27px;
    padding:4px 7px;
    border-bottom:1px solid #262626;
}
.dag-ap25-row:nth-child(even){
    background:#141414;
}
.dag-ap25-row:hover{
    background:#242424;
}
.dag-ap25-rank{
    color:#f2b400;
    font-weight:900;
    text-align:center;
}
.dag-ap25-team{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-weight:700;
}
.dag-ap25-record{
    text-align:center;
    color:#ddd;
    font-variant-numeric:tabular-nums;
}
.dag-ap25-prev{
    text-align:right;
    color:#aaa;
    font-variant-numeric:tabular-nums;
}
.dag-move{
    display:inline-block;
    width:10px;
    margin-right:1px;
    font-size:8px;
}
.dag-up{color:#5ec56e}
.dag-down{color:#e45d5d}
.dag-same{color:#777}
.dag-ap25-foot{
    padding:7px 9px;
    background:#080808;
    color:#777;
    font-size:9px;
    text-align:right;
}
.dag-ap25-external-title{
    max-width:300px;
    margin:0 0 5px;
}
body.dag-light .dag-ap25{
    background:#fff;
    border-color:#ccc;
    color:#111;
}
body.dag-light .dag-ap25-brand{
    background:#f2f2f2;
}
body.dag-light .dag-ap25-brand strong{color:#111}
body.dag-light .dag-ap25-head{
    background:#e6e6e6;
    color:#555;
}
body.dag-light .dag-ap25-row{
    border-color:#ddd;
}
body.dag-light .dag-ap25-row:nth-child(even){
    background:#f6f6f6;
}
body.dag-light .dag-ap25-row:hover{
    background:#eee;
}
body.dag-light .dag-ap25-record{
    color:#333;
}
body.dag-light .dag-ap25-foot{
    background:#f3f3f3;
    color:#666;
}
