.swi-product-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.swi-view-inquiry {
    display: none;
    font-size: 16px;
    text-decoration: none;
}

.swi-table tbody td:nth-child(3) a,
.swi-table tbody td:nth-child(3) a:hover {
    color: #05CED5 !important;
    font-size: 18px;
    text-decoration: none;
}

.swi-table tbody tr {
    background: #fafafa !important;
    border-bottom: 1px solid #f0f0f0;
}

.swi-table tbody td {
    background: #fafafa !important;
    border-bottom: 1px solid #f1f1f1 !important;
}

.swi-remove-btn,
.swi-remove-btn:hover {
    color: #ffffff !important;
}

.swi-remove-inquiry-btn {
    background: #c62828;
    border: none;
    color: #fff;
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 20px;
    text-decoration: none;
}

.swi-remove-inquiry-btn:hover {
    background: #fff;
    background-color: #fff !important;
    color: #c62828;
    text-decoration: none;
}

.swi-inquiry-list {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.swi-title {
    text-align: center;
    margin-bottom: 22px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.swi-table {
    margin: 0 auto 22px;
    width: 100%;
    max-width: 960px;
    border-collapse: collapse;
}

.swi-table th {
    background: #111;
    color: #fff;
    padding: 6px;
    text-align: left;
}

.swi-table td {
    padding: 6px;
    border-bottom: 1px solid #ececec;
}

.swi-form-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
}

.swi-form-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 22px;
    line-height: 1.2;
    text-align: center;
}

.swi-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    min-width: 600px;
    margin: 0 auto;
}

.swi-grid p {
    margin: 0;
}

.swi-full {
    width: 100%;
}

.swi-inquiry-list input,
.swi-inquiry-list textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.swi-captcha-wrap {
    width: 100%;
    max-width: 600px;
    margin: 18px auto 0;
}

.swi-submit-wrap {
    text-align: center;
    margin-top: 24px;
}

.swi-inquiry-btn,
.swi-submit-btn {
    background: #111;
    color: #fff;
    border: 0;
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 20px;
    transition: all .25s ease;
}

.swi-inquiry-btn:hover,
.swi-submit-btn:hover {
    background: #05CED5;
    color: #fff;
}

.swi-inquiry-btn.added {
    background: #05CED5 !important;
    color: #fff !important;
}

.swi-view-inquiry,
.swi-view-inquiry:hover {
    color: #05CED5 !important;
    text-decoration: none;
}

.swi-remove-btn {
    background: #c62828;
    color: #fff;
    padding: 4px 7px;
    text-decoration: none;
    border-radius: 20px;
}

.swi-inquiry-list .swi-table th {
    background: var(--swi-primary-color, #111);
    color: var(--swi-text-color, #fff);
    padding: var(--swi-table-padding, 6px);
}

.swi-inquiry-list .swi-table {
    margin: 0 auto var(--swi-table-margin, 22px);
}

@media (max-width: 768px) {
    .swi-table {
        display: block;
        overflow-x: auto;
    }
    .swi-grid,
    .swi-captcha-wrap {
        max-width: 100%;
    }
}
