h1.ivxs-title {
    color: #0b1a23;
    font-weight: 700;
}
.ivxs-row {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}
.ivxs-col-8 {
    width: 70%;
}
.ivxs-row form {
    padding: 5px 20px 10px 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 20px #e2e2e1;
}
.ivxs-row h3 {
    color: #0b1a23;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}
.ivxs-d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.ivxs-row form h4 {
    margin-bottom: 5px;
    color: #0b1a23;
}
.ivxs-row form p {
    margin-top: unset !important;
}
#image-sitemap-options {
    margin-bottom: 25px;
}
.ivxs-global-options .switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
}
.ivxs-global-options .switch input[type="checkbox"] {
    display: none;
}
.ivxs-global-options .slider.round {
    border-radius: 34px;
}
.ivxs-global-options input[type="checkbox"]:checked + .slider {
    background-color: #a61e69;
}
.ivxs-global-options input[type="checkbox"]:checked + .slider:before {
    transform: translateX(26px);
}
.ivxs-global-options .slider.round:before {
    border-radius: 50%;
}
.ivxs-global-options .slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
}
.ivxs-global-options .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}
.ivxs-row form input[type="submit"] {
    padding: 8px 30px;
    margin-top: 10px;
    background: #fcd34d;
    font-weight: 500;
    border: unset;
    border-radius: 5px;
    color: #7a3710 !important;
}
.ivxs-row form input[type="submit"]:hover, .ivxs-row form input[type="submit"]:active, .ivxs-row form input[type="submit"]:focus {
    background: #fbbf24;
}
.ivxs-col-4 {
    width: 33.33%;
}
.ivxs-documentation {
    text-align: center;
    padding: 20px;
    background: #a61e69;
    border-radius: 16px;
    box-shadow: 0px 0px 20px #e2e2e1;
    margin-bottom: 20px;
}
.ivxs-documentation h3, .ivxs-documentation p, .ivxs-documentation span {
    color: #fff;
}
.ivxs-documentation a.read-docu {
    padding: 15px;
    background: #fcd34d;
    display: block;
    border-radius: 5px;
    color: #7a3710;
    text-decoration: unset;
    font-weight: 500;
}

a.view-plugin {
    display: block;
    color: unset;
    text-decoration: unset;
}

.ivxs-documentation a.read-docu:hover {
    background: #fbbf24;
}
.ivxs-help-support {
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 20px #e2e2e1;
    margin-bottom: 20px;
}
.ivxs-other-plugins {
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 20px #e2e2e1;
    margin-bottom: 20px;
}

.ivxs-other-plugins img {
    border-radius: 16px;
}

.ivxs-other-plugins h3 {
    font-size: 14px;
    font-weight: 500;
}

.ivxs-help-support h3, .ivxs-help-support span.dashicons {
    color: #a61e69;
}
div#image-sitemap-options p, div#video-sitemap-options p {
    display: flex;
    align-items: center;
    gap: 5px;
}
div#image-sitemap-options input#image-sitemap-filename, div#video-sitemap-options input#video-sitemap-filename {
    padding: 5px;
}
div#image-sitemap-options label, div#image-sitemap-options span, div#video-sitemap-options label, div#video-sitemap-options span {
    font-weight: 500;
}
#image-sitemap-options input.ivxs-image-url, #video-sitemap-options input.ivxs-video-url {
    width: 85%;
    margin-bottom: 10px;
    padding: 5px;
}
#image-sitemap-options button.ivxs-remove-image-url-button, #image-sitemap-options button#ivxs-add-more-image-url-button, #video-sitemap-options button.ivxs-remove-video-url-button, #video-sitemap-options button#ivxs-add-more-video-url-button {
    padding: 12px;
    background: #0b1a23;
    border: unset;
    border-radius: 5px;
    color: #fff;
    width: 14%;
    cursor: pointer;
    margin-bottom: 10px;
}