/* Styl pro zlepšení vzhledu stránky s obsahem */
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f9;
    color: #333;
    margin: 0;
    padding: 0;
}

.wrap {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

h1 {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 20px;
}

h2 {
    font-size: 24px;
    color: #1abc9c;
    margin-top: 0;
}

p {
    line-height: 1.6;
    margin-bottom: 10px;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
}

ul li {
    margin-bottom: 10px;
}

.alphabet-nav {
    margin-bottom: 20px;
}

.alphabet-nav a {
    margin-right: 10px;
    text-decoration: none;
    color: #1abc9c;
    font-weight: bold;
}

.alphabet-nav a.active {
    font-weight: bold;
    text-decoration: underline;
}

.plugin-list, .theme-list {
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.plugin-list li, .theme-list li {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.plugin-list img, .theme-list img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.notice {
    padding: 10px;
    margin: 20px 0;
    border-left: 4px solid;
}

.notice-success {
    background-color: #e6ffed;
    border-color: #46b450;
}

.notice-error {
    background-color: #ffe6e6;
    border-color: #dc3232;
}

/* Styl pro stránku s překladem */
.wptech_translate-wrap {
    padding: 20px;
    background-color: #f4f4f9;
    font-family: Arial, sans-serif;
}

.wptech_translate-dashboard {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wptech_translate-dashboard-header {
    background-color: #2c3e50;
    padding: 20px;
    border-radius: 8px;
    color: white;
}

.wptech_translate-header-greeting h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.wptech_translate-dashboard-content {
    display: flex;
    gap: 20px;
}

.wptech_translate-content-left,
.wptech_translate-content-right {
    flex: 1;
}

.wptech_translate-card {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.wptech_translate-card h3 {
    margin-top: 0;
    font-size: 20px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.wptech_translate-overview-chart span,
.wptech_translate-activity-chart span {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.wptech_translate-calendar span {
    font-size: 18px;
    color: #34495e;
}

.wptech_translate-overview-chart ul,
.wptech_translate-activity-chart ul {
    list-style: none;
    padding-left: 0;
}

.wptech_translate-overview-chart ul li,
.wptech_translate-activity-chart ul li {
    background: #ecf0f1;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
}

/* Efekt pro označení položek */
.wptech_translate-overview-chart ul li:hover,
.wptech_translate-activity-chart ul li:hover {
    background-color: #dce8ef;
}
