

.container {
    width: 100%;      /* Use full width */
    margin-left: 0;   /* No left margin */
    padding-left: 0;  /* No left padding */
}
.container table {
    float: left;      /* Float the table to the left */
}

/* Header */
.header-container {
    padding: 5px;
    background-color: #EEEEE5; /* You can change this to your preferred color */
    border-bottom: 1px solid #ccc;
}
.header-container h5 {
    margin: 0;
    color: #333;
}
.header-container p {
    margin-top: 5;
    color: #666;
}
.header-image {
    margin-left: 10px;
    width: 261px;
    height: 157px;
    object-fit: cover;   
}
/* Table */
table {
    width: 100%;
    border-collapse: collapse;
    background-color: #EEEEE5;
}
tr {
    border: none;
}
td {
    border: none;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.instruction-text {
    font-size: 16px;
    color: #000;
} 
.copyright-text {
    text-align: center;
    font-size: 12px;
    color: #000;
} 
.transparent-table {
    background-color: rgba(0, 0, 0, 0);
    border:none
}
.subheader-image {
    width: 32px;
    height: 32px;
    object-fit: cover;   
}
.randomize-column {
    background-color: #E3E3DB;
}

.button-cell {
    text-align: center;    /* horizontally center the content */
    vertical-align: middle; /* vertically center the content */
    text-align: right;
}

.toggle-cell {
    text-align: center;    /* horizontally center the content */
    vertical-align: middle; /* vertically center the content */
    width: 90px
}

.toggle-text {
    font-size: 12px;
    color: #000;
    padding: 0;
    margin: 0;
}

.prompt-text {
    vertical-align: top; /* To align content to the top of the cell */
    padding: 20px; /* Padding for aesthetics */
    border-left: 1px solid #ddd; /* A separating border, if required */
    background-color: #F6F6F1;
    overflow: hidden; 
    overflow-x: auto;
}

.prompt-column table {
    table-layout: fixed;  /* This will respect widths more strictly */
    width: 100%;          /* Assuming you want the table to take full width of its container */
}

.promptElement {
    overflow-x: auto;    /* Enable horizontal scrollbar */
    white-space: wrap; /* Prevent text from wrapping to the next line */
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
}

.image32-cell {
    width: 32px;
    height: 32px;
}  

.image-cell {
    width: 450px;
    position: relative;
    padding-left: 0px;
}

.image-cell > img {
    height: auto;
}

.label {
    position: absolute;
    color: black;
    background-color: rgba(0, 0, 0, 0);
    padding: 2px 5px;
    border-radius: 3px;
    top: 10px;
    left: 20px;  
}


/* Card Content */
.card-title {
    position: absolute;
    font-family: 'Georgia', 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 1.0;
}
.card-subtitle {
    position: absolute;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}
.card-description {
    position: absolute;
    font-size: 16px;
    color: #000;
}
.archetype-container {
    height: 450px;
    width: 261px;
    position: relative;  /* set to relative so child elements can be positioned absolutely */
    background: url('images/archetype.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 261px 450px;
    box-shadow: 0 0 0 5px white;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.archetype-card .card-title {
    top: 90px;
    text-align: center;
    width: 200px;
}
.archetype-card .card-subtitle {
    top: 205px;
    text-align: center;
    width: 200px;
}
.archetype-card .card-description {
    top: 260px;
    text-align: center;
    width: 200px;
}
.artifact-container {
    height: 450px;
    width: 261px;
    position: relative;  /* set to relative so child elements can be positioned absolutely */
    background: url('images/artifact.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 261px 450px;
    box-shadow: 0 0 0 5px white;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.artifact-card .card-title {
    top: 90px;
    text-align: center;
    width: 200px;
}
.artifact-card .card-description {
    top: 215px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}
.strategy-container {
    height: 450px;
    width: 261px;
    position: relative;  /* set to relative so child elements can be positioned absolutely */
    background: url('images/strategy.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 261px 450px; 
    box-shadow: 0 0 0 5px white;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
    
.strategy-card .card-title {
    top: 90px;
    text-align: center;
    width: 200px;
}
.strategy-card .card-description {
    top: 215px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}
.context-container {
    height: 450px;
    width: 261px;
    position: relative;  /* set to relative so child elements can be positioned absolutely */
    background: url('images/context.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 261px 450px;
    box-shadow: 0 0 0 5px white;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.context-card .card-title {
    top: 90px;
    text-align: center;
    width: 200px;
}
.context-card .card-description {
    top: 215px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}
/* PIN Button */
.toggle-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 54px;
    height: 30px;
    background-image: url('images/unpinned.png');
    background-repeat: no-repeat;
    background-size: 54px 30px;
}
.toggle-btn[data-selected="true"] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 54px; 
    height: 30px;
    background-image: url('images/pinned.png');
    background-repeat: no-repeat;
    background-size: 54px 30px;
}
/* Button */
/* Base button styling */
.action-btn {
    display: inline-block;
    margin-right: 10px; 
    padding: 10px 25px;
    width: 250px;
    height: 60px;
    font-size: 20px;
    font-weight: 500; /* Medium weight for font */
    border: none;
    border-radius: 25px; /* Rounded corners */
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transition for hover effects */
    text-transform: capitalize; /* Ensures the first letter of each word is capitalized */
    background-color: #2C5575; /* Blue background color */
    color: white; /* White text color */
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}
/* Hover effect for the button */
.action-btn:hover {
    background-color: #213f55; /* Slightly darker blue when hovered */
    transform: translate(-2px,-2px); /* Slight upward shift on hover */
}
/* Active (clicked) effect for the button */
.action-btn:active {
    transform: translate(0,0); /* Button returns to original position when clicked */
}
/* Active (clicked) effect for the button */
.action-btn:focus {
    background-color: #2C5575; /* Blue background color */
}