/* FutbolBot Admin Paneli Stil Dosyası */

.wrap h1 {
    color: #2271b1;
    margin-bottom: 20px;
}

input[type="text"], textarea {
    width: 100%;
    max-width: 500px;
    font-size: 15px;
    margin-bottom: 10px;
}

.submit input[type="submit"] {
    background: #2271b1;
    color: #fff;
    border: none;
    padding: 8px 24px;
    border-radius: 3px;
    font-size: 15px;
    cursor: pointer;
}

.submit input[type="submit"]:hover {
    background: #135e96;
}
/* Frontend Stilleri */
.futbolbot-responsive-img {
    width: 80%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px auto;
    border-radius: 8px;
}