/**
 * Anggugu Handout Generator Public-Facing CSS
 *
 * @link       https://anggugu.com/
 * @since      1.2.0
 *
 * @package    Anggugu_Handout_Generator
 * @subpackage Anggugu_Handout_Generator/public
 */

.anggugu-handout-wrapper {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 8px;
    margin: 20px 0;
    font-family: sans-serif;
}

.anggugu-form-field {
    margin-bottom: 20px;
}

.anggugu-form-field label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
}

.anggugu-form-field input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.anggugu-submit-button,
.anggugu-download-button {
    display: inline-block;
    background-color: #0073aa;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.anggugu-submit-button:hover,
.anggugu-download-button:hover {
    background-color: #005a87;
}

.anggugu-results h3 {
    margin-top: 0;
}

.anggugu-carousel {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.anggugu-carousel-item {
    text-align: center;
}

.anggugu-carousel-item img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
}

.anggugu-reset-wrapper {
    margin-top: 25px;
    text-align: center;
}

.anggugu-reset-link {
    font-size: 14px;
    color: #555;
    text-decoration: underline;
}

.anggugu-notice {
    padding: 15px;
    border-left: 4px solid #0073aa;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
