.vrtcf-ee-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.vrtcf-ee-subject-container {
    position: relative;
}

.vrtcf-ee-subject {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.vrtcf-ee-subject:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.vrtcf-ee-subject h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.vrtcf-ee-subject .subject-text {
    margin-bottom: 10px;
}

.vrtcf-ee-subject textarea {
    width: 100%;
    height: 150px;
    /*padding: 10px;*/
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.vrtcf-ee-subject textarea:focus {
    border-color: #aaa;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.vrtcf-ee-subject .word-count {
    margin-bottom: 10px;
    font-weight: bold;
}

.vrtcf-ee-subject button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    color: #fff;
    background-color: #0073aa;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.vrtcf-ee-subject button:hover {
    background-color: #005177;
    transform: translateY(-2px);
}

.vrtcf-ee-corrections {
    margin-top: 20px;
}

.vrtcf-ee-corrections .correction {
    border-top: 1px solid #ddd;
    padding: 10px;
    margin-top: 10px;
}

.vrtcf-ee-corrections .correction h3 {
    font-size: 1.2em;
}

#next-task-btn {
    float: right;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    color: #fff;
    background-color: #0073aa;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#next-task-btn:hover {
    background-color: #005177;
    transform: translateY(-2px);
}

#loading-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loading-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

/*
     FILE ARCHIVED ON 21:59:01 Jul 01, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:56:54 Jun 29, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.711
  exclusion.robots: 0.111
  exclusion.robots.policy: 0.097
  esindex: 0.01
  cdx.remote: 5.524
  LoadShardBlock: 47.18 (3)
  PetaboxLoader3.datanode: 71.053 (5)
  PetaboxLoader3.resolve: 48.894 (2)
  load_resource: 111.815
  loaddict: 51.394
*/