/* index */
.bt4g-logo .magnet-left { fill: #3498db; }
.bt4g-logo .magnet-right { fill: #e74c3c; }
.bt4g-logo .logo-text { fill: #333; }

.bt4g-logo {
    max-width: 100%;
    height: auto;
}

/*common*/
#seeders {
    color:green
}
#leechers {
    color:red
}
.fileType5 {
    background-color:red
}
.fileType0,
.fileType6 {
    background-color:#f89406
}
.fileType1,
.fileType2,
.fileType3,
.fileType4,
.fileType7 {
    background-color:green
}

.lightColor,
.lightColor:visited {
    margin-left:10px;
    color:#888
}
.cpill {
    padding-right:9px;
    padding-left:9px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    -ms-border-radius:9px;
    border-radius:9px;
    color:#fff!important;
    white-space:nowrap;
    vertical-align:baseline
}
.blue-pill {
    background-color:#262626
}
.yellow-pill {
    background-color:#f89406
}
.red-pill {
    background-color:#3a87ad
}
.black-pill {
    background-color:#f81b06
}

/*search*/
.result-item:hover {
    transform: translateY(-5px);
    transition: transform 0.3s;
}
.list-group-item {
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: none;
}

.list-group-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.list-group-item h5 {
    margin-bottom: 0.5rem;
    word-break: break-word;
    overflow-wrap: break-word;
}

.list-group-item h5 a {
    display: inline;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.list-group-item ul {
    padding-left: 20px;
    margin-bottom: 0.5rem;
}

.list-group-item ul li {
    word-break: break-word;
    overflow-wrap: break-word;
    margin-bottom: 0.25rem;
}

.list-group-item ul li span {
    white-space: nowrap;
}

.list-group-item p {
    margin-bottom: 0;
}

/*.navbar {
    margin-bottom: 1rem;
}*/

/*.list-group-item ul li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}*/

/*detail*/
h3 {
    margin-top: 1.0rem !important;
    word-break: break-word;
}