.jtv__plugin {
    padding: 75px 0;
}

.jtv__plugin-container {
    max-width: 90%;
    margin: 0 auto;
}

.jtv__plugin-logo {
    padding-bottom: 30px;
    text-align: center;
}

.jtv__plugin-logo img {
    width: 250px;
    height: auto;
}

.jtv__plugin-content {
    background-color: #FFF;
    border-radius: 10px;
    padding: 50px;
}

.jtv__plugin-table {
    width: 100%;
    border-collapse: collapse;
}

.jtv__plugin-table th {
    background-color: #10293a;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 12px;
    outline: 1px solid #10293a;
}

.jtv__plugin-table th:first-child {
    border-top-left-radius: 10px;
}

.jtv__plugin-table th:last-child {
    border-top-right-radius: 10px;
}

.jtv__plugin-table td {
    background-color: #FFF;
    color: #10293a;
    font-size: 14px;
    font-weight: 400;
    padding: 8px;
    border: 1px solid #10293a;
}

.jtv__plugin-actions {
    display: flex;
    align-items: center;
    gap: 25px;
}

.jtv__plugin-action {
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 600;
}

.jtv__plugin-action:hover {
    cursor: pointer;
}

.jtv-action-delete {
    background-color: #e71919;
    color: #FFF;
}

.jtv-action-import {
    background-color: #10293a;
    color: #FFF;
}

.jtv__plugin-table a {
    background-color: #1077ff;
    color: #FFF;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}