/*
Theme Name:   Engitech Child
Theme URI:    http://wpdemo.archiwp.com/engitech/
Description:  Make your modifications to [Parent Theme] in this Engitech child theme.
Author:       OceanThemes
Author URI:   http://oceanthemes.net/
Template:     engitech
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  engitech-child
*/

/* =Theme customization starts here
------------------------------------------------------- */
/* Ogólny styl dla listy patentów */
.patentyrow .patent-item {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 15px 0;
    margin-top: 0;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.patentyrow .patent-item:hover {
    background-color: #f1f1f1;
    transform: translateY(-5px);
}

.patentyrow .patent-item h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.patentyrow .patent-item p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 15px;
}

/* Styl przycisku głosowania */
.patentyrow .vote-btn {
    background-color: #0073e6;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.patentyrow .vote-btn:hover {
    background-color: #005bb5;
    transform: scale(1.05);
}

.patentyrow .vote-btn:disabled {
    background-color: #b0d0f3;
    cursor: not-allowed;
}

.patentyrow .vote-btn:disabled:hover {
    background-color: #b0d0f3;
}

/* Styl dla komunikatów po głosowaniu */
.patentyrow .vote-message {
    font-size: 1rem;
    margin-top: 10px;
    font-weight: bold;
}

.patentyrow .vote-message.error {
    color: #e74c3c;
}

.patentyrow .vote-message.success {
    color: #2ecc71;
}

/* Styl dla rankingu patentów */
.patentyrow ul {
    list-style-type: none;
    padding: 0;
}

.patentyrow ul li {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
}

.patentyrow ul li a {
    font-weight: bold;
    color: #0073e6;
    text-decoration: none;
}

.patentyrow ul li a:hover {
    text-decoration: underline;
}

.patentyrow ul li span {
    font-size: 0.9rem;
    color: #888;
}
.fullsh{
    width: 100%;
    display: block;
}
/* Styl ogólny dla listy patentów */
.patentlist .patent-vote-list {
    list-style-type: none;
    padding: 0;
}

.patentlist .patent-item {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 15px 0;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.patentlist .patent-item h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.patentlist .patent-item p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 10px;
}

.patentlist .patent-item strong {
    font-weight: bold;
    color: #333;
}
.wpcf7 .main-form {
    padding: 60px 48px;
    background-image: linear-gradient(90deg, #212121 0%, #1d2b69 100%);
    color: #fff;
}